Skip to content

Commit

Permalink
Merge pull request #85 from navikt/dependabot/bundler/gems-a2d81ec850
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 16, 2024
2 parents 2e7f82e + ebb7a9c commit 87558c4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gem 'cgi', '>= 0.3.1' # CVE-2021-41816
group :test, :development do
gem 'minitest', '~> 5.24'
gem 'rack-test', '~> 2.1'
gem 'rubocop', '~> 1.64', require: false
gem 'rubocop-minitest', '~> 0.35.0', require: false
gem 'rubocop', '~> 1.65', require: false
gem 'rubocop-minitest', '~> 0.35.1', require: false
gem 'rubocop-rake', '~> 0.6.0', require: false
end
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ GEM
dry-core (1.0.1)
concurrent-ruby (~> 1.0)
zeitwerk (~> 2.6)
dry-inflector (1.0.0)
dry-inflector (1.1.0)
dry-logic (1.5.0)
concurrent-ruby (~> 1.0)
dry-core (~> 1.0, < 2)
Expand All @@ -37,7 +37,7 @@ GEM
geocoder (1.8.3)
base64 (>= 0.1.0)
csv (>= 3.0.0)
grape (2.1.2)
grape (2.1.3)
activesupport (>= 6)
dry-types (>= 1.1)
mustermann-grape (~> 1.1.0)
Expand Down Expand Up @@ -68,15 +68,15 @@ GEM
mutex_m (0.2.0)
nio4r (2.7.3)
parallel (1.25.1)
parser (3.3.3.0)
parser (3.3.4.0)
ast (~> 2.4.1)
racc
prometheus-client (4.2.3)
base64
puma (6.4.2)
nio4r (~> 2.0)
racc (1.8.0)
rack (3.1.4)
rack (3.1.7)
rack-cors (2.0.2)
rack (>= 2.0.0)
rack-test (2.1.0)
Expand All @@ -86,20 +86,20 @@ GEM
regexp_parser (2.9.2)
rexml (3.3.1)
strscan
rubocop (1.64.1)
rubocop (1.65.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-minitest (0.35.0)
rubocop-minitest (0.35.1)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
Expand Down Expand Up @@ -128,8 +128,8 @@ DEPENDENCIES
rack-cors (~> 2.0)
rack-test (~> 2.1)
rake (~> 13.2)
rubocop (~> 1.64)
rubocop-minitest (~> 0.35.0)
rubocop (~> 1.65)
rubocop-minitest (~> 0.35.1)
rubocop-rake (~> 0.6.0)

BUNDLED WITH
Expand Down

0 comments on commit 87558c4

Please sign in to comment.