Skip to content

Commit

Permalink
Bump rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrlc committed Feb 20, 2025
1 parent a8b330b commit 3f1d303
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require:
plugins:
- rubocop-rspec
- rubocop-rails

Expand Down
2 changes: 1 addition & 1 deletion blacklight-maps.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'capybara'
s.add_development_dependency 'engine_cart', '~> 2.6'
s.add_development_dependency 'rspec-rails', '~> 7.1'
s.add_development_dependency 'rubocop', '~> 1.71.2'
s.add_development_dependency 'rubocop', '~> 1.72.2'
s.add_development_dependency 'rubocop-rspec', '~> 3.4'
s.add_development_dependency 'selenium-webdriver', '~> 4.0'
s.add_development_dependency 'solr_wrapper', '~> 4.1'
Expand Down

0 comments on commit 3f1d303

Please sign in to comment.