We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 020e1d1 commit ee09e57Copy full SHA for ee09e57
toolbox/github/Gemfile.lock
@@ -1,27 +1,28 @@
1
GEM
2
remote: https://rubygems.org/
3
specs:
4
- addressable (2.8.4)
5
- public_suffix (>= 2.0.2, < 6.0)
+ addressable (2.8.7)
+ public_suffix (>= 2.0.2, < 7.0)
6
faraday (2.7.8)
7
faraday-net_http (>= 2.0, < 3.1)
8
ruby2_keywords (>= 0.0.4)
9
faraday-net_http (3.0.2)
10
- git (1.18.0)
+ git (1.19.1)
11
addressable (~> 2.8)
12
rchardet (~> 1.8)
13
octokit (6.1.1)
14
faraday (>= 1, < 3)
15
sawyer (~> 0.9)
16
- public_suffix (5.0.1)
17
- rchardet (1.8.0)
+ public_suffix (5.1.1)
+ rchardet (1.9.0)
18
ruby2_keywords (0.0.5)
19
sawyer (0.9.2)
20
addressable (>= 2.3.5)
21
faraday (>= 0.17.3, < 3)
22
23
PLATFORMS
24
x86_64-darwin-21
25
+ x86_64-linux
26
27
DEPENDENCIES
28
git (~> 1.18)
0 commit comments