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-entity](https://github.com/ruby-grape/grape-swagger-entity).


Updates `grape` from 2.1.3 to 2.2.0
- [Changelog](https://github.com/ruby-grape/grape/blob/master/CHANGELOG.md)
- [Commits](ruby-grape/grape@v2.1.3...v2.2.0)

Updates `grape-swagger-entity` from 0.5.4 to 0.5.5
- [Release notes](https://github.com/ruby-grape/grape-swagger-entity/releases)
- [Changelog](https://github.com/ruby-grape/grape-swagger-entity/blob/master/CHANGELOG.md)
- [Commits](ruby-grape/grape-swagger-entity@v0.5.4...v0.5.5)

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

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

gem 'geocoder', '~> 1.8'
gem 'grape', '~> 2.1'
gem 'grape', '~> 2.2'
gem 'grape_logging', '~> 1.8'
gem 'grape-swagger', '~> 2.0'
gem 'grape-swagger-entity', '~> 0.5.3'
gem 'grape-swagger-entity', '~> 0.5.5'
gem 'prometheus-client', '~> 4.2'
gem 'puma', '~> 6.4'
gem 'rack-cors', '~> 2.0'
Expand Down
28 changes: 15 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.3.4)
activesupport (7.2.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
ast (2.4.2)
base64 (0.2.0)
bigdecimal (3.1.8)
cgi (0.4.1)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
csv (3.3.0)
drb (2.2.1)
Expand All @@ -37,7 +38,7 @@ GEM
geocoder (1.8.3)
base64 (>= 0.1.0)
csv (>= 3.0.0)
grape (2.1.3)
grape (2.2.0)
activesupport (>= 6)
dry-types (>= 1.1)
mustermann-grape (~> 1.1.0)
Expand All @@ -49,23 +50,23 @@ GEM
grape-swagger (2.1.0)
grape (>= 1.7, < 3.0)
rack-test (~> 2)
grape-swagger-entity (0.5.4)
grape-swagger-entity (0.5.5)
grape-entity (~> 1)
grape-swagger (~> 2)
grape_logging (1.8.4)
grape
rack
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
json (2.7.2)
language_server-protocol (3.17.0.3)
logger (1.6.1)
minitest (5.25.1)
multi_json (1.15.0)
mustermann (3.0.0)
mustermann (3.0.3)
ruby2_keywords (~> 0.0.1)
mustermann-grape (1.1.0)
mustermann (>= 1.0.0)
mutex_m (0.2.0)
nio4r (2.7.3)
parallel (1.26.3)
parser (3.3.5.0)
Expand Down Expand Up @@ -103,20 +104,21 @@ GEM
rubocop (~> 1.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
securerandom (0.3.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
zeitwerk (2.6.16)
zeitwerk (2.6.18)

PLATFORMS
ruby

DEPENDENCIES
cgi (>= 0.3.1)
geocoder (~> 1.8)
grape (~> 2.1)
grape (~> 2.2)
grape-swagger (~> 2.0)
grape-swagger-entity (~> 0.5.3)
grape-swagger-entity (~> 0.5.5)
grape_logging (~> 1.8)
minitest (~> 5.25)
prometheus-client (~> 4.2)
Expand Down

0 comments on commit b645da4

Please sign in to comment.