Skip to content

Commit

Permalink
Merge pull request #84 from navikt/dependabot/bundler/gems-6e7d1654df
Browse files Browse the repository at this point in the history
build(deps): bump the gems group with 3 updates
  • Loading branch information
Kyrremann committed Jul 2, 2024
2 parents b151227 + 1433389 commit 373a298
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 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', '~> 2.0'
gem 'grape', '~> 2.1'
gem 'grape_logging', '~> 1.8'
gem 'grape-swagger', '~> 2.0'
gem 'grape-swagger-entity', '~> 0.5.3'
Expand All @@ -17,7 +17,7 @@ gem 'rake', '~> 13.2'
gem 'cgi', '>= 0.3.1' # CVE-2021-41816

group :test, :development do
gem 'minitest', '~> 5.23'
gem 'minitest', '~> 5.24'
gem 'rack-test', '~> 2.1'
gem 'rubocop', '~> 1.64', require: false
gem 'rubocop-minitest', '~> 0.35.0', require: false
Expand Down
11 changes: 6 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ GEM
geocoder (1.8.3)
base64 (>= 0.1.0)
csv (>= 3.0.0)
grape (2.1.1)
grape (2.1.2)
activesupport (>= 6)
dry-types (>= 1.1)
mustermann-grape (~> 1.1.0)
Expand All @@ -59,7 +59,7 @@ GEM
concurrent-ruby (~> 1.0)
json (2.7.2)
language_server-protocol (3.17.0.3)
minitest (5.24.0)
minitest (5.24.1)
multi_json (1.15.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
Expand All @@ -71,7 +71,8 @@ GEM
parser (3.3.3.0)
ast (~> 2.4.1)
racc
prometheus-client (4.2.2)
prometheus-client (4.2.3)
base64
puma (6.4.2)
nio4r (~> 2.0)
racc (1.8.0)
Expand Down Expand Up @@ -117,11 +118,11 @@ PLATFORMS
DEPENDENCIES
cgi (>= 0.3.1)
geocoder (~> 1.8)
grape (~> 2.0)
grape (~> 2.1)
grape-swagger (~> 2.0)
grape-swagger-entity (~> 0.5.3)
grape_logging (~> 1.8)
minitest (~> 5.23)
minitest (~> 5.24)
prometheus-client (~> 4.2)
puma (~> 6.4)
rack-cors (~> 2.0)
Expand Down

0 comments on commit 373a298

Please sign in to comment.