Skip to content

Commit

Permalink
Merge pull request #296 from testdouble/upgrade
Browse files Browse the repository at this point in the history
upgrade rubocop and rubocop-performance
  • Loading branch information
Jennifer Konikowski committed May 17, 2021
2 parents f766660 + 32d4326 commit 41821a4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## unreleased

* Update rubocop from 1.14.0 to [1.15.0](https://github.com/rubocop-hq/rubocop/releases/tag/v1.15.0)
* Update rubocop-performance from 1.11.2 to [1.11.3](https://github.com/rubocop-hq/rubocop-performance/releases/tag/v1.11.3)

## 1.1.1

* Update rubocop from 1.13.0 to [1.14.0](https://github.com/rubocop-hq/rubocop/releases/tag/v1.14.0)
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ PATH
remote: .
specs:
standard (1.1.1)
rubocop (= 1.14.0)
rubocop-performance (= 1.11.2)
rubocop (= 1.15.0)
rubocop-performance (= 1.11.3)

GEM
remote: https://rubygems.org/
Expand All @@ -24,7 +24,7 @@ GEM
rake (13.0.3)
regexp_parser (2.1.1)
rexml (3.2.5)
rubocop (1.14.0)
rubocop (1.15.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
Expand All @@ -35,7 +35,7 @@ GEM
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.5.0)
parser (>= 3.0.1.1)
rubocop-performance (1.11.2)
rubocop-performance (1.11.3)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
Expand Down
4 changes: 2 additions & 2 deletions standard.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "rubocop", "1.14.0"
spec.add_dependency "rubocop-performance", "1.11.2"
spec.add_dependency "rubocop", "1.15.0"
spec.add_dependency "rubocop-performance", "1.11.3"
end

0 comments on commit 41821a4

Please sign in to comment.