🏡 index : github.com/captn3m0/opml-gen.git

author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 2023-10-31 21:46:25.0 +00:00:00
committer GitHub <noreply@github.com> 2023-10-31 21:46:25.0 +00:00:00
commit
7037554877fc24f35a051171844c1840331fc218 [patch]
tree
edf6639cbf724a38f0f84a6a19a6840c62897cba
parent
285c16d0919f39a38d72d7e2ecef6bc4737eca15
download
7037554877fc24f35a051171844c1840331fc218.tar.gz

Bump octokit from 4.25.1 to 8.0.0

Bumps [octokit](https://github.com/octokit/octokit.rb) from 4.25.1 to 8.0.0.
- [Release notes](https://github.com/octokit/octokit.rb/releases)
- [Changelog](https://github.com/octokit/octokit.rb/blob/main/RELEASE.md)
- [Commits](https://github.com/octokit/octokit.rb/compare/v4.25.1...v8.0.0)

---
updated-dependencies:
- dependency-name: octokit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Diff

 Gemfile      |  2 +-
 Gemfile.lock | 10 +++++++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/Gemfile b/Gemfile
index e53ec32..236322c 100644
--- a/Gemfile
+++ a/Gemfile
@@ -1,9 +1,9 @@
# frozen_string_literal: true

source 'https://rubygems.org'

gem 'nokogiri', '~> 1.15'
gem 'octokit', '~> 4.21'
gem 'octokit', '~> 8.0'
gem 'redis', '~> 5.0'
gem 'sinatra', '~> 2.2.3'
gem 'sinatra-contrib', '~> 2.2'
diff --git a/Gemfile.lock b/Gemfile.lock
index 41ca56e..5b3f0da 100644
--- a/Gemfile.lock
+++ a/Gemfile.lock
@@ -1,11 +1,13 @@
GEM
  remote: https://rubygems.org/
  specs:
    addressable (2.8.4)
    addressable (2.8.5)
      public_suffix (>= 2.0.2, < 6.0)
    base64 (0.1.1)
    connection_pool (2.4.1)
    dotenv (2.8.1)
    faraday (2.7.10)
    faraday (2.7.11)
      base64
      faraday-net_http (>= 2.0, < 3.1)
      ruby2_keywords (>= 0.0.4)
    faraday-net_http (3.0.2)
@@ -16,7 +18,7 @@
    nokogiri (1.15.3)
      mini_portile2 (~> 2.8.2)
      racc (~> 1.4)
    octokit (4.25.1)
    octokit (8.0.0)
      faraday (>= 1, < 3)
      sawyer (~> 0.9)
    public_suffix (5.0.3)
@@ -51,7 +53,7 @@
DEPENDENCIES
  dotenv (~> 2.8)
  nokogiri (~> 1.15)
  octokit (~> 4.21)
  octokit (~> 8.0)
  redis (~> 5.0)
  sinatra (~> 2.2.3)
  sinatra-contrib (~> 2.2)