Skip to content

Commit a42d233

Browse files
Bump octokit from 7.2.0 to 10.0.0
Bumps [octokit](https://github.com/octokit/octokit.rb) from 7.2.0 to 10.0.0. - [Release notes](https://github.com/octokit/octokit.rb/releases) - [Changelog](https://github.com/octokit/octokit.rb/blob/main/RELEASE.md) - [Commits](octokit/octokit.rb@v7.2.0...v10.0.0) --- updated-dependencies: - dependency-name: octokit dependency-version: 10.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a740200 commit a42d233

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ gem 'jquery-rails', '~> 4.4' # JavaScript jQuery library (for Rails)
5454
# for jquery-ui/autocomplete (a polyfill for missing functionality in Safari).
5555
gem 'lograge', '~> 0.12' # Simplify logs
5656
gem 'mail', '~> 2.7' # Ruby mail handler
57-
gem 'octokit', '~> 7' # GitHub's official Ruby API
57+
gem 'octokit', '~> 10' # GitHub's official Ruby API
5858
gem 'omniauth-github', '~> 2.0' # Authentication to GitHub (get project info)
5959
#
6060
# Gem omniauth-rails_csrf_protection protects omniauth logins and

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ GEM
310310
rack (>= 1.2, < 4)
311311
snaky_hash (~> 2.0, >= 2.0.3)
312312
version_gem (>= 1.1.8, < 3)
313-
octokit (7.2.0)
313+
octokit (10.0.0)
314314
faraday (>= 1, < 3)
315315
sawyer (~> 0.9)
316316
omniauth (2.1.3)
@@ -628,7 +628,7 @@ DEPENDENCIES
628628
mdl (= 0.13.0)
629629
minitest-reporters
630630
minitest-retry
631-
octokit (~> 7)
631+
octokit (~> 10)
632632
omniauth-github (~> 2.0)
633633
omniauth-rails_csrf_protection (~> 1.0)
634634
pagy (~> 9.0)

0 commit comments

Comments
 (0)