Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit cd2a225

Browse files
committed
Updated dependencies to clear dependabot warnings
1 parent 0efbb8b commit cd2a225

16 files changed

+19
-14
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source 'https://rubygems.org'
22

3-
gem 'octokit', '~> 4.7'
3+
gem 'octokit', '~> 4.25'

Gemfile.lock

+18-13
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,28 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.5.1)
5-
public_suffix (~> 2.0, >= 2.0.2)
6-
faraday (0.12.2)
7-
multipart-post (>= 1.2, < 3)
8-
multipart-post (2.0.0)
9-
octokit (4.7.0)
10-
sawyer (~> 0.8.0, >= 0.5.3)
11-
public_suffix (2.0.5)
12-
sawyer (0.8.1)
13-
addressable (>= 2.3.5, < 2.6)
14-
faraday (~> 0.8, < 1.0)
4+
addressable (2.8.5)
5+
public_suffix (>= 2.0.2, < 6.0)
6+
base64 (0.2.0)
7+
faraday (2.7.11)
8+
base64
9+
faraday-net_http (>= 2.0, < 3.1)
10+
ruby2_keywords (>= 0.0.4)
11+
faraday-net_http (3.0.2)
12+
octokit (4.25.1)
13+
faraday (>= 1, < 3)
14+
sawyer (~> 0.9)
15+
public_suffix (5.0.3)
16+
ruby2_keywords (0.0.5)
17+
sawyer (0.9.2)
18+
addressable (>= 2.3.5)
19+
faraday (>= 0.17.3, < 3)
1520

1621
PLATFORMS
1722
ruby
1823

1924
DEPENDENCIES
20-
octokit (~> 4.7)
25+
octokit (~> 4.25)
2126

2227
BUNDLED WITH
23-
1.12.0
28+
1.17.2

vendor/cache/addressable-2.5.1.gem

-101 KB
Binary file not shown.

vendor/cache/addressable-2.8.5.gem

104 KB
Binary file not shown.

vendor/cache/base64-0.2.0.gem

8.5 KB
Binary file not shown.

vendor/cache/faraday-0.12.2.gem

-38 KB
Binary file not shown.

vendor/cache/faraday-2.7.11.gem

69 KB
Binary file not shown.
8 KB
Binary file not shown.

vendor/cache/multipart-post-2.0.0.gem

-11 KB
Binary file not shown.

vendor/cache/octokit-4.25.1.gem

84 KB
Binary file not shown.

vendor/cache/octokit-4.7.0.gem

-73 KB
Binary file not shown.

vendor/cache/public_suffix-2.0.5.gem

-87.5 KB
Binary file not shown.

vendor/cache/public_suffix-5.0.3.gem

111 KB
Binary file not shown.

vendor/cache/ruby2_keywords-0.0.5.gem

10.5 KB
Binary file not shown.

vendor/cache/sawyer-0.8.1.gem

-15.5 KB
Binary file not shown.

vendor/cache/sawyer-0.9.2.gem

13 KB
Binary file not shown.

0 commit comments

Comments
 (0)