Skip to content

Commit

Permalink
Merge pull request #29 from gocardless/dependabot/bundler/rubocop-gte…
Browse files Browse the repository at this point in the history
…-0.53-and-lt-0.55

Update rubocop requirement to >= 0.53, < 0.55
  • Loading branch information
Tim Rogers authored Mar 21, 2018
2 parents 89d8aeb + 610a4cf commit 9d016ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gc_ruboconfig.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Gem::Specification.new do |spec|
spec.license = "MIT"

spec.files = "rubocop.yml"
spec.add_dependency "rubocop", "~> 0.53.0"
spec.add_dependency "rubocop", "~> 0.54.0"
spec.add_dependency "rubocop-rspec", "~> 1.24"
end

0 comments on commit 9d016ad

Please sign in to comment.