Skip to content

Commit b3cbeb5

Browse files
Bump rspec-openapi from 0.24.0 to 0.25.0 (#1337)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2c6c9c9 commit b3cbeb5

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ group :test do
7979
gem 'parallel_tests', '~> 5.6'
8080
gem 'pg_query', '~> 6.2.2'
8181
gem 'prosopite', '~> 2.1.2'
82-
gem 'rspec-openapi', '~> 0.24'
82+
gem 'rspec-openapi', '~> 0.25'
8383
gem 'rspec-retry', github: 'rootstrap/rspec-retry', branch: 'add-intermittent-callback'
8484
gem 'selenium-webdriver', '~> 4.41.0'
8585
gem 'shoulda-matchers', '~> 7.0'

Gemfile.lock

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,8 @@ GEM
362362
method_source (1.1.0)
363363
mini_mime (1.1.5)
364364
mini_portile2 (2.8.9)
365-
minitest (6.0.1)
365+
minitest (6.0.2)
366+
drb (~> 2.0)
366367
prism (~> 1.5)
367368
msgpack (1.8.0)
368369
net-http (0.9.1)
@@ -463,8 +464,8 @@ GEM
463464
activesupport (>= 5.0.0)
464465
minitest
465466
nokogiri (>= 1.6)
466-
rails-html-sanitizer (1.6.2)
467-
loofah (~> 2.21)
467+
rails-html-sanitizer (1.7.0)
468+
loofah (~> 2.25)
468469
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
469470
rails-i18n (8.1.0)
470471
i18n (>= 0.7, < 2)
@@ -523,7 +524,7 @@ GEM
523524
rspec-mocks (3.13.7)
524525
diff-lcs (>= 1.2.0, < 2.0)
525526
rspec-support (~> 3.13.0)
526-
rspec-openapi (0.24.0)
527+
rspec-openapi (0.25.0)
527528
actionpack (>= 5.2.0)
528529
rails-dom-testing
529530
rspec-core
@@ -699,7 +700,7 @@ DEPENDENCIES
699700
rails (~> 8.1.2)
700701
rails_best_practices (~> 1.23)
701702
reek (~> 6.5)
702-
rspec-openapi (~> 0.24)
703+
rspec-openapi (~> 0.25)
703704
rspec-rails (~> 8.0)
704705
rspec-retry!
705706
rswag-api (~> 2.17.0)

0 commit comments

Comments
 (0)