Skip to content

Commit

Permalink
Upgrade rubocop-rspec to version 1.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed May 25, 2018
1 parent 5a3d40c commit 5b18ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -6,7 +6,7 @@ group :test do
ruby_version = Gem::Version.new(RUBY_VERSION)
if ruby_version >= Gem::Version.new('2.1')
gem 'rubocop', '~> 0.56.0'
gem 'rubocop-rspec', '~> 1.24.0'
gem 'rubocop-rspec', '~> 1.25.1'
end
gem 'pry', '~> 0.11' if ruby_version >= Gem::Version.new('2.0')
gem 'rspec-pending_for'
Expand Down

0 comments on commit 5b18ab4

Please sign in to comment.