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 [rubocop](https://github.com/rubocop/rubocop).


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

Updates `rubocop` from 1.56.1 to 1.56.2
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.56.1...v1.56.2)

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

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

gem 'geocoder', '~> 1.8'
gem 'grape', '~> 1.7'
gem 'grape', '~> 1.8'
gem 'grape_logging', '~> 1.8'
gem 'grape-swagger', '~> 1.6'
gem 'prometheus-client', '~> 4.2'
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ GEM
base64 (0.1.1)
builder (3.2.4)
concurrent-ruby (1.2.2)
dry-core (1.0.0)
dry-core (1.0.1)
concurrent-ruby (~> 1.0)
zeitwerk (~> 2.6)
dry-inflector (1.0.0)
Expand All @@ -25,12 +25,12 @@ GEM
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
geocoder (1.8.2)
grape (1.7.1)
activesupport
grape (1.8.0)
activesupport (>= 5)
builder
dry-types (>= 1.1)
mustermann-grape (~> 1.0.0)
rack (>= 1.3.0, < 3)
rack (>= 1.3.0)
rack-accept
grape-swagger (1.6.1)
grape (~> 1.3)
Expand All @@ -55,7 +55,7 @@ GEM
puma (6.3.1)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.7)
rack (3.0.8)
rack-accept (0.4.5)
rack (>= 0.4)
rack-cors (2.0.1)
Expand All @@ -66,7 +66,7 @@ GEM
rake (13.0.6)
regexp_parser (2.8.1)
rexml (3.2.6)
rubocop (1.56.1)
rubocop (1.56.2)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand All @@ -85,14 +85,14 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
zeitwerk (2.6.8)
zeitwerk (2.6.11)

PLATFORMS
ruby

DEPENDENCIES
geocoder (~> 1.8)
grape (~> 1.7)
grape (~> 1.8)
grape-swagger (~> 1.6)
grape_logging (~> 1.8)
minitest (~> 5.19)
Expand Down

0 comments on commit bd4dfd5

Please sign in to comment.