Bump ruby to 3.0.6 (#218)

* Bump ruby to 2.7.8
* Bump listen to 3.5.1 (remove dependency on ruby_dep)
* Bump ruby to 3.0.6
* Fix I18n.translate arguments: from hash to keyword arguments
This commit is contained in:
Riccardo Graziosi
2023-05-09 09:32:18 +02:00
committed by GitHub
parent 5b9edd4745
commit 10f06c9760
17 changed files with 35 additions and 36 deletions

View File

@@ -120,10 +120,9 @@ GEM
activerecord
kaminari-core (= 1.2.2)
kaminari-core (1.2.2)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
listen (3.5.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
@@ -181,7 +180,7 @@ GEM
rake (>= 0.8.7)
thor (>= 0.20.3, < 2.0)
rake (12.3.3)
rb-fsevent (0.11.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
react-rails (2.6.2)
@@ -212,7 +211,6 @@ GEM
rspec-mocks (~> 3.8.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.3)
ruby_dep (1.5.0)
rubyzip (2.3.2)
selenium-webdriver (4.1.0)
childprocess (>= 0.5, < 5.0)
@@ -267,12 +265,12 @@ DEPENDENCIES
byebug
capybara (= 3.36.0)
devise (= 4.7.3)
httparty (= 0.21.0)
factory_bot_rails (= 5.0.2)
httparty (= 0.21.0)
i18n-js (= 3.9.2)
jbuilder (= 2.11.5)
kaminari (= 1.2.2)
listen (>= 3.0.5, < 3.2)
listen (= 3.5.1)
pg (= 1.3.5)
puma (= 4.3.12)
pundit (= 2.2.0)
@@ -281,8 +279,8 @@ DEPENDENCIES
react-rails (= 2.6.2)
rspec-rails (= 3.8.3)
selenium-webdriver (= 4.1.0)
spring
spring-watcher-listen (~> 2.0.0)
spring (= 2.1.1)
spring-watcher-listen (= 2.0.1)
turbolinks (= 5.2.1)
tzinfo-data
web-console (>= 3.3.0)
@@ -290,7 +288,7 @@ DEPENDENCIES
webpacker (= 4.3.0)
RUBY VERSION
ruby 2.6.6p146
ruby 3.0.6p216
BUNDLED WITH
2.3.0