Skip to content

Commit

Permalink
Merge pull request #46 from alphagov/dependabot/bundler/octokit-9.1.0
Browse files Browse the repository at this point in the history
Bump octokit from 8.1.0 to 9.1.0
  • Loading branch information
AgaDufrat authored Jun 12, 2024
2 parents d3aad0f + 12c076c commit 53ffda8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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", "~> 8.1"
gem "octokit", "~> 9.1"
gem "prometheus-client"
gem "slop"

Expand Down
8 changes: 3 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@ GEM
specs:
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.2.0)
diff-lcs (1.5.1)
faraday (2.9.0)
faraday (2.9.1)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
net-http (0.4.1)
uri
octokit (8.1.0)
base64
octokit (9.1.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
prometheus-client (4.2.2)
Expand Down Expand Up @@ -40,7 +38,7 @@ PLATFORMS
ruby

DEPENDENCIES
octokit (~> 8.1)
octokit (~> 9.1)
prometheus-client
rspec
slop
Expand Down

0 comments on commit 53ffda8

Please sign in to comment.