diff --git a/Package.swift b/Package.swift index a3d94727..8205563f 100644 --- a/Package.swift +++ b/Package.swift @@ -4,8 +4,8 @@ import PackageDescription import Foundation -let version = "24.5.0" -let checksum = "81a9afc0690c783b6f7037ecd1cb925bc51f3d4fee5269e21b8a5619d2fcecb7" +let version = "24.5.1" +let checksum = "b6bf1e6aaacf5b2850fb37854aa9d66219feb611829c6a94809d26f2834892f5" let package = Package( name: "MapboxCommon", diff --git a/README.md b/README.md index 7aab10eb..05e79c1b 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,13 @@ machine api.mapbox.com ###### Using SPM Package 📱🖥💻 ```swift -.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.5.0"), +.package(url: "https://github.com/mapbox/mapbox-common-ios.git", from: "24.5.1"), ``` ##### CocoaPods 📱🖥💻 ```ruby -pod 'MapboxCommon', '24.5.0' +pod 'MapboxCommon', '24.5.1' ``` ##### Carthage 📱 diff --git a/Tests/Integration/Carthage/Cartfile b/Tests/Integration/Carthage/Cartfile index 71709556..1fd32092 100644 --- a/Tests/Integration/Carthage/Cartfile +++ b/Tests/Integration/Carthage/Cartfile @@ -1 +1 @@ -binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.5.0 +binary "https://api.mapbox.com/downloads/v2/carthage/mapbox-common/MapboxCommon.json" == 24.5.1 diff --git a/Tests/Integration/CocoaPods/Gemfile b/Tests/Integration/CocoaPods/Gemfile index bafdd765..58208cba 100644 --- a/Tests/Integration/CocoaPods/Gemfile +++ b/Tests/Integration/CocoaPods/Gemfile @@ -2,3 +2,5 @@ source 'https://rubygems.org' gem 'cocoapods' # activesupport-7.1.0 causes the following error: https://app.circleci.com/pipelines/github/mapbox/mapbox-common-ios/698/workflows/41765281-efa2-44f7-ae02-dfeb308224f4/jobs/1891 gem 'activesupport', '7.0.8' +# required if we don't want to bump rails a major, due to error "uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger" +gem 'concurrent-ruby', '1.3.4' diff --git a/Tests/Integration/CocoaPods/Podfile b/Tests/Integration/CocoaPods/Podfile index faf0c9f0..75d8ea78 100644 --- a/Tests/Integration/CocoaPods/Podfile +++ b/Tests/Integration/CocoaPods/Podfile @@ -1,5 +1,5 @@ platform :ios, '11.0' target 'PodInstall' do - pod 'MapboxCommon', '24.5.0' + pod 'MapboxCommon', '24.5.1' end diff --git a/Tests/Integration/SPM/project.yml b/Tests/Integration/SPM/project.yml index 97f25b8a..aa92abe3 100644 --- a/Tests/Integration/SPM/project.yml +++ b/Tests/Integration/SPM/project.yml @@ -4,7 +4,7 @@ options: packages: MapboxCommon: url: git@github.com:mapbox/mapbox-common-ios.git - branch: release-v24.0.0-rc.2 + branch: release-v24.5.1 targets: SPMTest: type: application