Skip to content

Commit

Permalink
build(deps): bump the gems group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the gems group with 2 updates: [grape](https://github.com/ruby-grape/grape) and [grape-swagger](https://github.com/ruby-grape/grape-swagger).


Updates `grape` from 1.8.0 to 2.0.0
- [Changelog](https://github.com/ruby-grape/grape/blob/master/CHANGELOG.md)
- [Commits](ruby-grape/grape@v1.8.0...v2.0.0)

Updates `grape-swagger` from 1.6.1 to 2.0.0
- [Changelog](https://github.com/ruby-grape/grape-swagger/blob/master/CHANGELOG.md)
- [Commits](ruby-grape/grape-swagger@v1.6.1...v2.0.0)

---
updated-dependencies:
- dependency-name: grape
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gems
- dependency-name: grape-swagger
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gems
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 20, 2023
1 parent 6450592 commit bfd7225
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ source 'https://rubygems.org'
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

gem 'geocoder', '~> 1.8'
gem 'grape', '~> 1.8'
gem 'grape', '~> 2.0'
gem 'grape_logging', '~> 1.8'
gem 'grape-swagger', '~> 1.6'
gem 'grape-swagger', '~> 2.0'
gem 'prometheus-client', '~> 4.2'
gem 'puma', '~> 6.4'
gem 'rack-cors', '~> 2.0'
Expand Down
26 changes: 19 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,24 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.8)
activesupport (7.1.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.4)
builder (3.2.4)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
drb (2.2.0)
ruby2_keywords
dry-core (1.0.1)
concurrent-ruby (~> 1.0)
zeitwerk (~> 2.6)
Expand All @@ -24,15 +34,16 @@ GEM
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
geocoder (1.8.2)
grape (1.8.0)
grape (2.0.0)
activesupport (>= 5)
builder
dry-types (>= 1.1)
mustermann-grape (~> 1.0.0)
rack (>= 1.3.0)
rack-accept
grape-swagger (1.6.1)
grape (~> 1.3)
grape-swagger (2.0.0)
grape (>= 1.7, < 3.0)
rack-test (~> 2)
grape_logging (1.8.4)
grape
rack
Expand All @@ -45,6 +56,7 @@ GEM
ruby2_keywords (~> 0.0.1)
mustermann-grape (1.0.2)
mustermann (>= 1.0.0)
mutex_m (0.2.0)
nio4r (2.5.9)
parallel (1.23.0)
parser (3.2.2.4)
Expand Down Expand Up @@ -83,15 +95,15 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
zeitwerk (2.6.11)
zeitwerk (2.6.12)

PLATFORMS
ruby

DEPENDENCIES
geocoder (~> 1.8)
grape (~> 1.8)
grape-swagger (~> 1.6)
grape (~> 2.0)
grape-swagger (~> 2.0)
grape_logging (~> 1.8)
minitest (~> 5.20)
prometheus-client (~> 4.2)
Expand Down

0 comments on commit bfd7225

Please sign in to comment.