Skip to content

Commit

Permalink
Test against Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zachahn committed May 24, 2024
1 parent 1259ca3 commit de53690
Show file tree
Hide file tree
Showing 8 changed files with 459 additions and 455 deletions.
1 change: 1 addition & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
ruby:
- "3.1"
- "3.2"
- "3.3"
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
Expand Down
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.3.1
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# Specify your gem's dependencies in disqualified.gemspec.
gemspec

gem "sqlite3"
gem "sqlite3", "~> 1.6"

gem "sprockets-rails"

Expand Down
19 changes: 10 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,19 +109,19 @@ GEM
net-protocol
netrc (0.11.0)
nio4r (2.5.9)
nokogiri (1.14.3-arm64-darwin)
nokogiri (1.16.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.14.3-x86_64-darwin)
nokogiri (1.16.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.14.3-x86_64-linux)
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
parallel (1.24.0)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
prettier_print (1.2.1)
prism (0.19.0)
racc (1.6.2)
racc (1.8.0)
rack (2.2.6.4)
rack-test (2.1.0)
rack (>= 1.3)
Expand Down Expand Up @@ -194,9 +194,9 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.6.2-arm64-darwin)
sqlite3 (1.6.2-x86_64-darwin)
sqlite3 (1.6.2-x86_64-linux)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
standard (1.26.0)
language_server-protocol (~> 3.17.0.2)
rubocop (~> 1.48.1)
Expand Down Expand Up @@ -228,6 +228,7 @@ GEM

PLATFORMS
arm64-darwin-22
arm64-darwin-23
x86_64-darwin-20
x86_64-linux

Expand All @@ -238,9 +239,9 @@ DEPENDENCIES
sorbet-runtime
spoom
sprockets-rails
sqlite3
sqlite3 (~> 1.6)
standard
tapioca

BUNDLED WITH
2.3.14
2.5.10

Large diffs are not rendered by default.

108 changes: 0 additions & 108 deletions sorbet/rbi/gems/racc@1.6.2.rbi

This file was deleted.

119 changes: 119 additions & 0 deletions sorbet/rbi/gems/racc@1.8.0.rbi

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit de53690

Please sign in to comment.