Skip to content

Commit 8d6e6df

Browse files
authored
Merge pull request #1257 from Crown-Commercial-Service/snyk-fix-f291c0f1a673a4e38aa6d2a967fe9e2e
[Snyk] Fix for 12 vulnerabilities
2 parents 98c98e9 + 84cbb71 commit 8d6e6df

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ group :development, :test do
112112
gem 'dotenv-rails', '>= 3.2.0'
113113
gem 'factory_bot_rails', '~> 6.5', '>= 6.5.1'
114114
gem 'pry-rails'
115-
gem 'rspec-rails', '~> 8.0', '>= 8.0.0'
115+
gem 'rspec-rails', '~> 8.0', '>= 8.0.4'
116116
end
117117

118118
group :development do
@@ -131,7 +131,7 @@ group :test do
131131
gem 'jsonapi-rspec', require: false
132132
gem 'ruby_event_store-rspec'
133133
gem 'rspec-json_expectations'
134-
gem 'shoulda-matchers', '~> 6.0', '>= 6.0.0'
134+
gem 'shoulda-matchers', '~> 7.0', '>= 7.0.1'
135135
gem 'capybara', '~> 3.40', '>= 3.40.0'
136136
gem 'climate_control'
137137
gem 'webmock', '>= 3.24.0'

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -497,17 +497,17 @@ GEM
497497
diff-lcs (>= 1.2.0, < 2.0)
498498
rspec-support (~> 3.13.0)
499499
rspec-json_expectations (2.1.0)
500-
rspec-mocks (3.13.7)
500+
rspec-mocks (3.13.8)
501501
diff-lcs (>= 1.2.0, < 2.0)
502502
rspec-support (~> 3.13.0)
503-
rspec-rails (8.0.3)
503+
rspec-rails (8.0.4)
504504
actionpack (>= 7.2)
505505
activesupport (>= 7.2)
506506
railties (>= 7.2)
507-
rspec-core (~> 3.13)
508-
rspec-expectations (~> 3.13)
509-
rspec-mocks (~> 3.13)
510-
rspec-support (~> 3.13)
507+
rspec-core (>= 3.13.0, < 5.0.0)
508+
rspec-expectations (>= 3.13.0, < 5.0.0)
509+
rspec-mocks (>= 3.13.0, < 5.0.0)
510+
rspec-support (>= 3.13.0, < 5.0.0)
511511
rspec-support (3.13.7)
512512
rubocop (1.84.2)
513513
json (~> 2.3)
@@ -556,8 +556,8 @@ GEM
556556
sprockets-rails
557557
tilt
558558
securerandom (0.4.1)
559-
shoulda-matchers (6.5.0)
560-
activesupport (>= 5.2.0)
559+
shoulda-matchers (7.0.1)
560+
activesupport (>= 7.1)
561561
sidekiq (8.0.8)
562562
connection_pool (>= 2.5.0)
563563
json (>= 2.9.0)
@@ -679,13 +679,13 @@ DEPENDENCIES
679679
redcarpet (~> 3.6)
680680
rollbar (~> 3.5, >= 3.5.1)
681681
rspec-json_expectations
682-
rspec-rails (~> 8.0, >= 8.0.0)
682+
rspec-rails (~> 8.0, >= 8.0.4)
683683
rubocop (>= 1.66.0)
684684
rubocop-rails (~> 2.34, >= 2.34.0)
685685
rubyXL (~> 3.4, >= 3.4.28)
686686
ruby_event_store-rspec
687687
sass-rails (~> 6.0, >= 6.0.0)
688-
shoulda-matchers (~> 6.0, >= 6.0.0)
688+
shoulda-matchers (~> 7.0, >= 7.0.1)
689689
sidekiq-cron (>= 2.3.1)
690690
sidekiq-pro!
691691
simple_form (>= 5.4.0)

0 commit comments

Comments
 (0)