We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rubocop
0.80.1
~> 1.0
1 parent 3311650 commit 4437d19Copy full SHA for 4437d19
2 files changed
Gemfile
@@ -6,3 +6,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
6
7
# Specify your gem's dependencies in cose.gemspec
8
gemspec
9
+
10
+if Gem::Version.new(RUBY_VERSION.dup) < Gem::Version.new("2.6.0")
11
+ gem "rubocop", "~> 1.11.0"
12
+end
cose.gemspec
@@ -39,6 +39,6 @@ Gem::Specification.new do |spec|
39
spec.add_development_dependency "byebug", "~> 11.0"
40
spec.add_development_dependency "rake", "~> 13.0"
41
spec.add_development_dependency "rspec", "~> 3.8"
42
- spec.add_development_dependency "rubocop", "0.80.1"
+ spec.add_development_dependency "rubocop", "~> 1.0"
43
spec.add_development_dependency "rubocop-performance", "~> 1.4"
44
end
0 commit comments