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 Dec 21, 2022
1 parent 9e6bae7 commit dad1836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source 'https://rubygems.org'

gem 'rails', '>= 5.1.0', '< 5.1.99'
gem 'rails', '>= 5.1.7', '< 5.1.99'
gem 'rails-i18n'
gem 'responders'

Expand Down

0 comments on commit dad1836

Please sign in to comment.