diff --git a/etl/Gemfile b/etl/Gemfile index 8d18527658d..5b6e741f68a 100644 --- a/etl/Gemfile +++ b/etl/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } # Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main' -gem 'rails', '~> 6.1.4', '>= 6.1.4.1' +gem 'rails', '~> 7.0.0' # Use mysql as the database for Active Record gem 'mysql2', '~> 0.5.4' # Use Puma as the app server