Skip to content

Commit

Permalink
Fix Cocoapods Active Support issue (CocoaPods/CocoaPods#12081)
Browse files Browse the repository at this point in the history
  • Loading branch information
iangmaia committed Oct 26, 2023
1 parent 546343e commit a4151ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ group :screenshots, optional: true do
gem 'rmagick', '~> 4.1'
end

# fix activesupport to 7.0.8 due to a bug with >=7.1.0 in cocoapods (https://github.com/CocoaPods/CocoaPods/issues/12081)
gem 'activesupport', '7.0.8'
# 1.13.x and higher, but less than 2.x, starting from 1.13.0
gem 'cocoapods', '~> 1.13', '>= 1.13.0'
gem 'cocoapods-catalyst-support', '~> 0.1'
Expand Down
13 changes: 2 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,10 @@ GEM
specs:
CFPropertyList (3.0.6)
rexml
activesupport (7.1.1)
base64
bigdecimal
activesupport (7.0.8)
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
Expand Down Expand Up @@ -52,7 +47,6 @@ GEM
aws-eventstream (~> 1, >= 1.0.2)
babosa (1.0.4)
base64 (0.1.1)
bigdecimal (3.1.4)
buildkit (1.5.0)
sawyer (>= 0.6)
chroma (0.2.0)
Expand Down Expand Up @@ -106,7 +100,6 @@ GEM
commander (4.6.0)
highline (~> 2.0.0)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
cork (0.3.0)
colored2 (~> 3.1)
danger (9.3.2)
Expand Down Expand Up @@ -144,8 +137,6 @@ GEM
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
dotenv (2.8.1)
drb (2.1.1)
ruby2_keywords
emoji_regex (3.2.3)
escape (0.0.4)
ethon (0.16.0)
Expand Down Expand Up @@ -308,7 +299,6 @@ GEM
molinillo (0.8.0)
multi_json (1.15.0)
multipart-post (2.3.0)
mutex_m (0.1.2)
nanaimo (0.3.0)
nap (1.1.0)
naturally (2.2.1)
Expand Down Expand Up @@ -426,6 +416,7 @@ PLATFORMS
x86_64-darwin-21

DEPENDENCIES
activesupport (= 7.0.8)
cocoapods (~> 1.13, >= 1.13.0)
cocoapods-catalyst-support (~> 0.1)
danger-dangermattic!
Expand Down

0 comments on commit a4151ef

Please sign in to comment.