Skip to content
Closed
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 common/dependabot-common.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "commonmarker", ">= 0.20.1", "< 0.24.0"
spec.add_dependency "docker_registry2", "~> 1.18.0"
spec.add_dependency "excon", "~> 0.109"
spec.add_dependency "faraday", "2.7.11"
spec.add_dependency "faraday", "2.14.3"
spec.add_dependency "faraday-retry", "2.2.0"
spec.add_dependency "gitlab", "4.19.0"
spec.add_dependency "json", "< 2.7"
Expand Down
27 changes: 15 additions & 12 deletions updater/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ PATH
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.9.0)
public_suffix (>= 2.0.2, < 8.0)
ast (2.4.2)
aws-eventstream (1.3.0)
aws-partitions (1.881.0)
Expand All @@ -168,6 +168,7 @@ GEM
crack (1.0.0)
bigdecimal
rexml
csv (3.3.5)
debug (1.9.2)
irb (~> 1.10)
reline (>= 0.3.8)
Expand All @@ -193,7 +194,7 @@ GEM
gitlab (4.19.0)
httparty (~> 0.20)
terminal-table (>= 1.5.1)
google-protobuf (3.24.4)
google-protobuf (3.25.5)
googleapis-common-protos-types (1.9.0)
google-protobuf (~> 3.18)
gpgme (2.0.24)
Expand All @@ -208,7 +209,8 @@ GEM
http-cookie (1.0.5)
domain_name (~> 0.5)
http-form_data (2.3.0)
httparty (0.21.0)
httparty (0.24.0)
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
io-console (0.7.2)
Expand All @@ -224,11 +226,12 @@ GEM
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mini_mime (1.1.2)
mini_portile2 (2.8.6)
multi_xml (0.6.0)
mini_mime (1.1.5)
mini_portile2 (2.8.9)
multi_xml (0.9.1)
bigdecimal (>= 3.1, < 5)
netrc (0.11.0)
nokogiri (1.16.4)
nokogiri (1.19.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
octokit (6.1.1)
Expand Down Expand Up @@ -280,8 +283,8 @@ GEM
racc
psych (5.1.2)
stringio
public_suffix (5.0.5)
racc (1.7.3)
public_suffix (7.0.5)
racc (1.8.1)
rainbow (3.1.1)
rake (13.2.1)
rdoc (6.6.3.1)
Expand All @@ -294,7 +297,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.2.6)
rexml (3.4.2)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand Down Expand Up @@ -378,7 +381,7 @@ GEM
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.8.1)
webrick (1.8.2)

PLATFORMS
ruby
Expand Down