Skip to content

Commit

Permalink
Merge pull request #53 from navikt/dependabot/bundler/gems-f6fc5ba764
Browse files Browse the repository at this point in the history
build(deps): bump the gems group with 2 updates
  • Loading branch information
Kyrremann committed Oct 31, 2023
2 parents 28c8d9d + b146730 commit 319acc8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'grape-swagger', '~> 1.6'
gem 'prometheus-client', '~> 4.2'
gem 'puma', '~> 6.4'
gem 'rack-cors', '~> 2.0'
gem 'rake', '~> 13.0'
gem 'rake', '~> 13.1'

group :test, :development do
gem 'minitest', '~> 5.20'
Expand Down
10 changes: 4 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
ast (2.4.2)
base64 (0.1.1)
builder (3.2.4)
concurrent-ruby (1.2.2)
dry-core (1.0.1)
Expand Down Expand Up @@ -63,11 +62,10 @@ GEM
rack-test (2.1.0)
rack (>= 1.3)
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
regexp_parser (2.8.2)
rexml (3.2.6)
rubocop (1.57.1)
base64 (~> 0.1.1)
rubocop (1.57.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -78,7 +76,7 @@ GEM
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
Expand All @@ -100,7 +98,7 @@ DEPENDENCIES
puma (~> 6.4)
rack-cors (~> 2.0)
rack-test (~> 2.1)
rake (~> 13.0)
rake (~> 13.1)
rubocop (~> 1.57)

BUNDLED WITH
Expand Down

0 comments on commit 319acc8

Please sign in to comment.