Skip to content

Commit

Permalink
Merge pull request #268 from testdouble/update-rubocop-and-performance-2
Browse files Browse the repository at this point in the history
update rubocop and rubocop-performance
  • Loading branch information
Jennifer Konikowski committed Mar 4, 2021
2 parents 683f8d2 + 4f2fab8 commit 4ee198b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.0.1

* Update rubocop from 1.10.0 to [1.11.0](https://github.com/rubocop-hq/rubocop/releases/tag/v1.11.0)
* Update rubocop-performance from 1.9.2 to [1.10.1](https://github.com/rubocop-hq/rubocop-performance/releases/tag/v1.10.1)

## 1.0.0

* Relax multi-line block rules, moving away from enforcing semantic blocks to
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ PATH
remote: .
specs:
standard (1.0.0)
rubocop (= 1.10.0)
rubocop-performance (= 1.9.2)
rubocop (= 1.11.0)
rubocop-performance (= 1.10.1)

GEM
remote: https://rubygems.org/
Expand All @@ -24,7 +24,7 @@ GEM
rake (13.0.3)
regexp_parser (2.1.1)
rexml (3.2.4)
rubocop (1.10.0)
rubocop (1.11.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.4.1)
parser (>= 2.7.1.5)
rubocop-performance (1.9.2)
rubocop-performance (1.10.1)
rubocop (>= 0.90.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
Expand All @@ -48,7 +48,7 @@ GEM
unicode-display_width (2.0.0)

PLATFORMS
ruby
x86_64-darwin-20

DEPENDENCIES
bundler
Expand All @@ -60,4 +60,4 @@ DEPENDENCIES
standard!

BUNDLED WITH
2.2.3
2.2.6
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.10.0"
spec.add_dependency "rubocop-performance", "1.9.2"
spec.add_dependency "rubocop", "1.11.0"
spec.add_dependency "rubocop-performance", "1.10.1"
end

0 comments on commit 4ee198b

Please sign in to comment.