Skip to content

Commit 5a3d40c

Browse files
authored
Merge pull request #383 from oauth-xx/depfu/update/rubocop-0.56.0
Upgrade rubocop to version 0.56.0
2 parents 36e436a + dfcac0c commit 5a3d40c

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.55.0'
8+
gem 'rubocop', '~> 0.56.0'
99
gem 'rubocop-rspec', '~> 1.24.0'
1010
end
1111
gem 'pry', '~> 0.11' if ruby_version >= Gem::Version.new('2.0')

0 commit comments

Comments
 (0)