Skip to content

Commit

Permalink
Bump rubocop from 0.80.0 to 0.80.1 (#110)
Browse files Browse the repository at this point in the history
* Bump rubocop from 0.80.0 to 0.80.1

Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.80.0 to 0.80.1.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v0.80.0...v0.80.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Pushing another release since 0.17 failed

Co-authored-by: Rick Peyton <[email protected]>
  • Loading branch information
dependabot-preview[bot] and rickpeyton authored Mar 2, 2020
1 parent 1532a50 commit 2fcd384
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: .
specs:
ramsey_cop (0.17.0)
rubocop (~> 0.62)
rubocop-performance
ramsey_cop (0.18.0)
rubocop (>= 0.80.1)
rubocop-performance (>= 1.5.2)

GEM
remote: https://rubygems.org/
Expand All @@ -12,7 +12,7 @@ GEM
diff-lcs (1.3)
jaro_winkler (1.5.4)
parallel (1.19.1)
parser (2.7.0.3)
parser (2.7.0.4)
ast (~> 2.4.0)
rainbow (3.0.0)
rake (12.3.3)
Expand All @@ -30,7 +30,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
rubocop (0.80.0)
rubocop (0.80.1)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.7.0.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/ramsey_cop/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RamseyCop
VERSION = "0.17.0".freeze
VERSION = "0.18.0".freeze
end
4 changes: 2 additions & 2 deletions ramsey_cop.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "rubocop", "~> 0.62"
spec.add_dependency "rubocop-performance"
spec.add_dependency "rubocop", ">= 0.80.1"
spec.add_dependency "rubocop-performance", ">= 1.5.2"
spec.add_development_dependency "bundler", "~> 1.14"
spec.add_development_dependency "rake", "~> 12.3"
spec.add_development_dependency "rspec", "~> 3.0"
Expand Down

0 comments on commit 2fcd384

Please sign in to comment.