forked from googleglass/mirror-quickstart-ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
53 lines (51 loc) · 1.06 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
GEM
remote: https://rubygems.org/
specs:
addressable (2.3.5)
autoparse (0.3.3)
addressable (>= 2.3.1)
extlib (>= 0.9.15)
multi_json (>= 1.0.0)
extlib (0.9.16)
faraday (0.8.8)
multipart-post (~> 1.2.0)
google-api-client (0.6.4)
addressable (>= 2.3.2)
autoparse (>= 0.3.3)
extlib (>= 0.9.15)
faraday (~> 0.8.4)
jwt (>= 0.1.5)
launchy (>= 2.1.1)
multi_json (>= 1.0.0)
signet (~> 0.4.5)
uuidtools (>= 2.1.0)
haml (4.0.3)
tilt
jwt (0.1.8)
multi_json (>= 1.5)
launchy (2.3.0)
addressable (~> 2.3)
multi_json (1.7.8)
multipart-post (1.2.0)
rack (1.5.2)
rack-protection (1.5.0)
rack
signet (0.4.5)
addressable (>= 2.2.3)
faraday (~> 0.8.1)
jwt (>= 0.1.5)
multi_json (>= 1.0.0)
sinatra (1.4.3)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
sqlite3 (1.3.7)
tilt (1.4.1)
uuidtools (2.1.4)
PLATFORMS
ruby
DEPENDENCIES
google-api-client
haml
sinatra
sqlite3