-
Notifications
You must be signed in to change notification settings - Fork 28
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
Use Ruby 3.4 #552
Open
andyw8
wants to merge
7
commits into
main
Choose a base branch
from
andyw8/use-ruby-3.4
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Use Ruby 3.4 #552
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
7c75382
Use Ruby 3.4
andyw8 a36dda8
$ bundle lock --normalize-platforms
andyw8 065a08c
Update Nokogiri
andyw8 d77593c
Update sqlite3
andyw8 0e32ef8
Update Tapioca
andyw8 28d58fd
Update sqlite3 gem RBI
andyw8 1598c4a
bundle lock --add-platform x64-mingw-ucrt
andyw8 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.3.4 | ||
3.4.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,7 +91,7 @@ GEM | |
irb (~> 1.10) | ||
reline (>= 0.3.8) | ||
drb (2.2.1) | ||
erubi (1.13.0) | ||
erubi (1.13.1) | ||
globalid (1.2.1) | ||
activesupport (>= 6.1) | ||
i18n (1.14.6) | ||
|
@@ -127,13 +127,19 @@ GEM | |
net-protocol | ||
netrc (0.11.0) | ||
nio4r (2.7.4) | ||
nokogiri (1.16.7-arm64-darwin) | ||
nokogiri (1.18.1-aarch64-linux-gnu) | ||
racc (~> 1.4) | ||
nokogiri (1.16.7-x64-mingw-ucrt) | ||
nokogiri (1.18.1-aarch64-linux-musl) | ||
racc (~> 1.4) | ||
nokogiri (1.16.7-x86_64-darwin) | ||
nokogiri (1.18.1-arm64-darwin) | ||
racc (~> 1.4) | ||
nokogiri (1.16.7-x86_64-linux) | ||
nokogiri (1.18.1-x64-mingw-ucrt) | ||
racc (~> 1.4) | ||
nokogiri (1.18.1-x86_64-darwin) | ||
racc (~> 1.4) | ||
nokogiri (1.18.1-x86_64-linux-gnu) | ||
racc (~> 1.4) | ||
nokogiri (1.18.1-x86_64-linux-musl) | ||
racc (~> 1.4) | ||
parallel (1.26.3) | ||
parser (3.3.6.0) | ||
|
@@ -222,25 +228,29 @@ GEM | |
ruby-progressbar (1.13.0) | ||
ruby2_keywords (0.0.5) | ||
securerandom (0.3.1) | ||
sorbet (0.5.11635) | ||
sorbet-static (= 0.5.11635) | ||
sorbet-runtime (0.5.11635) | ||
sorbet-static (0.5.11635-universal-darwin) | ||
sorbet-static (0.5.11635-x86_64-linux) | ||
sorbet-static-and-runtime (0.5.11635) | ||
sorbet (= 0.5.11635) | ||
sorbet-runtime (= 0.5.11635) | ||
sorbet (0.5.11725) | ||
sorbet-static (= 0.5.11725) | ||
sorbet-runtime (0.5.11725) | ||
sorbet-static (0.5.11725-aarch64-linux) | ||
sorbet-static (0.5.11725-universal-darwin) | ||
sorbet-static (0.5.11725-x86_64-linux) | ||
sorbet-static-and-runtime (0.5.11725) | ||
sorbet (= 0.5.11725) | ||
sorbet-runtime (= 0.5.11725) | ||
spoom (1.5.0) | ||
erubi (>= 1.10.0) | ||
prism (>= 0.28.0) | ||
sorbet-static-and-runtime (>= 0.5.10187) | ||
thor (>= 0.19.2) | ||
sqlite3 (2.1.0-arm64-darwin) | ||
sqlite3 (2.1.0-x64-mingw-ucrt) | ||
sqlite3 (2.1.0-x86_64-darwin) | ||
sqlite3 (2.1.0-x86_64-linux-gnu) | ||
sqlite3 (2.5.0-aarch64-linux-gnu) | ||
sqlite3 (2.5.0-aarch64-linux-musl) | ||
sqlite3 (2.5.0-arm64-darwin) | ||
sqlite3 (2.5.0-x64-mingw-ucrt) | ||
sqlite3 (2.5.0-x86_64-darwin) | ||
sqlite3 (2.5.0-x86_64-linux-gnu) | ||
sqlite3 (2.5.0-x86_64-linux-musl) | ||
stringio (3.1.2) | ||
tapioca (0.16.5) | ||
tapioca (0.16.6) | ||
bundler (>= 2.2.25) | ||
netrc (>= 0.11.0) | ||
parallel (>= 1.21.0) | ||
|
@@ -268,10 +278,16 @@ GEM | |
zeitwerk (2.7.1) | ||
|
||
PLATFORMS | ||
aarch64-linux | ||
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. These extra platforms are because Bundler suggested running |
||
aarch64-linux-gnu | ||
aarch64-linux-musl | ||
arm64-darwin | ||
universal-darwin | ||
x64-mingw-ucrt | ||
x86_64-darwin | ||
x86_64-linux | ||
x86_64-linux-gnu | ||
x86_64-linux-musl | ||
|
||
DEPENDENCIES | ||
debug (>= 1.7.0) | ||
|
@@ -291,4 +307,4 @@ DEPENDENCIES | |
tzinfo-data | ||
|
||
BUNDLED WITH | ||
2.5.19 | ||
2.6.2 |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Testing the latest + previous should be sufficient for Rails. We test a wider range of Rubies in ruby-lsp's CI.