Skip to content

Commit

Permalink
Merge pull request #18 from alphagov/dependabot/bundler/octokit-7.2.0
Browse files Browse the repository at this point in the history
Bump octokit from 6.1.0 to 7.2.0
  • Loading branch information
MuriloDalRi authored Oct 6, 2023
2 parents 309685d + 851b6e2 commit 752baf6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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", "~> 6.1"
gem "octokit", "~> 7.2"
gem "prometheus-client"
gem "slop"

Expand Down
8 changes: 5 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@ GEM
specs:
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.1.1)
crack (0.4.5)
rexml
diff-lcs (1.5.0)
faraday (2.7.4)
faraday (2.7.11)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
hashdiff (1.0.1)
octokit (6.1.0)
octokit (7.2.0)
faraday (>= 1, < 3)
sawyer (~> 0.9)
prometheus-client (4.1.0)
Expand Down Expand Up @@ -45,7 +47,7 @@ PLATFORMS
ruby

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

0 comments on commit 752baf6

Please sign in to comment.