Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rubocop from 1.48.1 to 1.52.0 #1561

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ group :development, :ci, :test do
gem 'listen'
gem 'table_print', '~> 1.5', '>= 1.5.6' # giuNice table printing of data for the console
gem 'colorize', '~> 0.8.1' # Print colorized text in debugger/console
gem 'rubocop', '~> 1.48.1'
gem 'rubocop', '~> 1.52.0'
gem 'rubocop-rails', '~> 2.18'
gem 'rubocop-rake', '~> 0.6.0'
gem 'rubocop-rspec', '~> 2.19'
Expand Down
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,8 @@ GEM
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
orm_adapter (0.5.0)
parallel (1.22.1)
parser (3.2.2.0)
parallel (1.23.0)
parser (3.2.2.1)
ast (~> 2.4.1)
pg (1.4.6)
power_assert (2.0.3)
Expand Down Expand Up @@ -358,7 +358,7 @@ GEM
rails (>= 5.2)
rainbow (~> 3.0)
webpacker (>= 4.2)
regexp_parser (2.7.0)
regexp_parser (2.8.0)
reline (0.3.3)
io-console (~> 0.5)
request_store (1.5.1)
Expand Down Expand Up @@ -394,17 +394,17 @@ GEM
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.12.0)
rubocop (1.48.1)
rubocop (1.52.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.2.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.26.0, < 2.0)
rubocop-ast (>= 1.28.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.28.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.17.1)
rubocop (~> 1.41)
Expand Down Expand Up @@ -541,7 +541,7 @@ DEPENDENCIES
rspec (~> 3.12.0)
rspec-json_expectations (~> 2)
rspec-rails (~> 4.1.2)
rubocop (~> 1.48.1)
rubocop (~> 1.52.0)
rubocop-rails (~> 2.18)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.19)
Expand Down
39 changes: 3 additions & 36 deletions NOTICE-ruby
Original file line number Diff line number Diff line change
Expand Up @@ -968,33 +968,6 @@ library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License.


------

** rubocop-ast; version 1.28.0 --
Copyright (c) 2012-20 Bozhidar Batsov

Copyright (c) 2012-20 Bozhidar Batsov

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


------

** rake; version 12.3.3 --
Expand Down Expand Up @@ -2732,7 +2705,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

------

** parallel; version 1.22.1 --
** parallel; version 1.23.0 --
Copyright (c) 2013 Michael Grosser <michael@grosser.it>

Copyright (C) 2013 Michael Grosser <michael@grosser.it>
Expand Down Expand Up @@ -3756,7 +3729,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

------

** regexp_parser; version 2.7.0 --
** regexp_parser; version 2.8.0 --
(c) d enter group
(c) visit literal c exit group
(c) visit literal d exit group
Expand Down Expand Up @@ -3881,7 +3854,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

------

** parser; version 3.2.2.0 --
** parser; version 3.2.2.1 --
Copyright (c) Ryan Davis, seattle.rb
Copyright (c) 2013-2016 whitequark <whitequark@whitequark.org>

Expand Down Expand Up @@ -4057,12 +4030,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

------

** rubocop; version 1.48.1 --
Copyright (c) 2018 Hayato Kawai
Copyright (c) 2015 Mikko Kokkonen
Copyright (c) 2012-23 Bozhidar Batsov
Copyright (c) 2012-2023 Bozhidar Batsov
AutocorrectNotice Copyright (c) 2015 Yahoo! Inc.
** rubocop-rails; version 2.18.0 --
Copyright (c) 2012-23 Bozhidar Batsov

Expand Down