diff --git a/Gemfile b/Gemfile index 217f23c..2e88189 100644 --- a/Gemfile +++ b/Gemfile @@ -49,7 +49,7 @@ gem "pagy", "~> 6.0" # Use HTTParty for HTTP requests [https://github.com/jnunemaker/httparty] gem "httparty", "~> 0.21.0" # CSV gem required by HTTParty in Ruby 3.4 -gem "csv", "~> 3.2.8" +gem "csv", "~> 3.3.5" group :development, :test do # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem diff --git a/Gemfile.lock b/Gemfile.lock index c2ab53d..f56fe0e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -98,7 +98,7 @@ GEM concurrent-ruby (1.3.5) connection_pool (2.5.4) crass (1.0.6) - csv (3.2.9) + csv (3.3.5) date (3.4.1) debug (1.11.0) irb (~> 1.10) @@ -383,7 +383,7 @@ DEPENDENCIES bootsnap brakeman capybara - csv (~> 3.2.8) + csv (~> 3.3.5) debug httparty (~> 0.21.0) importmap-rails