diff --git a/Gemfile b/Gemfile index 74c030c5bab..4c7d7f9e739 100644 --- a/Gemfile +++ b/Gemfile @@ -39,7 +39,7 @@ gem 'activemodel-serializers-xml', '~> 1.0.1' gem 'activerecord-import', '~> 1.5.0' gem 'activerecord-session_store', '~> 2.1.0' gem 'ox' -gem 'rails', '~> 7.1', '>= 7.1.3' +gem 'rails', '~> 7.1.3' gem 'responders', '~> 3.0' gem 'ffi', '~> 1.15' diff --git a/Gemfile.lock b/Gemfile.lock index c49741ab652..b36db8d878c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1258,7 +1258,7 @@ DEPENDENCIES rack-test (~> 2.1.0) rack-timeout (~> 0.6.3) rack_session_access - rails (~> 7.1, >= 7.1.3) + rails (~> 7.1.3) rails-controller-testing (~> 1.0.2) rails-i18n (~> 7.0.0) rdoc (>= 2.4.2)