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

Commit

Permalink
[ruby] Upgrade rubocop-rspec to version 1.36.0 (#85)
Browse files Browse the repository at this point in the history
* Update rubocop-rspec to version 1.36.0

* coding standards
  • Loading branch information
depfu[bot] authored and ruebot committed Sep 29, 2019
1 parent 6829613 commit b783608
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions spec/warclight_spec.rb
Expand Up @@ -6,6 +6,7 @@
it 'has a version number' do
expect(Warclight::VERSION).not_to be nil
end

describe 'Custom CatalogController field accessors' do
subject(:custom_fields) do
Warclight::Engine.config.catalog_controller_field_accessors
Expand Down
2 changes: 1 addition & 1 deletion warclight.gemspec
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rspec-rails', '~> 3.0'
s.add_development_dependency 'rubocop', '~> 0.74.0'
s.add_development_dependency 'rubocop-performance'
s.add_development_dependency 'rubocop-rspec', '~> 1.35.0'
s.add_development_dependency 'rubocop-rspec', '~> 1.36.0'
s.add_development_dependency 'simplecov'
s.add_development_dependency 'solr_wrapper'
s.add_development_dependency 'sqlite3'
Expand Down

0 comments on commit b783608

Please sign in to comment.