Skip to content

Commit d44554b

Browse files
Update rswag requirement from >= 2.3.1, < 2.10.0 to >= 2.3.1, < 2.11.0
Updates the requirements on [rswag](https://github.com/rswag/rswag) to permit the latest version. - [Release notes](https://github.com/rswag/rswag/releases) - [Changelog](https://github.com/rswag/rswag/blob/master/CHANGELOG.md) - [Commits](rswag/rswag@2.9.0...2.10.1) --- updated-dependencies: - dependency-name: rswag dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3f8e91a commit d44554b

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

Gemfile.lock

Lines changed: 16 additions & 15 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/
@@ -183,7 +183,7 @@ GEM
183183
mime-types-data (3.2020.1104)
184184
mini_mime (1.1.2)
185185
mini_portile2 (2.8.2)
186-
minitest (5.18.0)
186+
minitest (5.18.1)
187187
mobility (1.2.9)
188188
i18n (>= 0.6.10, < 2)
189189
request_store (~> 1.0)
@@ -200,7 +200,7 @@ GEM
200200
net-protocol
201201
netrc (0.11.0)
202202
nio4r (2.5.9)
203-
nokogiri (1.15.2)
203+
nokogiri (1.15.3)
204204
mini_portile2 (~> 2.8.2)
205205
racc (~> 1.4)
206206
optimist (3.0.1)
@@ -212,12 +212,12 @@ GEM
212212
pry (0.14.2)
213213
coderay (~> 1.1)
214214
method_source (~> 1.0)
215-
public_suffix (5.0.1)
215+
public_suffix (5.0.3)
216216
puma (6.3.0)
217217
nio4r (~> 2.0)
218218
pundit (2.3.0)
219219
activesupport (>= 3.0.0)
220-
racc (1.7.0)
220+
racc (1.7.1)
221221
rack (2.2.7)
222222
rack-cors (2.0.1)
223223
rack (>= 2.0.0)
@@ -240,8 +240,9 @@ GEM
240240
bundler (>= 1.15.0)
241241
railties (= 6.1.7.3)
242242
sprockets-rails (>= 2.0.0)
243-
rails-dom-testing (2.0.3)
244-
activesupport (>= 4.2.0)
243+
rails-dom-testing (2.1.1)
244+
activesupport (>= 5.0.0)
245+
minitest
245246
nokogiri (>= 1.6)
246247
rails-html-sanitizer (1.6.0)
247248
loofah (~> 2.21)
@@ -291,19 +292,19 @@ GEM
291292
rspec-expectations (~> 3.12)
292293
rspec-mocks (~> 3.12)
293294
rspec-support (~> 3.12)
294-
rspec-support (3.12.0)
295-
rswag (2.9.0)
296-
rswag-api (= 2.9.0)
297-
rswag-specs (= 2.9.0)
298-
rswag-ui (= 2.9.0)
299-
rswag-api (2.9.0)
295+
rspec-support (3.12.1)
296+
rswag (2.10.1)
297+
rswag-api (= 2.10.1)
298+
rswag-specs (= 2.10.1)
299+
rswag-ui (= 2.10.1)
300+
rswag-api (2.10.1)
300301
railties (>= 3.1, < 7.1)
301-
rswag-specs (2.9.0)
302+
rswag-specs (2.10.1)
302303
activesupport (>= 3.1, < 7.1)
303304
json-schema (>= 2.2, < 4.0)
304305
railties (>= 3.1, < 7.1)
305306
rspec-core (>= 2.14)
306-
rswag-ui (2.9.0)
307+
rswag-ui (2.10.1)
307308
actionpack (>= 3.1, < 7.1)
308309
railties (>= 3.1, < 7.1)
309310
rubocop (1.52.0)

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)