Skip to content

Commit

Permalink
Merge pull request #47 from navikt/dependabot/bundler/gems-29d951406f
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 Sep 22, 2023
2 parents b846e18 + a4b5461 commit aaeca39
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 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', '~> 1.7'
gem 'grape', '~> 1.8'
gem 'grape_logging', '~> 1.8'
gem 'grape-swagger', '~> 1.6'
gem 'prometheus-client', '~> 4.2'
Expand All @@ -14,7 +14,7 @@ gem 'rack-cors', '~> 2.0'
gem 'rake', '~> 13.0'

group :test, :development do
gem 'minitest', '~> 5.19'
gem 'minitest', '~> 5.20'
gem 'rack-test', '~> 2.1'
gem 'rubocop', '~> 1.56', require: false
end
22 changes: 11 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.7.2)
activesupport (7.0.8)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -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 @@ -41,7 +41,7 @@ GEM
concurrent-ruby (~> 1.0)
json (2.6.3)
language_server-protocol (3.17.0.3)
minitest (5.19.0)
minitest (5.20.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
mustermann-grape (1.0.2)
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.3)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand All @@ -85,17 +85,17 @@ 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)
minitest (~> 5.20)
prometheus-client (~> 4.2)
puma (~> 6.3)
rack-cors (~> 2.0)
Expand Down

0 comments on commit aaeca39

Please sign in to comment.