Skip to content

Commit

Permalink
Merge pull request #5322 from DFE-Digital/dependabot/bundler/rswag-sp…
Browse files Browse the repository at this point in the history
…ecs-2.16.0

Bump rswag-specs from 2.15.0 to 2.16.0
  • Loading branch information
cwrw authored Nov 21, 2024
2 parents f6b58d8 + fd6df09 commit a245a73
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ group :development, :test do

# Swagger generator
gem "multi_json"
gem "rswag-specs", "~> 2.15"
gem "rswag-specs", "~> 2.16"

gem "parallel_tests"

Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
psych (5.1.2)
psych (5.2.0)
stringio
public_suffix (6.0.1)
puma (5.6.9)
Expand Down Expand Up @@ -467,11 +467,11 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
rbs (2.8.4)
rdoc (6.7.0)
rdoc (6.8.1)
psych (>= 4.0.0)
redis (4.8.1)
regexp_parser (2.9.2)
reline (0.5.10)
reline (0.5.11)
io-console (~> 0.5)
representable (3.2.0)
declarative (< 0.1.0)
Expand All @@ -489,7 +489,7 @@ GEM
nokogiri
rexml (3.3.9)
rouge (4.5.1)
rspec-core (3.13.1)
rspec-core (3.13.2)
rspec-support (~> 3.13.0)
rspec-default_http_header (0.0.6)
rspec-rails (> 3.0)
Expand All @@ -508,10 +508,10 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rswag-specs (2.15.0)
activesupport (>= 5.2, < 8.0)
rswag-specs (2.16.0)
activesupport (>= 5.2, < 8.1)
json-schema (>= 2.2, < 6.0)
railties (>= 5.2, < 8.0)
railties (>= 5.2, < 8.1)
rspec-core (>= 2.14)
rubocop (1.64.1)
json (~> 2.3)
Expand Down Expand Up @@ -642,7 +642,7 @@ GEM
activesupport (>= 6.1)
sprockets (>= 3.0.0)
stackprof (0.2.26)
stringio (3.1.1)
stringio (3.1.2)
strong_migrations (1.8.0)
activerecord (>= 5.2)
thor (1.3.2)
Expand Down Expand Up @@ -682,7 +682,7 @@ GEM
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.8.2)
webrick (1.9.0)
websocket (1.2.11)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
Expand Down Expand Up @@ -772,7 +772,7 @@ DEPENDENCIES
rouge
rspec-default_http_header (~> 0.0.6)
rspec-rails (~> 6.1.5)
rswag-specs (~> 2.15)
rswag-specs (~> 2.16)
rubocop-govuk (>= 4.8)
rubyzip (~> 2.3, >= 2.3.0)
savon (~> 2.15)
Expand Down

0 comments on commit a245a73

Please sign in to comment.