From 5793a39a510c00935602f80f27085a69e0a67bbf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Mar 2022 19:31:11 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVESTORAGE-2420035 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 67ac62e..85e8e53 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem "activerecord-jdbcsqlite3-adapter", jruby_sqlite3_adapter, platform: :jruby gem "byebug", platforms: %i[mri mingw x64_mingw] gem "capybara", "< 3.19.0" unless ENV["TRAVIS_RUBY_VERSION"].nil? || ENV["TRAVIS_RUBY_VERSION"] >= "2.4.0" gem "sassc-rails" -gem "rails", (ENV["RAILS_VERSION"] || ">= 4.0.0") # rubocop:disable Bundler/OrderedGems +gem "rails", ">= 6.0.4.7", (ENV["RAILS_VERSION"] || ">= 4.0.0") # rubocop:disable Bundler/OrderedGems gem "rspec-rails", (ENV["RAILS_VERSION"].nil? || ENV["RAILS_VERSION"].to_s >= "6.0.0" ? "4.0.0.beta2" : ">= 3.8.0") gem "sqlite3", (ENV["RAILS_VERSION"].nil? || ENV["RAILS_VERSION"].to_s >= "6.0.0" ? ">= 1.4.0" : "< 1.4.0"),