Skip to content

Commit

Permalink
Update dependency rubocop-rspec to v2.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 4, 2024
1 parent 36babd4 commit 515da31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ gem 'rack-test', '2.1.0'
gem 'rackup', '2.1.0'
gem 'rake', '13.2.0', require: false
gem 'rubocop', '1.62.1', require: false
gem 'rubocop-rspec', '2.28.0', require: false
gem 'rubocop-rspec', '2.29.1', require: false
gem 'ruby-fann', '2.0.2'
gem 'sass', '3.7.4'
gem 'sentry-raven', '3.1.2'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ GEM
multipart-post
oauth (~> 0.5, >= 0.5.0)
jmespath (1.6.2)
json (2.7.1)
json (2.7.2)
jwt (2.7.1)
language_server-protocol (3.17.0.3)
mail (2.8.1)
Expand Down Expand Up @@ -167,12 +167,12 @@ GEM
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-rspec (2.28.0)
rubocop-rspec (2.29.1)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-rspec_rails (~> 2.28)
rubocop-rspec_rails (2.28.1)
rubocop-rspec_rails (2.28.2)
rubocop (~> 1.40)
ruby-fann (2.0.2)
ruby-filemagic (0.7.3)
Expand Down Expand Up @@ -263,7 +263,7 @@ DEPENDENCIES
rackup (= 2.1.0)
rake (= 13.2.0)
rubocop (= 1.62.1)
rubocop-rspec (= 2.28.0)
rubocop-rspec (= 2.29.1)
ruby-fann (= 2.0.2)
sass (= 3.7.4)
sentry-raven (= 3.1.2)
Expand Down

0 comments on commit 515da31

Please sign in to comment.