Skip to content

Commit 8abdc56

Browse files
Bump rswag-ui from 2.13.0 to 2.14.0 (#814)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0c2c8c0 commit 8abdc56

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ gem 'puma', '~> 6.4'
3030
gem 'pundit', '~> 2.3'
3131
gem 'rack-cors', '~> 2.0'
3232
gem 'rswag-api', '~> 2.13.0'
33-
gem 'rswag-ui', '~> 2.13.0'
33+
gem 'rswag-ui', '~> 2.14.0'
3434
gem 'sendgrid', '~> 1.2.4'
3535
gem 'sprockets-rails', '~> 3.5', '>= 3.5.2'
3636
gem 'strong_migrations', '~> 2.0'

Gemfile.lock

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ GEM
333333
method_source (1.1.0)
334334
mini_mime (1.1.5)
335335
mini_portile2 (2.8.7)
336-
minitest (5.24.1)
336+
minitest (5.25.1)
337337
msgpack (1.7.2)
338338
mutex_m (0.2.0)
339339
net-http (0.4.1)
@@ -354,6 +354,8 @@ GEM
354354
racc (~> 1.4)
355355
nokogiri (1.16.7-arm64-darwin)
356356
racc (~> 1.4)
357+
nokogiri (1.16.7-x86_64-linux)
358+
racc (~> 1.4)
357359
octokit (9.1.0)
358360
faraday (>= 1, < 3)
359361
sawyer (~> 0.9)
@@ -494,9 +496,9 @@ GEM
494496
rswag-api (2.13.0)
495497
activesupport (>= 3.1, < 7.2)
496498
railties (>= 3.1, < 7.2)
497-
rswag-ui (2.13.0)
498-
actionpack (>= 3.1, < 7.2)
499-
railties (>= 3.1, < 7.2)
499+
rswag-ui (2.14.0)
500+
actionpack (>= 5.2, < 8.0)
501+
railties (>= 5.2, < 8.0)
500502
rubocop (1.65.1)
501503
json (~> 2.3)
502504
language_server-protocol (>= 3.17.0)
@@ -647,7 +649,7 @@ DEPENDENCIES
647649
rspec-rails (~> 6.1)
648650
rspec-retry!
649651
rswag-api (~> 2.13.0)
650-
rswag-ui (~> 2.13.0)
652+
rswag-ui (~> 2.14.0)
651653
rubocop (~> 1.65)
652654
rubocop-capybara (~> 2.21)
653655
rubocop-factory_bot (~> 2.26)

0 commit comments

Comments
 (0)