diff --git a/Gemfile b/Gemfile index 561e06cce..e8774f805 100644 --- a/Gemfile +++ b/Gemfile @@ -78,7 +78,7 @@ gem "rack-attack", "~> 6.6.0" # Used to throttle requests to prevent brute force gem "rack-cors", "~> 1.1" # Middleware that will make Rack-based apps CORS compatible gem "rack-timeout", "~> 0.6" # Rack middleware which aborts requests that have been running for longer than a specified timeout gem "rails", "~> 6.1.4" # Ruby on Rails -gem "ransack", "~> 2.5" # Searching and sorting +gem "ransack", "~> 2.6" # Searching and sorting gem "recaptcha", "~> 5.9", require: "recaptcha/rails" # Helpers for the reCAPTCHA API gem "redcarpet", "~> 3.5" # A fast, safe and extensible Markdown to (X)HTML parser diff --git a/Gemfile.lock b/Gemfile.lock index ae9100e46..4fcc5b382 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -614,9 +614,9 @@ GEM thor (~> 1.0) rainbow (3.1.1) rake (13.0.6) - ransack (2.5.0) - activerecord (>= 5.2.4) - activesupport (>= 5.2.4) + ransack (2.6.0) + activerecord (>= 6.0.4) + activesupport (>= 6.0.4) i18n rb-fsevent (0.11.0) rb-inotify (0.10.1) @@ -989,7 +989,7 @@ DEPENDENCIES rack-host-redirect (~> 1.3) rack-timeout (~> 0.6) rails (~> 6.1.4) - ransack (~> 2.5) + ransack (~> 2.6) recaptcha (~> 5.9) redcarpet (~> 3.5) redis (~> 4.6.0) diff --git a/vendor/cache/ransack-2.5.0.gem b/vendor/cache/ransack-2.5.0.gem deleted file mode 100644 index 25310d680..000000000 Binary files a/vendor/cache/ransack-2.5.0.gem and /dev/null differ diff --git a/vendor/cache/ransack-2.6.0.gem b/vendor/cache/ransack-2.6.0.gem new file mode 100644 index 000000000..e4a6c64d3 Binary files /dev/null and b/vendor/cache/ransack-2.6.0.gem differ