mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Bump rubocop from 1.23.0 to 1.24.1 (#2520)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.23.0 to 1.24.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.23.0...v1.24.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
69baa44a08
commit
e718a1d38c
2 changed files with 7 additions and 7 deletions
2
Gemfile
2
Gemfile
|
@ -37,7 +37,7 @@ gem 'mini_racer', '~> 0.4.0', platforms: :ruby
|
|||
gem 'therubyrhino', '>= 2.0', platforms: :jruby
|
||||
|
||||
# Code Quality
|
||||
gem 'rubocop', '~> 1.23', require: false
|
||||
gem 'rubocop', '~> 1.24', require: false
|
||||
gem 'rubocop-performance', '~> 1.12', require: false
|
||||
gem 'simplecov', '~> 0.21', require: false
|
||||
|
||||
|
|
12
Gemfile.lock
12
Gemfile.lock
|
@ -163,7 +163,7 @@ GEM
|
|||
tilt (>= 1.4.1, < 3)
|
||||
padrino-support (0.14.4)
|
||||
parallel (1.21.0)
|
||||
parser (3.0.3.1)
|
||||
parser (3.0.3.2)
|
||||
ast (~> 2.4.1)
|
||||
parslet (1.8.2)
|
||||
protobuf-cucumber (3.10.8)
|
||||
|
@ -193,7 +193,7 @@ GEM
|
|||
rb-inotify (0.10.1)
|
||||
ffi (~> 1.0)
|
||||
redcarpet (3.5.1)
|
||||
regexp_parser (2.1.1)
|
||||
regexp_parser (2.2.0)
|
||||
rexml (3.2.5)
|
||||
rgl (0.5.7)
|
||||
lazy_priority_queue (~> 0.1.0)
|
||||
|
@ -211,16 +211,16 @@ GEM
|
|||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.10.0)
|
||||
rspec-support (3.10.2)
|
||||
rubocop (1.23.0)
|
||||
rubocop (1.24.1)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 3.0.0.0)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
regexp_parser (>= 1.8, < 3.0)
|
||||
rexml
|
||||
rubocop-ast (>= 1.12.0, < 2.0)
|
||||
rubocop-ast (>= 1.15.1, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 1.4.0, < 3.0)
|
||||
rubocop-ast (1.13.0)
|
||||
rubocop-ast (1.15.1)
|
||||
parser (>= 3.0.1.1)
|
||||
rubocop-performance (1.12.0)
|
||||
rubocop (>= 1.7.0, < 2.0)
|
||||
|
@ -291,7 +291,7 @@ DEPENDENCIES
|
|||
rake (~> 13.0)
|
||||
redcarpet (>= 3.1)
|
||||
rspec (~> 3.10)
|
||||
rubocop (~> 1.23)
|
||||
rubocop (~> 1.24)
|
||||
rubocop-performance (~> 1.12)
|
||||
rubydns (~> 2.0.2)
|
||||
sassc (~> 2.4)
|
||||
|
|
Loading…
Reference in a new issue