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 | |
| 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')
| -rw-r--r-- | Gemfile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2,7 +2,7 @@ source 'https://rubygems.org' -ruby '3.2.3' +ruby '3.3.1' # Rails itself :) gem 'rails', '~> 7.1.3' @@ -35,6 +35,9 @@ gem 'bootsnap', require: false # Use Active Storage variants. gem 'image_processing', '~> 1.2' +# No longer in the standard library from Ruby 3.4 onwards. +gem 'csv' + group :development, :test do gem 'debug', platforms: %i[mri windows] |
