Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Browse files

[ruby] Upgrade rubocop-rspec to version 1.36.0 (#85)

* Update rubocop-rspec to version 1.36.0

* coding standards
  • Loading branch information...
depfu authored and ruebot committed Sep 29, 2019
1 parent 6829613 commit b783608234219d2055a1cd4bb4e58ce07e1ff0db
Showing with 2 additions and 1 deletion.
  1. +1 −0 spec/warclight_spec.rb
  2. +1 −1 warclight.gemspec
@@ -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
@@ -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'

0 comments on commit b783608

Please sign in to comment.
You can’t perform that action at this time.