Skip to content

Commit

Permalink
Merge pull request #58 from navikt/dependabot/bundler/gems-e2f6d3b1d8
Browse files Browse the repository at this point in the history
build(deps-dev): bump the gems group with 1 update
  • Loading branch information
Kyrremann committed Dec 12, 2023
2 parents 34bce20 + 87fb103 commit e7dd01d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ gem 'rake', '~> 13.1'
group :test, :development do
gem 'minitest', '~> 5.20'
gem 'rack-test', '~> 2.1'
gem 'rubocop', '~> 1.58', require: false
gem 'rubocop', '~> 1.59', require: false
end
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ GEM
rack
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.7.0)
json (2.7.1)
language_server-protocol (3.17.0.3)
minitest (5.20.0)
multi_json (1.15.0)
Expand Down Expand Up @@ -84,7 +84,7 @@ GEM
rake (13.1.0)
regexp_parser (2.8.3)
rexml (3.2.6)
rubocop (1.58.0)
rubocop (1.59.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -119,7 +119,7 @@ DEPENDENCIES
rack-cors (~> 2.0)
rack-test (~> 2.1)
rake (~> 13.1)
rubocop (~> 1.58)
rubocop (~> 1.59)

BUNDLED WITH
2.4.1

0 comments on commit e7dd01d

Please sign in to comment.