Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
Update dependencies; rubocop, blacklight_range_limit.
Browse files Browse the repository at this point in the history
- Update blacklight_range_limit to 7.1.0
- Add rubocop-performance; resolves #66
  • Loading branch information
ruebot committed May 13, 2019
1 parent 2fa3c21 commit cfccf24
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
require: rubocop-performance
require: rubocop-rspec

AllCops:
Expand Down
2 changes: 1 addition & 1 deletion spec/test_app_templates/Gemfile.extra
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gem 'blacklight_range_limit', '7.0.0'
gem 'blacklight_range_limit', '7.1.0'
3 changes: 2 additions & 1 deletion warclight.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']

s.add_dependency 'blacklight', '7.0.1'
s.add_dependency 'blacklight_range_limit', '7.0.0'
s.add_dependency 'blacklight_range_limit', '7.1.0'
s.add_dependency 'rails', '~> 5'

s.add_development_dependency 'bundler'
Expand All @@ -33,6 +33,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rake', '~> 12.0'
s.add_development_dependency 'rspec-rails', '~> 3.0'
s.add_development_dependency 'rubocop', '~> 0.68.1'
s.add_development_dependency 'rubocop-performance'
s.add_development_dependency 'rubocop-rspec', '~> 1.32.0'
s.add_development_dependency 'simplecov'
s.add_development_dependency 'solr_wrapper'
Expand Down

0 comments on commit cfccf24

Please sign in to comment.