Skip to content
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
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ group :development do
gem 'mdl', '~>0.13.0'
gem 'rake', '~>13.3'
gem 'reek', '~> 6.5.0'
gem 'rubocop', '~> 1.79.2'
gem 'rubocop-rspec', '~> 3.6'
gem 'rubocop', '~> 1.81.1'
gem 'rubocop-rspec', '~> 3.7'
end

group :test do
Expand Down
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ GEM
io-endpoint (0.15.2)
io-event (1.12.1)
io-stream (0.10.0)
json (2.13.2)
json (2.15.0)
kramdown (2.5.1)
rexml (>= 3.3.9)
kramdown-parser-gfm (1.1.0)
Expand Down Expand Up @@ -186,7 +186,7 @@ GEM
parser (3.3.9.0)
ast (~> 2.4.1)
racc
prism (1.4.0)
prism (1.5.1)
process_executer (4.0.0)
track_open_instances (~> 0.1)
protocol-hpack (1.5.1)
Expand All @@ -207,7 +207,7 @@ GEM
parser (~> 3.3.0)
rainbow (>= 2.0, < 4.0)
rexml (~> 3.1)
regexp_parser (2.11.0)
regexp_parser (2.11.3)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
Expand All @@ -231,21 +231,21 @@ GEM
rspec-rerun (1.1.0)
rspec (~> 3.0)
rspec-support (3.13.4)
rubocop (1.79.2)
rubocop (1.81.1)
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.46.0, < 2.0)
rubocop-ast (>= 1.47.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.46.0)
rubocop-ast (1.47.1)
parser (>= 3.3.7.2)
prism (~> 1.4)
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 @@ -266,9 +266,9 @@ GEM
track_open_instances (0.1.15)
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)
uri (1.0.3)
zeitwerk (2.7.3)

Expand All @@ -288,8 +288,8 @@ DEPENDENCIES
rhcl (~> 0.1.0)
rspec (~> 3.13.1)
rspec-rerun
rubocop (~> 1.79.2)
rubocop-rspec (~> 3.6)
rubocop (~> 1.81.1)
rubocop-rspec (~> 3.7)
simplecov (~> 0.22.0)

RUBY VERSION
Expand Down