-
Notifications
You must be signed in to change notification settings - Fork 1
/
Gemfile.lock
47 lines (45 loc) · 921 Bytes
/
Gemfile.lock
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
GEM
remote: http://rubygems.org/
specs:
faraday (0.8.4)
multipart-post (~> 1.1)
hashie (1.2.0)
httparty (0.9.0)
multi_json (~> 1.0)
multi_xml
httpauth (0.1)
jwt (0.1.5)
multi_json (>= 1.0)
multi_json (1.3.6)
multi_xml (0.5.1)
multipart-post (1.1.5)
oauth2 (0.8.0)
faraday (~> 0.8)
httpauth (~> 0.1)
jwt (~> 0.1.4)
multi_json (~> 1.0)
rack (~> 1.2)
omniauth (1.1.1)
hashie (~> 1.2)
rack
omniauth-github (1.0.3)
omniauth (~> 1.0)
omniauth-oauth2 (~> 1.1)
omniauth-oauth2 (1.1.0)
oauth2 (~> 0.8.0)
omniauth (~> 1.0)
rack (1.4.1)
rack-protection (1.2.0)
rack
sinatra (1.3.3)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
tilt (~> 1.3, >= 1.3.3)
tilt (1.3.3)
PLATFORMS
ruby
DEPENDENCIES
httparty
omniauth
omniauth-github
sinatra