diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-05-21 16:17:41 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-05-21 16:17:41 +0200 |
| commit | a774c7ab506e8d70205e18333bf37fb20cc82c85 (patch) | |
| tree | f20d6f1bc64e42b833916cd9ae21f7e5c2e7f02d /Gemfile.lock | |
| parent | 9078cf1108d4234f713e789e69bc731d99079bbe (diff) | |
| download | operum-a774c7ab506e8d70205e18333bf37fb20cc82c85.tar.gz operum-a774c7ab506e8d70205e18333bf37fb20cc82c85.zip | |
Upgrade to ruby 3.3.1
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index bfa432c..4622de0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -105,6 +105,7 @@ GEM concurrent-ruby (1.2.3) connection_pool (2.4.1) crass (1.0.6) + csv (3.3.0) date (3.3.4) debug (1.9.2) irb (~> 1.10) @@ -175,7 +176,7 @@ GEM public_suffix (5.0.5) puma (6.4.2) nio4r (~> 2.0) - racc (1.7.3) + racc (1.8.0) rack (3.0.11) rack-session (2.0.0) rack (>= 3.0.0) @@ -313,6 +314,7 @@ DEPENDENCIES brakeman bundle-audit capybara + csv debug image_processing (~> 1.2) importmap-rails @@ -331,7 +333,7 @@ DEPENDENCIES web-console RUBY VERSION - ruby 3.2.3p157 + ruby 3.3.1p55 BUNDLED WITH 2.5.9 |
