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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ group :development do
gem "rake", "~> 13.0"
gem "rspec", "~> 3.13"
gem "rubocop", "~> 1.68"
gem "rubocop-rspec", "~> 3.2"
gem "rubocop-rspec", "~> 3.7"
gem "simplecov", "~> 0.22"
gem "simplecov-cobertura", "~> 2.1"
# Use a specific version of Vagrant to ensure compatibility
Expand Down
41 changes: 24 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
ast (2.4.3)
bcrypt_pbkdf (1.1.1)
bcrypt_pbkdf (1.1.1-arm64-darwin)
bcrypt_pbkdf (1.1.1-x86_64-darwin)
Expand Down Expand Up @@ -95,8 +95,9 @@ GEM
i18n (1.14.7)
concurrent-ruby (~> 1.0)
ipaddr (1.2.6)
json (2.8.1)
language_server-protocol (3.17.0.3)
json (2.13.2)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand All @@ -122,10 +123,11 @@ GEM
nori (2.7.0)
bigdecimal
pairing_heap (3.1.0)
parallel (1.26.3)
parser (3.3.6.0)
parallel (1.27.0)
parser (3.3.9.0)
ast (~> 2.4.1)
racc
prism (1.4.0)
racc (1.8.1)
rainbow (3.1.1)
rake (13.2.1)
Expand All @@ -134,7 +136,7 @@ GEM
ffi (~> 1.0)
rb-kqueue (0.2.8)
ffi (>= 0.5.0)
regexp_parser (2.9.2)
regexp_parser (2.11.2)
rexml (3.2.9)
strscan
rgl (0.5.10)
Expand All @@ -154,20 +156,23 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.4)
rubocop (1.68.0)
rubocop (1.80.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
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.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.46.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.34.1)
parser (>= 3.3.1.0)
rubocop-rspec (3.2.0)
rubocop (~> 1.61)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.46.0)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-rspec (3.7.0)
lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
ruby-progressbar (1.13.0)
rubyntlm (0.6.3)
rubyzip (2.3.2)
Expand All @@ -185,7 +190,9 @@ GEM
time (0.3.0)
date
timeout (0.4.1)
unicode-display_width (2.6.0)
unicode-display_width (3.1.5)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
vagrant_cloud (3.0.5)
excon (~> 0.73)
log4r (~> 1.1.10)
Expand Down Expand Up @@ -224,7 +231,7 @@ DEPENDENCIES
rake (~> 13.0)
rspec (~> 3.13)
rubocop (~> 1.68)
rubocop-rspec (~> 3.2)
rubocop-rspec (~> 3.7)
simplecov (~> 0.22)
simplecov-cobertura (~> 2.1)
vagrant!
Expand Down
Loading