We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36e436a + dfcac0c commit 5a3d40cCopy full SHA for 5a3d40c
Gemfile
@@ -5,7 +5,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
5
group :test do
6
ruby_version = Gem::Version.new(RUBY_VERSION)
7
if ruby_version >= Gem::Version.new('2.1')
8
- gem 'rubocop', '~> 0.55.0'
+ gem 'rubocop', '~> 0.56.0'
9
gem 'rubocop-rspec', '~> 1.24.0'
10
end
11
gem 'pry', '~> 0.11' if ruby_version >= Gem::Version.new('2.0')
0 commit comments