From fb7750352c0cbbed81a874cdcd22c23294a7a712 Mon Sep 17 00:00:00 2001 From: Dombi Attila <83396+dombesz@users.noreply.github.com> Date: Wed, 31 Jan 2024 16:36:11 +0200 Subject: [PATCH] Lock rails version to ~>7.1.3 --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)