Skip to content
Merged
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
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ gem "logger", "~> 1.7"
group :development do
gem "irb", "~> 1.15"
gem "rspec", "~> 3.13"
gem "rubocop", "~> 1.78"
gem "rubocop", "~> 1.80"
gem "rubocop-github", "~> 0.23"
gem "rubocop-performance", "~> 1.25"
gem "rubocop-rspec", "~> 3.6"
gem "rubocop-performance", "~> 1.26"
gem "rubocop-rspec", "~> 3.7"
gem "simplecov", "~> 0.22"
gem "simplecov-erb", "~> 1.0"
end
30 changes: 15 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ GEM
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.12.2)
json (2.13.2)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
logger (1.7.0)
minitest (5.25.5)
mutex_m (0.3.0)
parallel (1.27.0)
parser (3.3.8.0)
parser (3.3.9.0)
ast (~> 2.4.1)
racc
pp (0.6.2)
Expand All @@ -53,7 +53,7 @@ GEM
rainbow (3.1.1)
rdoc (6.13.1)
psych (>= 4.0.0)
regexp_parser (2.10.0)
regexp_parser (2.11.2)
reline (0.6.1)
io-console (~> 0.5)
rspec (3.13.1)
Expand All @@ -69,35 +69,35 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.4)
rubocop (1.78.0)
rubocop (1.80.2)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.45.1, < 2.0)
rubocop-ast (>= 1.46.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.45.1)
rubocop-ast (1.46.0)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-github (0.23.0)
rubocop (>= 1.72)
rubocop-performance (>= 1.24)
rubocop-rails (>= 2.23)
rubocop-performance (1.25.0)
rubocop-performance (1.26.0)
lint_roller (~> 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-ast (>= 1.44.0, < 2.0)
rubocop-rails (2.30.3)
activesupport (>= 4.2.0)
lint_roller (~> 1.1)
rack (>= 1.1)
rubocop (>= 1.72.1, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-rspec (3.6.0)
rubocop-rspec (3.7.0)
lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
ruby-progressbar (1.13.0)
Expand All @@ -113,9 +113,9 @@ GEM
stringio (3.1.6)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
unicode-display_width (3.2.0)
unicode-emoji (~> 4.1)
unicode-emoji (4.1.0)

PLATFORMS
arm64-darwin-21
Expand All @@ -128,10 +128,10 @@ DEPENDENCIES
irb (~> 1.15)
logger (~> 1.7)
rspec (~> 3.13)
rubocop (~> 1.78)
rubocop (~> 1.80)
rubocop-github (~> 0.23)
rubocop-performance (~> 1.25)
rubocop-rspec (~> 3.6)
rubocop-performance (~> 1.26)
rubocop-rspec (~> 3.7)
simplecov (~> 0.22)
simplecov-erb (~> 1.0)

Expand Down
Binary file removed vendor/cache/json-2.12.2.gem
Binary file not shown.
Binary file added vendor/cache/json-2.13.2.gem
Binary file not shown.
Binary file removed vendor/cache/parser-3.3.8.0.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.3.9.0.gem
Binary file not shown.
Binary file removed vendor/cache/regexp_parser-2.10.0.gem
Binary file not shown.
Binary file added vendor/cache/regexp_parser-2.11.2.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.78.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.80.2.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.45.1.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.46.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-performance-1.25.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-performance-1.26.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-rspec-3.6.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-rspec-3.7.0.gem
Binary file not shown.
Binary file removed vendor/cache/unicode-display_width-3.1.4.gem
Binary file not shown.
Binary file added vendor/cache/unicode-display_width-3.2.0.gem
Binary file not shown.
Binary file removed vendor/cache/unicode-emoji-4.0.4.gem
Binary file not shown.
Binary file added vendor/cache/unicode-emoji-4.1.0.gem
Binary file not shown.