Upgrade to Ruby 3.1.2
This commit is contained in:
parent
62b29b3bd1
commit
db6f24473c
|
@ -1 +1 @@
|
||||||
3.0.4
|
3.1.2
|
||||||
|
|
2
Gemfile
2
Gemfile
|
@ -109,3 +109,5 @@ end
|
||||||
gem "webpacker", "~> 5.2"
|
gem "webpacker", "~> 5.2"
|
||||||
|
|
||||||
gem "omniauth-rails_csrf_protection", "~> 1.0"
|
gem "omniauth-rails_csrf_protection", "~> 1.0"
|
||||||
|
|
||||||
|
gem "net-smtp"
|
||||||
|
|
|
@ -312,6 +312,7 @@ GEM
|
||||||
naught (1.1.0)
|
naught (1.1.0)
|
||||||
nenv (0.3.0)
|
nenv (0.3.0)
|
||||||
nested_form (0.3.2)
|
nested_form (0.3.2)
|
||||||
|
net-smtp (0.1.0)
|
||||||
nio4r (2.5.8)
|
nio4r (2.5.8)
|
||||||
nokogiri (1.13.7)
|
nokogiri (1.13.7)
|
||||||
mini_portile2 (~> 2.8.0)
|
mini_portile2 (~> 2.8.0)
|
||||||
|
@ -606,6 +607,7 @@ DEPENDENCIES
|
||||||
letter_opener
|
letter_opener
|
||||||
lograge
|
lograge
|
||||||
mini_magick
|
mini_magick
|
||||||
|
net-smtp
|
||||||
oj
|
oj
|
||||||
omniauth
|
omniauth
|
||||||
omniauth-rails_csrf_protection (~> 1.0)
|
omniauth-rails_csrf_protection (~> 1.0)
|
||||||
|
|
Loading…
Reference in New Issue