Skip to content

Commit 4437d19

Browse files
build(deps): bump rubocop constrain from 0.80.1 to ~> 1.0
1 parent 3311650 commit 4437d19

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
66

77
# Specify your gem's dependencies in cose.gemspec
88
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ Gem::Specification.new do |spec|
3939
spec.add_development_dependency "byebug", "~> 11.0"
4040
spec.add_development_dependency "rake", "~> 13.0"
4141
spec.add_development_dependency "rspec", "~> 3.8"
42-
spec.add_development_dependency "rubocop", "0.80.1"
42+
spec.add_development_dependency "rubocop", "~> 1.0"
4343
spec.add_development_dependency "rubocop-performance", "~> 1.4"
4444
end

0 commit comments

Comments
 (0)