Skip to content

Commit

Permalink
Lock activesupport because of 7.1 breaking change (#11899)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 authored Oct 5, 2023
1 parent a10c9f5 commit a291c97
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/notices_generation/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
source "https://rubygems.org"

gem "cocoapods"
gem "octokit", "~> 4.19"
gem "xcodeproj", "~> 1.21"
gem "plist"
# activesupport is locked because of https://github.com/CocoaPods/CocoaPods/issues/12081
gem 'activesupport', '7.0.8'
12 changes: 12 additions & 0 deletions .github/actions/notices_generation/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,23 @@ GEM
specs:
CFPropertyList (3.0.5)
rexml
activesupport (7.0.8)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
atomos (0.1.3)
claide (1.1.0)
colored2 (3.1.2)
concurrent-ruby (1.2.2)
faraday (1.1.0)
multipart-post (>= 1.2, < 3)
ruby2_keywords
i18n (1.14.1)
concurrent-ruby (~> 1.0)
minitest (5.20.0)
multipart-post (2.1.1)
nanaimo (0.3.0)
octokit (4.19.0)
Expand All @@ -23,6 +32,8 @@ GEM
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
xcodeproj (1.21.0)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.3)
Expand All @@ -35,6 +46,7 @@ PLATFORMS
ruby

DEPENDENCIES
activesupport (= 7.0.8)
octokit (~> 4.19)
plist
xcodeproj (~> 1.21)
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ source 'https://rubygems.org'
gem 'cocoapods', '1.13.0'
gem 'cocoapods-generate', '2.0.1'
gem 'danger', '8.4.5'
# activesupport is locked because of https://github.com/CocoaPods/CocoaPods/issues/12081
gem 'activesupport', '7.0.8'
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ PLATFORMS
ruby

DEPENDENCIES
activesupport (= 7.0.8)
cocoapods (= 1.13.0)
cocoapods-generate (= 2.0.1)
danger (= 8.4.5)
Expand Down

0 comments on commit a291c97

Please sign in to comment.