Skip to content

Commit

Permalink
fix: Gemfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Aug 25, 2024
1 parent b39927b commit fc5227d
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 @@ -50,7 +50,7 @@ group :development, :test do
gem 'rspec_junit_formatter'
gem 'rspec-rails', '~> 6.0.0'
gem 'rubocop', '~> 1.63', '>= 1.63.0', require: false
gem 'rubocop-rails', '~> 2.25', '>= 2.25.1', require: false
gem 'rubocop-rails', '~> 2.26', '>= 2.26.0', require: false
end

group :development do
Expand Down

0 comments on commit fc5227d

Please sign in to comment.