diff --git a/updater/Gemfile b/updater/Gemfile index 7eebee0275..d90377d2ea 100644 --- a/updater/Gemfile +++ b/updater/Gemfile @@ -36,5 +36,5 @@ group :test do end group :development do - gem "licensed", "~> 3.9", require: false + gem "licensed", "~> 4.0", require: false end diff --git a/updater/Gemfile.lock b/updater/Gemfile.lock index 4a4f8d0e2a..2790283f5f 100644 --- a/updater/Gemfile.lock +++ b/updater/Gemfile.lock @@ -126,6 +126,9 @@ GEM zeitwerk (~> 2.3) addressable (2.8.1) public_suffix (>= 2.0.2, < 6.0) + algoliasearch (1.27.5) + httpclient (~> 2.8, >= 2.8.3) + json (>= 1.5.1) ast (2.4.2) aws-eventstream (1.2.0) aws-partitions (1.669.0) @@ -143,6 +146,16 @@ GEM aws-sigv4 (1.5.2) aws-eventstream (~> 1, >= 1.0.2) citrus (3.0.2) + cocoapods-core (1.11.3) + activesupport (>= 5.0, < 7) + addressable (~> 2.8) + algoliasearch (~> 1.0) + concurrent-ruby (~> 1.1) + fuzzy_match (~> 2.0.4) + nap (~> 1.0) + netrc (~> 0.11) + public_suffix (~> 4.0) + typhoeus (~> 1.0) commonmarker (0.23.6) concurrent-ruby (1.1.10) crack (0.4.5) @@ -156,6 +169,8 @@ GEM domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) dotenv (2.8.1) + ethon (0.16.0) + ffi (>= 1.15.0) excon (0.93.1) faraday (2.7.2) faraday-net_http (>= 2.0, < 3.1) @@ -167,6 +182,7 @@ GEM ffi-compiler (1.0.1) ffi (>= 1.0.0) rake + fuzzy_match (2.0.4) gitlab (4.19.0) httparty (~> 0.20) terminal-table (>= 1.5.1) @@ -183,6 +199,7 @@ GEM httparty (0.21.0) mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) + httpclient (2.8.3) i18n (1.12.0) concurrent-ruby (~> 1.0) io-console (0.6.0) @@ -190,17 +207,17 @@ GEM reline (>= 0.3.0) jmespath (1.6.2) json (2.6.3) - licensed (3.9.1) - bundler (>= 1.10) - json (>= 2.6.2) - licensee (>= 9.15.2, < 10.0.0) - parallel (>= 0.18.0) - pathname-common_prefix (~> 0.0.1) - reverse_markdown (>= 1, < 3) - ruby-xxHash (~> 0.4) - thor (>= 0.19) - tomlrb (>= 1.2, < 3.0) - licensee (9.15.3) + licensed (4.0.1) + cocoapods-core (= 1.11.3) + json (= 2.6.3) + licensee (= 9.16.0) + parallel (= 1.22.1) + pathname-common_prefix (= 0.0.1) + reverse_markdown (= 2.1.1) + ruby-xxHash (= 0.4.0.2) + thor (= 1.2.1) + tomlrb (= 2.0.3) + licensee (9.16.0) dotenv (~> 2.0) octokit (>= 4.20, < 7.0) reverse_markdown (>= 1, < 3) @@ -213,9 +230,10 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2022.0105) mini_mime (1.1.2) - mini_portile2 (2.8.0) + mini_portile2 (2.8.1) minitest (5.16.3) multi_xml (0.6.0) + nap (1.1.0) netrc (0.11.0) nokogiri (1.13.10) mini_portile2 (~> 2.8.0) @@ -228,8 +246,8 @@ GEM parser (3.1.3.0) ast (~> 2.4.1) pathname-common_prefix (0.0.1) - public_suffix (5.0.1) - racc (1.6.1) + public_suffix (4.0.7) + racc (1.6.2) rainbow (3.1.1) rake (13.0.6) regexp_parser (2.6.1) @@ -286,6 +304,8 @@ GEM toml-rb (2.2.0) citrus (~> 3.0, > 3.0) tomlrb (2.0.3) + typhoeus (1.4.0) + ethon (>= 0.9.0) tzinfo (2.0.5) concurrent-ruby (~> 1.0) unf (0.1.4) @@ -323,7 +343,7 @@ DEPENDENCIES dependabot-python! dependabot-terraform! http (~> 5.1) - licensed (~> 3.9) + licensed (~> 4.0) octokit (= 6.0.1) rspec (~> 3.12) rubocop (~> 1.39.0)