diff --git a/Gemfile b/Gemfile index 608c870362..8d73646e98 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}.git" } gem 'dotenv-rails', require: 'dotenv/rails-now' # Load ENV vars before other gems -gem 'rails', '>= 6.1.4' +gem 'rails' # Active Storage gem "active_storage_validations" diff --git a/Gemfile.lock b/Gemfile.lock index 2d49589a71..be260da326 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -856,7 +856,7 @@ DEPENDENCIES rack-mini-profiler (< 3.0.0) rack-rewrite rack-timeout - rails (>= 6.1.4) + rails rails-controller-testing rails-erd rails-i18n