Skip to content

Commit

Permalink
Add support for ruby 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed Oct 30, 2024
1 parent 0877212 commit 0187413
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ gem "devise-i18n"
gem "pundit"

gem "meta-tags"
gem "browser"

# Pin version to support Ruby 3.1
gem "browser", "< 6"
gem "zeitwerk", "~> 2.6.18"

gem "config"

Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ GEM
bigdecimal (3.1.8)
bindata (2.5.0)
bindex (0.8.1)
browser (6.0.0)
browser (5.3.1)
builder (3.3.0)
capistrano (3.19.1)
airbrussh (>= 1.0.0)
Expand Down Expand Up @@ -414,7 +414,7 @@ GEM
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.7.1)
zeitwerk (2.6.18)

PLATFORMS
aarch64-linux
Expand All @@ -427,7 +427,7 @@ PLATFORMS
DEPENDENCIES
ajax-datatables-rails
bcrypt_pbkdf
browser
browser (< 6)
capistrano
capistrano-rails
capistrano-rbenv
Expand Down Expand Up @@ -456,6 +456,7 @@ DEPENDENCIES
standard
tzinfo-data
web-console
zeitwerk (~> 2.6.18)

RUBY VERSION
ruby 3.2.2p53
Expand Down

0 comments on commit 0187413

Please sign in to comment.