about summary refs log tree commit diff
path: root/nixpkgs/pkgs/servers/web-apps/discourse/plugins/discourse-github/Gemfile.lock
blob: 3640cbc601dad8b9285d37c13c1eaa4f961059d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
GEM
  remote: https://rubygems.org/
  specs:
    addressable (2.8.5)
      public_suffix (>= 2.0.2, < 6.0)
    faraday (2.7.10)
      faraday-net_http (>= 2.0, < 3.1)
      ruby2_keywords (>= 0.0.4)
    faraday-net_http (3.0.2)
    octokit (5.6.1)
      faraday (>= 1, < 3)
      sawyer (~> 0.9)
    public_suffix (5.0.3)
    ruby2_keywords (0.0.5)
    sawyer (0.9.2)
      addressable (>= 2.3.5)
      faraday (>= 0.17.3, < 3)

PLATFORMS
  ruby

DEPENDENCIES
  octokit (= 5.6.1)
  sawyer (= 0.9.2)

BUNDLED WITH
   2.4.13