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 @@ -26,7 +26,7 @@ group :syntax do
gem 'rubocop', '~> 1.86.0', require: false
gem 'rubocop-performance', '~> 1.26.0', require: false
gem 'rubocop-rake', '~> 0.7.0', require: false
gem 'rubocop-rspec', '~> 3.8.0', require: false
gem 'rubocop-rspec', '~> 3.9.0', require: false
end

group :system_tests do
Expand Down
2 changes: 1 addition & 1 deletion spec/fixtures/test_module_rpms/pupmod-simp-site/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ group :syntax do
gem 'rubocop', '~> 1.86.0'
gem 'rubocop-performance', '~> 1.26.0'
gem 'rubocop-rake', '~> 0.7.0'
gem 'rubocop-rspec', '~> 3.8.0'
gem 'rubocop-rspec', '~> 3.9.0'
end

group :test do
Expand Down
16 changes: 8 additions & 8 deletions spec/fixtures/test_module_rpms/pupmod-simp-site/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ GEM
inifile (3.0.0)
io-console (0.8.1)
jgrep (1.5.4)
json (2.19.2)
json (2.19.3)
json-schema (5.2.2)
addressable (~> 2.8)
bigdecimal (~> 3.1)
Expand Down Expand Up @@ -162,10 +162,10 @@ GEM
semantic_puppet (~> 1.0)
ostruct (0.6.3)
pager (1.0.1)
parallel (1.27.0)
parallel (1.28.0)
parallel_tests (5.5.0)
parallel
parser (3.3.10.2)
parser (3.3.11.1)
ast (~> 2.4.1)
racc
pastel (0.8.0)
Expand Down Expand Up @@ -258,7 +258,7 @@ GEM
racc (1.8.1)
rainbow (3.1.1)
rake (13.3.1)
regexp_parser (2.11.3)
regexp_parser (2.12.0)
reline (0.6.2)
io-console (~> 0.5)
rest-client (2.1.0)
Expand Down Expand Up @@ -293,11 +293,11 @@ GEM
openfact (~> 5.0)
rspec-support (3.13.6)
rsync (1.0.9)
rubocop (1.86.0)
rubocop (1.86.1)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parallel (>= 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
Expand All @@ -314,7 +314,7 @@ GEM
rubocop-rake (0.7.1)
lint_roller (~> 1.1)
rubocop (>= 1.72.1)
rubocop-rspec (3.8.0)
rubocop-rspec (3.9.0)
lint_roller (~> 1.1)
rubocop (~> 1.81)
ruby-progressbar (1.13.0)
Expand Down Expand Up @@ -414,7 +414,7 @@ DEPENDENCIES
rubocop (~> 1.86.0)
rubocop-performance (~> 1.26.0)
rubocop-rake (~> 0.7.0)
rubocop-rspec (~> 3.8.0)
rubocop-rspec (~> 3.9.0)
simp-beaker-helpers (~> 2.0.0)
simp-rake-helpers (>= 5.23.0)
simp-rspec-puppet-facts (~> 3.7)
Expand Down
Loading