Skip to content

Commit 983978f

Browse files
authored
Merge pull request #52 from alphagov/dependabot/bundler/octokit-9.2.0
2 parents 7d4beb3 + 476a786 commit 983978f

2 files changed

Lines changed: 11 additions & 9 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
gem "octokit", "~> 9.1"
5+
gem "octokit", "~> 9.2"
66
gem "prometheus-client"
77
gem "slop"
88

Gemfile.lock

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,22 @@ GEM
55
public_suffix (>= 2.0.2, < 7.0)
66
base64 (0.2.0)
77
diff-lcs (1.5.1)
8-
faraday (2.10.0)
9-
faraday-net_http (>= 2.0, < 3.2)
8+
faraday (2.12.0)
9+
faraday-net_http (>= 2.0, < 3.4)
10+
json
1011
logger
11-
faraday-net_http (3.1.0)
12+
faraday-net_http (3.3.0)
1213
net-http
13-
logger (1.6.0)
14+
json (2.7.2)
15+
logger (1.6.1)
1416
net-http (0.4.1)
1517
uri
16-
octokit (9.1.0)
18+
octokit (9.2.0)
1719
faraday (>= 1, < 3)
1820
sawyer (~> 0.9)
1921
prometheus-client (4.2.3)
2022
base64
21-
public_suffix (6.0.0)
23+
public_suffix (6.0.1)
2224
rspec (3.13.0)
2325
rspec-core (~> 3.13.0)
2426
rspec-expectations (~> 3.13.0)
@@ -36,13 +38,13 @@ GEM
3638
addressable (>= 2.3.5)
3739
faraday (>= 0.17.3, < 3)
3840
slop (4.10.1)
39-
uri (0.13.0)
41+
uri (0.13.1)
4042

4143
PLATFORMS
4244
ruby
4345

4446
DEPENDENCIES
45-
octokit (~> 9.1)
47+
octokit (~> 9.2)
4648
prometheus-client
4749
rspec
4850
slop

0 commit comments

Comments
 (0)