Skip to content

Commit

Permalink
Merge pull request #88 from navikt/dependabot/bundler/gems-7c9853bb7a
Browse files Browse the repository at this point in the history
build(deps-dev): bump minitest from 5.24.1 to 5.25.1 in the gems group
  • Loading branch information
Kyrremann authored Aug 20, 2024
2 parents c12d385 + 861fa6f commit b88edf6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem 'rake', '~> 13.2'
gem 'cgi', '>= 0.3.1' # CVE-2021-41816

group :test, :development do
gem 'minitest', '~> 5.24'
gem 'minitest', '~> 5.25'
gem 'rack-test', '~> 2.1'
gem 'rubocop', '~> 1.65', require: false
gem 'rubocop-minitest', '~> 0.35.1', require: false
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ GEM
concurrent-ruby (~> 1.0)
json (2.7.2)
language_server-protocol (3.17.0.3)
minitest (5.24.1)
minitest (5.25.1)
multi_json (1.15.0)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
Expand Down Expand Up @@ -122,7 +122,7 @@ DEPENDENCIES
grape-swagger (~> 2.0)
grape-swagger-entity (~> 0.5.3)
grape_logging (~> 1.8)
minitest (~> 5.24)
minitest (~> 5.25)
prometheus-client (~> 4.2)
puma (~> 6.4)
rack-cors (~> 2.0)
Expand Down

0 comments on commit b88edf6

Please sign in to comment.