Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion updater/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ group :test do
end

group :development do
gem "licensed", "~> 4.0", require: false
gem "licensed", "~> 4.1", require: false
end
13 changes: 3 additions & 10 deletions updater/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -289,7 +283,6 @@ GEM
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
zeitwerk (2.6.6)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Most of this diff actually belongs in #6667, but somehow it was not introduced by that PR and our CI did not complain. Anyways, Dependabot is amending things for us :)


PLATFORMS
ruby
Expand All @@ -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)
Expand Down