diff --git a/updater/Gemfile b/updater/Gemfile index b4f14aa60f..119be57d0a 100644 --- a/updater/Gemfile +++ b/updater/Gemfile @@ -47,5 +47,5 @@ group :test do end group :development do - gem "licensed", "~> 4.0", require: false + gem "licensed", "~> 4.1", require: false end diff --git a/updater/Gemfile.lock b/updater/Gemfile.lock index a967b1b3d0..d5d23d0f35 100644 --- a/updater/Gemfile.lock +++ b/updater/Gemfile.lock @@ -137,7 +137,6 @@ GEM aws-eventstream (~> 1, >= 1.0.2) citrus (3.0.2) commonmarker (0.23.7) - concurrent-ruby (1.1.10) crack (0.4.5) rexml debug (1.7.1) @@ -176,14 +175,12 @@ GEM httparty (0.21.0) mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) - i18n (1.12.0) - concurrent-ruby (~> 1.0) io-console (0.6.0) irb (1.6.2) reline (>= 0.3.0) jmespath (1.6.2) json (2.6.3) - licensed (4.0.4) + licensed (4.1.0) json (~> 2.6) licensee (~> 9.16) parallel (~> 1.22) @@ -206,10 +203,9 @@ GEM mime-types-data (3.2022.0105) mini_mime (1.1.2) mini_portile2 (2.8.1) - minitest (5.17.0) multi_xml (0.6.0) netrc (0.11.0) - nokogiri (1.14.0) + nokogiri (1.14.2) mini_portile2 (~> 2.8.0) racc (~> 1.4) octokit (6.0.1) @@ -278,8 +274,6 @@ GEM toml-rb (2.2.0) citrus (~> 3.0, > 3.0) tomlrb (2.0.3) - tzinfo (2.0.5) - concurrent-ruby (~> 1.0) unf (0.1.4) unf_ext unf_ext (0.0.8.2) @@ -289,7 +283,6 @@ GEM addressable (>= 2.8.0) crack (>= 0.3.2) hashdiff (>= 0.4.0, < 2.0.0) - zeitwerk (2.6.6) PLATFORMS ruby @@ -314,7 +307,7 @@ DEPENDENCIES dependabot-python! dependabot-terraform! http (~> 5.1) - licensed (~> 4.0) + licensed (~> 4.1) octokit (= 6.0.1) rspec (~> 3.12) rubocop (~> 1.44.0)