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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gem 'pry-byebug', '~> 3.10', '>= 3.10.1'

group :development do
gem 'dotenv', '~> 3.1'
gem 'rubocop', '~> 1.79'
gem 'rubocop', '~> 1.80'
gem 'rubocop-rake', '~> 0.7.1'
gem 'rubocop-rspec', '~> 3.6'
gem 'super_diff', '~> 0.16.0'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
regexp_parser (2.10.0)
regexp_parser (2.11.2)
rerun (0.14.0)
listen (~> 3.0)
rexml (3.4.1)
Expand All @@ -104,7 +104,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.4)
rubocop (1.79.1)
rubocop (1.80.1)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
Expand Down Expand Up @@ -158,7 +158,7 @@ GEM
patience_diff
tilt (2.6.0)
timecop (0.9.10)
unicode-display_width (3.1.4)
unicode-display_width (3.1.5)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (1.0.3)
Expand Down Expand Up @@ -188,7 +188,7 @@ DEPENDENCIES
rerun (~> 0.14.0)
rqrcode (~> 3.1)
rspec (~> 3.13)
rubocop (~> 1.79)
rubocop (~> 1.80)
rubocop-rake (~> 0.7.1)
rubocop-rspec (~> 3.6)
ruby-units (~> 4.1)
Expand Down