Update Ruby to 3.3

This commit is contained in:
Sebastian Serth
2023-12-25 11:01:23 +01:00
parent aa8222a9ef
commit 04863f1f25
8 changed files with 18 additions and 15 deletions

View File

@ -131,6 +131,7 @@ GEM
crack (0.4.5)
rexml
crass (1.0.6)
csv (3.2.8)
dachsfisch (1.0.0)
nokogiri (>= 1.14.1, < 2.0.0)
database_cleaner (2.0.2)
@ -291,7 +292,7 @@ GEM
pagedown-bootstrap-rails (2.1.4)
railties (> 3.1)
parallel (1.24.0)
parser (3.3.0.2)
parser (3.3.0.4)
ast (~> 2.4.1)
racc
pg (1.5.4)
@ -414,11 +415,11 @@ GEM
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.1)
rubocop (1.59.0)
rubocop (1.60.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
@ -573,6 +574,7 @@ DEPENDENCIES
capybara
carrierwave
charlock_holmes
csv
database_cleaner
docker-api
eventmachine
@ -647,4 +649,4 @@ DEPENDENCIES
zxcvbn-ruby
BUNDLED WITH
2.5.3
2.5.5