Skip to content

Commit cec4cf7

Browse files
committed
Bump to Ruby 3.1
1 parent 1bbe849 commit cec4cf7

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
source "https://rubygems.org"
22
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
33

4-
ruby "~> 3.0"
4+
ruby "~> 3.1"
55

66
# bundle config local.rails /Users/guochunzhong/git/oss/rails
7-
gem "rails", "~> 7.2.0"
7+
gem "rails", "~> 7.2.1"
88

99
gem "propshaft"
1010

@@ -29,7 +29,7 @@ gem "devise-i18n"
2929
gem "pundit"
3030

3131
gem "meta-tags"
32-
gem "browser", "< 6" # support ruby 3.0
32+
gem "browser"
3333

3434
gem "config"
3535

@@ -76,5 +76,5 @@ end
7676
group :test do
7777
# Use system testing [https://guides.rubyonrails.org/testing.html#system-testing]
7878
gem "capybara"
79-
gem "selenium-webdriver", ">= 4.23.0"
79+
gem "selenium-webdriver", ">= 4.25.0"
8080
end

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ GEM
8686
bcrypt_pbkdf (1.1.1-x86_64-darwin)
8787
bigdecimal (3.1.8)
8888
bindex (0.8.1)
89-
browser (5.3.1)
89+
browser (6.0.0)
9090
builder (3.3.0)
9191
capistrano (3.19.1)
9292
airbrussh (>= 1.0.0)
@@ -306,7 +306,7 @@ GEM
306306
rack-proxy (>= 0.6.1)
307307
railties (>= 5.2)
308308
semantic_range (>= 2.3.0)
309-
sorbet-runtime (0.5.11604)
309+
sorbet-runtime (0.5.11608)
310310
sqlite3 (2.1.0-aarch64-linux-gnu)
311311
sqlite3 (2.1.0-arm-linux-gnu)
312312
sqlite3 (2.1.0-arm64-darwin)
@@ -365,7 +365,7 @@ PLATFORMS
365365
DEPENDENCIES
366366
ajax-datatables-rails
367367
bcrypt_pbkdf
368-
browser (< 6)
368+
browser
369369
capistrano
370370
capistrano-rails
371371
capistrano-rbenv
@@ -383,10 +383,10 @@ DEPENDENCIES
383383
propshaft
384384
puma
385385
pundit
386-
rails (~> 7.2.0)
386+
rails (~> 7.2.1)
387387
ruby-lsp
388388
ruby-lsp-rails
389-
selenium-webdriver (>= 4.23.0)
389+
selenium-webdriver (>= 4.25.0)
390390
shakapacker (~> 8.0)
391391
sqlite3
392392
standard

0 commit comments

Comments
 (0)