Skip to content

Commit d959ddd

Browse files
committed
Update version constraint from ~> to >=
1 parent 90e921a commit d959ddd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ PATH
22
remote: .
33
specs:
44
rubocop-github (0.19.0)
5-
rubocop (~> 1.37)
6-
rubocop-performance (~> 1.15)
7-
rubocop-rails (~> 2.17)
5+
rubocop (>= 1.37)
6+
rubocop-performance (>= 1.15)
7+
rubocop-rails (>= 2.17)
88

99
GEM
1010
remote: https://rubygems.org/

rubocop-github.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Gem::Specification.new do |s|
1010

1111
s.files = Dir["README.md", "STYLEGUIDE.md", "LICENSE", "config/*.yml", "lib/**/*.rb", "guides/*.md"]
1212

13-
s.add_dependency "rubocop", "~> 1.37"
14-
s.add_dependency "rubocop-performance", "~> 1.15"
15-
s.add_dependency "rubocop-rails", "~> 2.17"
13+
s.add_dependency "rubocop", ">= 1.37"
14+
s.add_dependency "rubocop-performance", ">= 1.15"
15+
s.add_dependency "rubocop-rails", ">= 2.17"
1616

1717
s.add_development_dependency "actionview"
1818
s.add_development_dependency "minitest"

0 commit comments

Comments
 (0)