Skip to content

Commit

Permalink
fix: eas build failed after changing ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
technoplato committed Dec 20, 2024
1 parent 13b0666 commit fd0aa1a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 5 additions & 2 deletions ios/Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
source 'https://rubygems.org'

# Specify minimum bundler version for Ruby 3.3.x compatibility
gem 'bundler', '>= 2.4.0'
# Specify Ruby version for compatibility
ruby '~> 3.3.0'

# Specify bundler version that works with Ruby 3.3
gem 'bundler', '~> 2.6.1'

gem 'cocoapods'
gem 'cocoapods-pod-linkage'
Expand Down
5 changes: 4 additions & 1 deletion ios/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,12 @@ PLATFORMS

DEPENDENCIES
activesupport (>= 6.1.7.3, < 7.1.0)
bundler (>= 2.4.0)
bundler (~> 2.6.1)
cocoapods
cocoapods-pod-linkage

RUBY VERSION
ruby 3.3.5p100

BUNDLED WITH
2.6.1

0 comments on commit fd0aa1a

Please sign in to comment.