Skip to content

Commit ed3ae62

Browse files
authored
Merge pull request #730 from ManageIQ/renovate/major-octokit-monorepo
Update dependency octokit to v10
2 parents 52f2531 + 5023c32 commit ed3ae62

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ gem 'rugged', :require => false
4545
gem 'faraday', '~> 2.14'
4646
gem 'faraday-http-cache', '~> 2.6.0'
4747
gem 'faraday-retry'
48-
gem 'octokit', '~> 4.25.0', :require => false
48+
gem 'octokit', '~> 10.0.0', :require => false
4949

5050
group :development, :test do
5151
gem 'rspec'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ GEM
197197
racc (~> 1.4)
198198
nokogiri (1.19.1-x86_64-linux-gnu)
199199
racc (~> 1.4)
200-
octokit (4.25.1)
200+
octokit (10.0.0)
201201
faraday (>= 1, < 3)
202202
sawyer (~> 0.9)
203203
optimist (3.2.1)
@@ -215,7 +215,7 @@ GEM
215215
psych (5.3.1)
216216
date
217217
stringio
218-
public_suffix (6.0.2)
218+
public_suffix (7.0.5)
219219
puma (6.6.1)
220220
nio4r (~> 2.0)
221221
raabro (1.4.0)
@@ -331,7 +331,7 @@ GEM
331331
sprockets (>= 2.8, < 4.0)
332332
sprockets-rails (>= 2.0, < 4.0)
333333
tilt (>= 1.1, < 3)
334-
sawyer (0.9.2)
334+
sawyer (0.9.3)
335335
addressable (>= 2.3.5)
336336
faraday (>= 0.17.3, < 3)
337337
securerandom (0.4.1)
@@ -408,7 +408,7 @@ DEPENDENCIES
408408
minigit (~> 0.0.4)
409409
more_core_extensions (~> 4.4)
410410
net-ssh (~> 7.3.0)
411-
octokit (~> 4.25.0)
411+
octokit (~> 10.0.0)
412412
pg
413413
puma
414414
rails (~> 8.0.4)

0 commit comments

Comments
 (0)