Skip to content

Commit

Permalink
Merge pull request #429 from oauth-xx/depfu/update/rubocop-rspec-1.30.1
Browse files Browse the repository at this point in the history
Upgrade rubocop-rspec to version 1.30.1
  • Loading branch information
pboling committed Nov 3, 2018
2 parents 255bee1 + e19a6d1 commit 68fac86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -12,7 +12,7 @@ group :test do
# Error: Unsupported Ruby version 2.1 found in `TargetRubyVersion` parameter (in .rubocop.yml). 2.1-compatible analysis was dropped after version 0.58.
# Supported versions: 2.2, 2.3, 2.4, 2.5
gem 'rubocop', '~> 0.60.0'
gem 'rubocop-rspec', '~> 1.27.0' # last version that can use rubocop < 0.58
gem 'rubocop-rspec', '~> 1.30.1' # last version that can use rubocop < 0.58
end
gem 'coveralls'
gem 'pry', '~> 0.11' if ruby_version >= Gem::Version.new('2.0')
Expand Down

0 comments on commit 68fac86

Please sign in to comment.