Skip to content

Commit

Permalink
Merge pull request #1373 from flexn-io/fix/add_upper_limit_for_cocoapods
Browse files Browse the repository at this point in the history
fix/add_upper_limit_for_cocoapods
  • Loading branch information
mihaiblaga89 authored Feb 1, 2024
2 parents b1b9299 + fb6fceb commit 331e301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/template-starter/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ source 'https://rubygems.org'
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
ruby ">= 2.6.10"

gem 'cocoapods', '~> 1.12'
gem 'cocoapods', '~> 1.12', '< 1.15'
gem 'activesupport', '~> 7.0', '<= 7.0.8'

0 comments on commit 331e301

Please sign in to comment.