diff --git a/Gemfile b/Gemfile index c628c6a..e73f756 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index b766230..28bb5d6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -20,7 +20,7 @@ PLATFORMS ruby DEPENDENCIES - license_finder (~> 6.10) + license_finder (~> 7.0) RUBY VERSION ruby 3.3.0p0