Skip to content

Commit 75b5822

Browse files
authored
Merge pull request #446 from better-together-org/dependabot/bundler/rswag-2.10.1
Update rswag requirement from >= 2.3.1, < 2.10.0 to >= 2.3.1, < 2.11.0
2 parents d634924 + d44554b commit 75b5822

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

Gemfile.lock

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PATH
2222
pundit-resources
2323
rack-cors (>= 1.1.1, < 2.1.0)
2424
rails (>= 5.2.2, < 7.1.0)
25-
rswag (>= 2.3.1, < 2.10.0)
25+
rswag (>= 2.3.1, < 2.11.0)
2626

2727
GEM
2828
remote: https://rubygems.org/
@@ -201,7 +201,7 @@ GEM
201201
net-protocol
202202
netrc (0.11.0)
203203
nio4r (2.5.9)
204-
nokogiri (1.15.2)
204+
nokogiri (1.15.3)
205205
mini_portile2 (~> 2.8.2)
206206
racc (~> 1.4)
207207
optimist (3.0.1)
@@ -214,12 +214,12 @@ GEM
214214
pry (0.14.2)
215215
coderay (~> 1.1)
216216
method_source (~> 1.0)
217-
public_suffix (5.0.1)
217+
public_suffix (5.0.3)
218218
puma (6.3.0)
219219
nio4r (~> 2.0)
220220
pundit (2.3.1)
221221
activesupport (>= 3.0.0)
222-
racc (1.7.0)
222+
racc (1.7.1)
223223
rack (2.2.7)
224224
rack-cors (2.0.1)
225225
rack (>= 2.0.0)
@@ -242,8 +242,9 @@ GEM
242242
bundler (>= 1.15.0)
243243
railties (= 6.1.7.3)
244244
sprockets-rails (>= 2.0.0)
245-
rails-dom-testing (2.0.3)
246-
activesupport (>= 4.2.0)
245+
rails-dom-testing (2.1.1)
246+
activesupport (>= 5.0.0)
247+
minitest
247248
nokogiri (>= 1.6)
248249
rails-html-sanitizer (1.6.0)
249250
loofah (~> 2.21)
@@ -293,19 +294,19 @@ GEM
293294
rspec-expectations (~> 3.12)
294295
rspec-mocks (~> 3.12)
295296
rspec-support (~> 3.12)
296-
rspec-support (3.12.0)
297-
rswag (2.9.0)
298-
rswag-api (= 2.9.0)
299-
rswag-specs (= 2.9.0)
300-
rswag-ui (= 2.9.0)
301-
rswag-api (2.9.0)
297+
rspec-support (3.12.1)
298+
rswag (2.10.1)
299+
rswag-api (= 2.10.1)
300+
rswag-specs (= 2.10.1)
301+
rswag-ui (= 2.10.1)
302+
rswag-api (2.10.1)
302303
railties (>= 3.1, < 7.1)
303-
rswag-specs (2.9.0)
304+
rswag-specs (2.10.1)
304305
activesupport (>= 3.1, < 7.1)
305306
json-schema (>= 2.2, < 4.0)
306307
railties (>= 3.1, < 7.1)
307308
rspec-core (>= 2.14)
308-
rswag-ui (2.9.0)
309+
rswag-ui (2.10.1)
309310
actionpack (>= 3.1, < 7.1)
310311
railties (>= 3.1, < 7.1)
311312
rubocop (1.54.2)

better_together.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Gem::Specification.new do |spec|
3636
spec.add_dependency 'pundit', '>= 2.1', '< 2.4'
3737
spec.add_dependency 'pundit-resources'
3838
spec.add_dependency 'rack-cors', '>= 1.1.1', '< 2.1.0'
39-
spec.add_dependency 'rswag', '>= 2.3.1', '< 2.10.0'
39+
spec.add_dependency 'rswag', '>= 2.3.1', '< 2.11.0'
4040

4141

4242
spec.add_development_dependency 'better_errors'

0 commit comments

Comments
 (0)