aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index b5c6d36..58de4ef 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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]