Skip to content

Commit

Permalink
fix: Gemfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-RACK-1061917
  • Loading branch information
snyk-bot committed Sep 6, 2024
1 parent 622f4ae commit 4c6b0bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'rails', '~> 6.1.7', '>= 6.1.7.2'
gem 'rails', '~> 7.0.0'
gem 'rake', '~>12.3.0'
gem 'bootsnap', '~>1.5.0'

Expand All @@ -12,7 +12,7 @@ gem 'sqlite3', '~> 1.4.0'

# Gems used only for assets and not required
# in production environments by default.
gem 'sass-rails', '~> 5.0.8'
gem 'sass-rails', '~> 6.0.0'
gem 'coffee-rails', '~> 5.0.0'

# See https://github.com/sstephenson/execjs#readme for more supported runtimes
Expand Down Expand Up @@ -81,7 +81,7 @@ group :test do
gem 'guard-rspec', '~> 4.7.3'
gem 'launchy', '~> 2.5.0'
gem 'selenium-webdriver', '~> 3.142.7'
gem 'cucumber-rails', '~> 2.2.0', require: false
gem 'cucumber-rails', '~> 2.3.0', require: false
gem 'simplecov', '~> 0.18.5', require: false
gem 'database_cleaner', '~> 1.8.5'
gem 'email_spec', '~> 2.2.0'
Expand Down

0 comments on commit 4c6b0bb

Please sign in to comment.