Skip to content

Commit

Permalink
fix: Gemfile to reduce vulnerabilities (#307)
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

Co-authored-by: snyk-bot <[email protected]>
Co-authored-by: Jesus Federico <[email protected]>
  • Loading branch information
3 people authored May 8, 2024
1 parent cc263ff commit 415fcf5
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 @@ -45,7 +45,7 @@ group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'action-cable-testing'
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
gem 'dotenv-rails', '>= 3.0.0'
gem 'dotenv-rails', '>= 3.1.1'
gem 'rspec'
gem 'rspec_junit_formatter'
gem 'rspec-rails', '~> 5.1.0'
Expand Down

0 comments on commit 415fcf5

Please sign in to comment.