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.24.1 to 1.50.2 #84

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 @@ -7,7 +7,7 @@ gem "guard-rspec"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.1.0"
gem "rspec_junit_formatter"
gem "rubocop", "1.24.1"
gem "rubocop", "1.50.2"
gem "rubocop-packaging", "0.5.1"
gem "rubocop-performance", "1.13.1"
gem "rubocop-rake", "0.6.0"
Expand Down
36 changes: 18 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ GEM
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
json (2.6.3)
kramdown (2.3.1)
rexml
kramdown-parser-gfm (1.1.0)
Expand All @@ -64,22 +65,20 @@ GEM
rb-inotify (~> 0.9, >= 0.9.10)
lumberjack (1.2.8)
method_source (1.0.0)
mini_portile2 (2.7.1)
minitest (5.16.3)
nenv (0.3.0)
nokogiri (1.13.1)
mini_portile2 (~> 2.7.0)
nokogiri (1.13.1-x86_64-linux)
racc (~> 1.4)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
parallel (1.21.0)
parallel (1.23.0)
parlour (8.0.0)
commander (~> 4.5)
parser
rainbow (~> 3.0)
sorbet-runtime (>= 0.5)
parser (3.1.2.1)
parser (3.2.2.1)
ast (~> 2.4.1)
polyfill (1.9.0)
pry (0.14.1)
Expand All @@ -96,7 +95,7 @@ GEM
parser (>= 2.6.4.0)
sorbet-runtime (>= 0.5.9204)
unparser
regexp_parser (2.2.0)
regexp_parser (2.8.0)
reverse_markdown (2.1.1)
nokogiri
rexml (3.2.5)
Expand All @@ -114,17 +113,18 @@ GEM
rspec-support (3.1.2)
rspec_junit_formatter (0.5.1)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.24.1)
rubocop (1.50.2)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.0.0.0)
parser (>= 3.2.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.15.1, < 2.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.15.1)
parser (>= 3.0.1.1)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.28.0)
parser (>= 3.2.1.0)
rubocop-packaging (0.5.1)
rubocop (>= 0.89, < 2.0)
rubocop-performance (1.13.1)
Expand All @@ -136,7 +136,7 @@ GEM
rubocop (~> 1.19)
rubocop-sorbet (0.6.5)
rubocop (>= 0.90.0)
ruby-progressbar (1.11.0)
ruby-progressbar (1.13.0)
safe_type (1.1.1)
shellany (0.0.1)
simplecov (0.21.2)
Expand Down Expand Up @@ -175,7 +175,7 @@ GEM
sorbet-coerce (>= 0.2.6)
sorbet-runtime (>= 0.5.9892)
sorbet-runtime (0.5.10481)
sorbet-static (0.5.9531-universal-darwin-14)
sorbet-static (0.5.9531-x86_64-linux)
sorbet-struct-comparable (1.3.0)
sorbet-runtime (>= 0.5)
spoom (1.1.12)
Expand All @@ -196,7 +196,7 @@ GEM
tilt (2.0.10)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unicode-display_width (2.1.0)
unicode-display_width (2.4.2)
unparser (0.6.5)
diff-lcs (~> 1.3)
parser (>= 3.1.0)
Expand All @@ -209,7 +209,7 @@ GEM
zeitwerk (2.6.6)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
byebug
Expand All @@ -219,7 +219,7 @@ DEPENDENCIES
rake (~> 13.0)
rspec (~> 3.1.0)
rspec_junit_formatter
rubocop (= 1.24.1)
rubocop (= 1.50.2)
rubocop-packaging (= 0.5.1)
rubocop-performance (= 1.13.1)
rubocop-rake (= 0.6.0)
Expand Down