Skip to content

Commit

Permalink
Update dependency license_finder to v7 (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 6, 2024
1 parent 9c78517 commit d174952
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ source "https://rubygems.org"

ruby "3.3.0"

gem "license_finder", "~> 6.10", require: false
gem "license_finder", "~> 7.0", require: false
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
GEM
remote: https://rubygems.org/
specs:
license_finder (6.15.0)
license_finder (7.1.0)
bundler
rubyzip (>= 1, < 3)
thor (~> 1.0.1)
thor (~> 1.2)
tomlrb (>= 1.3, < 2.1)
with_env (= 1.1.0)
xml-simple (~> 1.1.5)
xml-simple (~> 1.1.9)
rexml (3.2.6)
rubyzip (2.3.2)
thor (1.0.1)
thor (1.3.0)
tomlrb (2.0.3)
with_env (1.1.0)
xml-simple (1.1.9)
Expand All @@ -20,7 +20,7 @@ PLATFORMS
ruby

DEPENDENCIES
license_finder (~> 6.10)
license_finder (~> 7.0)

RUBY VERSION
ruby 3.3.0p0
Expand Down

0 comments on commit d174952

Please sign in to comment.