Skip to content

Commit

Permalink
Fix syntax error (#3620)
Browse files Browse the repository at this point in the history
  • Loading branch information
naftalibeder authored Oct 13, 2024
1 parent 96552bc commit c05ecad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ source 'https://rubygems.org'
ruby '2.7.4'

# Exclude problematic versions of cocoapods and activesupport that causes build failures.
gem 'cocoapods', '=> 1.13', '!= 1.15.0', '!= 1.15.1'
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
gem 'activesupport', '>= 6.1.7.3', '!= 7.1.0'

0 comments on commit c05ecad

Please sign in to comment.