Skip to content

Commit 358a705

Browse files
authored
Merge pull request #392 from oauth-xx/depfu/update/rubocop-0.57.2
Upgrade rubocop to version 0.57.2
2 parents 6cf39f4 + 809112d commit 358a705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
55
group :test do
66
ruby_version = Gem::Version.new(RUBY_VERSION)
77
if ruby_version >= Gem::Version.new('2.1')
8-
gem 'rubocop', '~> 0.56.0'
8+
gem 'rubocop', '~> 0.57.2'
99
gem 'rubocop-rspec', '~> 1.27.0'
1010
end
1111
gem 'pry', '~> 0.11' if ruby_version >= Gem::Version.new('2.0')

0 commit comments

Comments
 (0)