Skip to content

Commit

Permalink
Use Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Jan 7, 2025
1 parent 6701658 commit 50fa4f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
gemfile:
- Gemfile
- gemfiles/Gemfile-rails-main
ruby: ["3.2", "3.3"]
ruby: ["3.3", "3.4"]
include:
- gemfile: "gemfiles/Gemfile-rails-main"
experimental: true
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.4
3.4.1
8 changes: 1 addition & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ GEM
nio4r (2.7.4)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x64-mingw-ucrt)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
Expand Down Expand Up @@ -236,7 +234,6 @@ GEM
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)
stringio (3.1.2)
Expand All @@ -253,8 +250,6 @@ GEM
timeout (0.4.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2024.2)
tzinfo (>= 1.0.0)
unicode-display_width (2.6.0)
uri (1.0.1)
useragent (0.16.10)
Expand All @@ -269,7 +264,6 @@ GEM

PLATFORMS
arm64-darwin
x64-mingw-ucrt
x86_64-darwin
x86_64-linux

Expand All @@ -291,4 +285,4 @@ DEPENDENCIES
tzinfo-data

BUNDLED WITH
2.5.19
2.6.2

0 comments on commit 50fa4f9

Please sign in to comment.