Skip to content

Commit

Permalink
Merge pull request #26 from alphagov/dependabot/bundler/octokit-8.1.0
Browse files Browse the repository at this point in the history
Bump octokit from 8.0.0 to 8.1.0
  • Loading branch information
MuriloDalRi committed Feb 6, 2024
2 parents 0c02770 + dd5f6da commit 695064e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 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.0"
gem "octokit", "~> 8.1"
gem "prometheus-client"
gem "slop"

Expand Down
24 changes: 13 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.1.1)
base64 (0.2.0)
crack (0.4.5)
rexml
diff-lcs (1.5.1)
faraday (2.7.11)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
hashdiff (1.0.1)
octokit (8.0.0)
net-http (0.4.1)
uri
octokit (8.1.0)
base64
faraday (>= 1, < 3)
sawyer (~> 0.9)
prometheus-client (4.2.2)
public_suffix (5.0.3)
public_suffix (5.0.4)
rake (13.1.0)
rexml (3.2.6)
rspec (3.13.0)
Expand All @@ -33,11 +35,11 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.0)
ruby2_keywords (0.0.5)
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
slop (4.10.1)
uri (0.13.0)
webmock (3.19.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
Expand All @@ -47,7 +49,7 @@ PLATFORMS
ruby

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

0 comments on commit 695064e

Please sign in to comment.