Skip to content

Commit

Permalink
Update rubocop to version 0.62.0
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed Jan 2, 2019
1 parent d86b8ab commit 6a6569e
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.61.1'
gem 'rubocop', '~> 0.62.0'
gem 'rubocop-rspec', '~> 1.30.0'
end
if ruby_version >= Gem::Version.new('2.0')
Expand Down

0 comments on commit 6a6569e

Please sign in to comment.