Skip to content

Commit

Permalink
Bump grape-swagger from 0.33.0 to 1.2.0 (#8105)
Browse files Browse the repository at this point in the history
Bumps [grape-swagger](https://github.com/ruby-grape/grape-swagger) from 0.33.0 to 1.2.0.
- [Release notes](https://github.com/ruby-grape/grape-swagger/releases)
- [Changelog](https://github.com/ruby-grape/grape-swagger/blob/master/CHANGELOG.md)
- [Commits](ruby-grape/grape-swagger@v0.33.0...v1.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] authored Jul 7, 2020
1 parent ad1a891 commit 8c07df7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gem 'georuby', '2.0'
gem "google-cloud-storage"
gem 'grape'
gem 'grape-entity'
gem 'grape-swagger', '~> 0.33.0'
gem 'grape-swagger', '~> 1.2.0'
gem 'grape-swagger-entity', '0.3.4'
gem 'grape-swagger-rails'
gem 'grape-swagger-ui'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ GEM
docile (1.3.2)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
dry-configurable (0.11.5)
dry-configurable (0.11.6)
concurrent-ruby (~> 1.0)
dry-core (~> 0.4, >= 0.4.7)
dry-equalizer (~> 0.2)
Expand Down Expand Up @@ -197,8 +197,8 @@ GEM
grape-rails-cache (0.1.2)
activesupport
grape
grape-swagger (0.33.0)
grape (>= 0.16.2)
grape-swagger (1.2.0)
grape (~> 1.3)
grape-swagger-entity (0.3.4)
grape-entity (>= 0.5.0)
grape-swagger (>= 0.31.0)
Expand Down Expand Up @@ -608,7 +608,7 @@ DEPENDENCIES
grape
grape-entity
grape-rails-cache
grape-swagger (~> 0.33.0)
grape-swagger (~> 1.2.0)
grape-swagger-entity (= 0.3.4)
grape-swagger-rails
grape-swagger-ui
Expand Down

0 comments on commit 8c07df7

Please sign in to comment.