Skip to content

Commit

Permalink
Bump standard from 1.18.0 to 1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah authored and mike-burns committed Feb 19, 2024
1 parent 43dd9da commit 4f12d8f
Showing 1 changed file with 33 additions and 19 deletions.
52 changes: 33 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -69,22 +69,26 @@ GEM
ffi (1.14.2)
i18n (1.8.9)
concurrent-ruby (~> 1.0)
json (2.6.2)
json (2.7.1)
language_server-protocol (3.17.0.3)
lint_roller (1.1.0)
middleware (0.1.0)
minitest (5.14.3)
multi_test (0.1.2)
parallel (1.22.1)
parser (3.1.2.1)
parallel (1.24.0)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
protobuf-cucumber (3.10.8)
activesupport (>= 3.2)
middleware
thor
thread_safe
racc (1.7.3)
rainbow (3.1.1)
rake (13.0.3)
regexp_parser (2.6.0)
rexml (3.2.5)
regexp_parser (2.9.0)
rexml (3.2.6)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
Expand All @@ -101,39 +105,49 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.2)
rubocop (1.39.0)
rubocop (1.60.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.1.2.1)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.23.0, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.23.0)
parser (>= 3.1.1.0)
rubocop-performance (1.15.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-performance (1.20.2)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (1.13.0)
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.2)
sqlite3 (1.4.2)
standard (1.18.0)
rubocop (= 1.39.0)
rubocop-performance (= 1.15.0)
standard (1.34.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.60)
standard-custom (~> 1.0.0)
standard-performance (~> 1.3)
standard-custom (1.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50)
standard-performance (1.3.1)
lint_roller (~> 1.1)
rubocop-performance (~> 1.20.2)
sys-uname (1.2.2)
ffi (~> 1.1)
thor (1.1.0)
thread_safe (0.3.6)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (2.3.0)
unicode-display_width (2.5.0)
yard (0.9.26)
zeitwerk (2.4.2)

Expand Down

0 comments on commit 4f12d8f

Please sign in to comment.