Skip to content

Commit

Permalink
Merge pull request #22 from alphagov/dependabot/bundler/octokit-8.0.0
Browse files Browse the repository at this point in the history
Bump octokit from 7.2.0 to 8.0.0
  • Loading branch information
robinjam authored Oct 31, 2023
2 parents 425d42f + 3bcc054 commit b20f28b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "octokit", "~> 7.2"
gem "octokit", "~> 8.0"
gem "prometheus-client"
gem "slop"

Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ GEM
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
hashdiff (1.0.1)
octokit (7.2.0)
octokit (8.0.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
prometheus-client (4.2.1)
Expand Down Expand Up @@ -47,7 +47,7 @@ PLATFORMS
ruby

DEPENDENCIES
octokit (~> 7.2)
octokit (~> 8.0)
prometheus-client
rake
rspec
Expand Down

0 comments on commit b20f28b

Please sign in to comment.