Skip to content

Commit

Permalink
Bump licensed from 3.9.1 to 4.0.1 in /updater
Browse files Browse the repository at this point in the history
Bumps [licensed](https://github.com/github/licensed) from 3.9.1 to 4.0.1.
- [Release notes](https://github.com/github/licensed/releases)
- [Changelog](https://github.com/github/licensed/blob/master/CHANGELOG.md)
- [Commits](github/licensed@3.9.1...4.0.1)

---
updated-dependencies:
- dependency-name: licensed
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and jeffwidman committed Jan 9, 2023
1 parent 2053287 commit d18388d
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 16 deletions.
2 changes: 1 addition & 1 deletion updater/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ group :test do
end

group :development do
gem "licensed", "~> 3.9", require: false
gem "licensed", "~> 4.0", require: false
end
50 changes: 35 additions & 15 deletions updater/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand All @@ -183,24 +199,25 @@ 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)
irb (1.6.2)
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)
Expand All @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit d18388d

Please sign in to comment.