update to ruby 3.1.0

This commit is contained in:
Ben Harris 2022-02-04 10:19:32 -05:00
parent 8324052997
commit eac618e84c
3 changed files with 13 additions and 13 deletions

View File

@ -1 +1 @@
3.0.2 3.1.0

View File

@ -3,7 +3,7 @@
source 'https://rubygems.org' source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" } git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '3.0.2' ruby '3.1.0'
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem 'rails', '~> 7.0.1' gem 'rails', '~> 7.0.1'

View File

@ -69,8 +69,8 @@ GEM
addressable (2.8.0) addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0) public_suffix (>= 2.0.2, < 5.0)
bindex (0.8.1) bindex (0.8.1)
bootsnap (1.9.4) bootsnap (1.10.3)
msgpack (~> 1.0) msgpack (~> 1.2)
builder (3.2.4) builder (3.2.4)
capybara (3.36.0) capybara (3.36.0)
addressable addressable
@ -91,9 +91,9 @@ GEM
erubi (1.10.0) erubi (1.10.0)
globalid (1.0.0) globalid (1.0.0)
activesupport (>= 5.0) activesupport (>= 5.0)
i18n (1.8.11) i18n (1.9.1)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
importmap-rails (1.0.1) importmap-rails (1.0.2)
actionpack (>= 6.0.0) actionpack (>= 6.0.0)
railties (>= 6.0.0) railties (>= 6.0.0)
io-console (0.5.11) io-console (0.5.11)
@ -113,7 +113,7 @@ GEM
method_source (1.0.0) method_source (1.0.0)
mini_mime (1.1.2) mini_mime (1.1.2)
minitest (5.15.0) minitest (5.15.0)
msgpack (1.4.2) msgpack (1.4.4)
net-imap (0.2.3) net-imap (0.2.3)
digest digest
net-protocol net-protocol
@ -133,7 +133,7 @@ GEM
nokogiri (1.13.1-x86_64-linux) nokogiri (1.13.1-x86_64-linux)
racc (~> 1.4) racc (~> 1.4)
public_suffix (4.0.6) public_suffix (4.0.6)
puma (5.5.2) puma (5.6.1)
nio4r (~> 2.0) nio4r (~> 2.0)
racc (1.6.0) racc (1.6.0)
rack (2.2.3) rack (2.2.3)
@ -166,7 +166,7 @@ GEM
thor (~> 1.0) thor (~> 1.0)
zeitwerk (~> 2.5) zeitwerk (~> 2.5)
rake (13.0.6) rake (13.0.6)
redis (4.5.1) redis (4.6.0)
regexp_parser (2.2.0) regexp_parser (2.2.0)
reline (0.3.1) reline (0.3.1)
io-console (~> 0.5) io-console (~> 0.5)
@ -189,7 +189,7 @@ GEM
strscan (3.0.1) strscan (3.0.1)
thor (1.2.1) thor (1.2.1)
timeout (0.2.0) timeout (0.2.0)
turbo-rails (1.0.0) turbo-rails (1.0.1)
actionpack (>= 6.0.0) actionpack (>= 6.0.0)
railties (>= 6.0.0) railties (>= 6.0.0)
tzinfo (2.0.4) tzinfo (2.0.4)
@ -208,7 +208,7 @@ GEM
websocket-extensions (0.1.5) websocket-extensions (0.1.5)
xpath (3.2.0) xpath (3.2.0)
nokogiri (~> 1.8) nokogiri (~> 1.8)
zeitwerk (2.5.3) zeitwerk (2.5.4)
PLATFORMS PLATFORMS
x86_64-linux x86_64-linux
@ -232,7 +232,7 @@ DEPENDENCIES
webdrivers webdrivers
RUBY VERSION RUBY VERSION
ruby 3.0.2p107 ruby 3.1.0p0
BUNDLED WITH BUNDLED WITH
2.2.22 2.3.3