Skip to content

Commit

Permalink
Merge pull request #403 from oauth-xx/depfu/update/rubocop-rspec-1.29.0
Browse files Browse the repository at this point in the history
Upgrade rubocop-rspec to version 1.29.0
  • Loading branch information
pboling committed Aug 29, 2018
2 parents b819bd9 + 6ec9a9b commit b20a078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
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.58.2'
gem 'rubocop-rspec', '~> 1.28.0'
gem 'rubocop-rspec', '~> 1.29.0'
end
gem 'pry', '~> 0.11' if ruby_version >= Gem::Version.new('2.0')
gem 'rspec-pending_for'
Expand Down

0 comments on commit b20a078

Please sign in to comment.