diff --git a/Gemfile b/Gemfile index d58d3583..ddb48b6c 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem 'pg', '~> 1.5' gem 'puma', '~> 6.4' gem 'pundit' gem 'rails', '~> 7.2.1' -gem 'rails_admin', '~> 3.1' +gem 'rails_admin', '~> 3.1.4' gem 'redis', '~> 4.8', require: %w[redis redis/connection/hiredis] gem 'redis-namespace' gem 'rubyzip', require: 'zip' diff --git a/Gemfile.lock b/Gemfile.lock index 8be90ac6..3eb5d5ad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -276,7 +276,7 @@ GEM rails-html-sanitizer (1.6.0) loofah (~> 2.21) nokogiri (~> 1.14) - rails_admin (3.1.2) + rails_admin (3.1.4) activemodel-serializers-xml (>= 1.0) kaminari (>= 0.14, < 2.0) nested_form (~> 0.3) @@ -445,7 +445,7 @@ DEPENDENCIES pundit rack-mini-profiler (~> 3.3) rails (~> 7.2.1) - rails_admin (~> 3.1) + rails_admin (~> 3.1.4) redis (~> 4.8) redis-namespace rspec-its