-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to Ruby 3.4.1 #937
Changes from 2 commits
99c18b5
e888eaf
341ce4a
64c32f6
c522962
d48e28b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.3.5 | ||
3.4.1 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
source 'https://rubygems.org' | ||
|
||
ruby '~> 3.3.5' | ||
ruby '~> 3.4.1' | ||
|
||
gem 'rails', '~> 7.2.2' | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -243,8 +243,6 @@ GEM | |
faraday-retry (2.2.1) | ||
faraday (~> 2.0) | ||
ffi (1.17.0) | ||
ffi (1.17.0-arm64-darwin) | ||
ffi (1.17.0-x86_64-linux-gnu) | ||
flipper (1.3.2) | ||
concurrent-ruby (< 2) | ||
flipper-active_record (1.3.2) | ||
|
@@ -265,12 +263,6 @@ GEM | |
google-protobuf (4.29.2) | ||
bigdecimal | ||
rake (>= 13) | ||
google-protobuf (4.29.2-arm64-darwin) | ||
bigdecimal | ||
rake (>= 13) | ||
google-protobuf (4.29.2-x86_64-linux) | ||
bigdecimal | ||
rake (>= 13) | ||
Comment on lines
-268
to
-273
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. hmmm strange that these gems for these platforms got removed 🤔 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is odd. I try to revert this changes but When it fails, on GH actions it says :
Maybe is no more needed? I couldn't find anything on google 😂 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 😮 ok. Let's go ahead and if something breaks we can fix it |
||
has_scope (0.8.2) | ||
actionpack (>= 5.2) | ||
activesupport (>= 5.2) | ||
|
@@ -369,10 +361,6 @@ GEM | |
nokogiri (1.17.2) | ||
mini_portile2 (~> 2.8.2) | ||
racc (~> 1.4) | ||
nokogiri (1.17.2-arm64-darwin) | ||
racc (~> 1.4) | ||
nokogiri (1.17.2-x86_64-linux) | ||
racc (~> 1.4) | ||
octokit (9.2.0) | ||
faraday (>= 1, < 3) | ||
sawyer (~> 0.9) | ||
|
@@ -680,7 +668,7 @@ DEPENDENCIES | |
yaaf (~> 3.0) | ||
|
||
RUBY VERSION | ||
ruby 3.3.5p100 | ||
ruby 3.4.1p0 | ||
|
||
BUNDLED WITH | ||
2.5.18 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WDYT about
ruby file: '.ruby-version'
?https://bundler.io/guides/gemfile_ruby.html
https://andycroll.com/ruby/read-ruby-version-in-your-gemfile/