-
Notifications
You must be signed in to change notification settings - Fork 2
/
Gemfile.lock
58 lines (56 loc) · 1.08 KB
/
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
48
49
50
51
52
53
54
55
56
57
58
GEM
remote: http://rubygems.org/
specs:
faraday (0.8.8)
multipart-post (~> 1.2.0)
hashie (2.0.5)
httparty (0.12.0)
json (~> 1.8)
multi_xml (>= 0.5.2)
httpauth (0.2.0)
json (1.8.1)
jwt (0.1.8)
multi_json (>= 1.5)
multi_json (1.8.2)
multi_xml (0.5.5)
multipart-post (1.2.0)
oauth2 (0.8.1)
faraday (~> 0.8)
httpauth (~> 0.1)
jwt (~> 0.1.4)
multi_json (~> 1.0)
rack (~> 1.2)
omniauth (1.1.4)
hashie (>= 1.2, < 3)
rack
omniauth-oauth2 (1.1.1)
oauth2 (~> 0.8.0)
omniauth (~> 1.0)
omniauth-ticketbud (1.0.1)
omniauth
omniauth-oauth2 (~> 1.1)
rack (1.5.2)
rack-protection (1.5.1)
rack
shotgun (0.9)
rack (>= 1.0)
sinatra (1.4.4)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
slim (2.0.2)
temple (~> 0.6.6)
tilt (>= 1.3.3, < 2.1)
temple (0.6.7)
tilt (1.4.1)
PLATFORMS
ruby
DEPENDENCIES
httparty
oauth2
omniauth
omniauth-oauth2
omniauth-ticketbud
shotgun
sinatra
slim