Skip to content

Commit

Permalink
Merge pull request #407 from oauth-xx/depfu/update/rubocop-0.59.0
Browse files Browse the repository at this point in the history
Upgrade rubocop to version 0.59.0
  • Loading branch information
pboling committed Sep 9, 2018
2 parents b20a078 + 0a7bef2 commit 8b073a5
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 @@ -5,7 +5,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
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', '~> 0.59.0'
gem 'rubocop-rspec', '~> 1.29.0'
end
gem 'pry', '~> 0.11' if ruby_version >= Gem::Version.new('2.0')
Expand Down

0 comments on commit 8b073a5

Please sign in to comment.