diff --git a/Gemfile b/Gemfile index 773c50d1d2..d1f0dac9b2 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'rails', '~> 6.0.3.7' gem 'activemerchant', '>= 1.78.0' gem 'angular-rails-templates', '>= 0.3.0' gem 'awesome_nested_set' -gem 'ransack', '2.4.1' +gem 'ransack', '2.4.2' gem 'responders' gem 'sass', '~> 3.4.0' # this restriction originates from foundation-rails's version gem 'sass-rails', '< 5.1.0' # this restriction originates from the compass-rails's version diff --git a/Gemfile.lock b/Gemfile.lock index 8b7f2de807..54faa8fc61 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -479,7 +479,7 @@ GEM rainbow (3.0.0) raindrops (0.19.1) rake (13.0.3) - ransack (2.4.1) + ransack (2.4.2) activerecord (>= 5.2.4) activesupport (>= 5.2.4) i18n @@ -758,7 +758,7 @@ DEPENDENCIES rails-controller-testing rails-i18n rails_safe_tasks (~> 1.0) - ransack (= 2.4.1) + ransack (= 2.4.2) redcarpet redis (>= 4.0) responders