Skip to content

Commit

Permalink
Merge pull request #41 from navikt/dependabot/bundler/gems-43dd59dd68
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 authored Aug 14, 2023
2 parents a97c79c + eb690f1 commit f828b47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ gem 'rake', '~> 13.0'
group :test, :development do
gem 'minitest', '~> 5.19'
gem 'rack-test', '~> 2.1'
gem 'rubocop', '~> 1.55', require: false
gem 'rubocop', '~> 1.56', require: false
end
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ 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.0)
Expand Down Expand Up @@ -65,7 +66,8 @@ GEM
rake (13.0.6)
regexp_parser (2.8.1)
rexml (3.2.6)
rubocop (1.55.1)
rubocop (1.56.0)
base64 (~> 0.1.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -99,7 +101,7 @@ DEPENDENCIES
rack-cors (~> 2.0)
rack-test (~> 2.1)
rake (~> 13.0)
rubocop (~> 1.55)
rubocop (~> 1.56)

BUNDLED WITH
2.4.1

0 comments on commit f828b47

Please sign in to comment.