This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
forked from rsutphin/greenscreen
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathGemfile.lock
111 lines (109 loc) · 2.37 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
GEM
remote: https://rubygems.org/
specs:
activesupport (3.2.13)
i18n (= 0.6.1)
multi_json (~> 1.0)
addressable (2.2.8)
chunky_png (1.2.5)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.3.3)
compass (0.12.1)
chunky_png (~> 1.2)
fssm (>= 0.2.7)
sass (~> 3.1)
crack (0.3.1)
diff-lcs (1.2.4)
dotenv (0.7.0)
execjs (1.4.0)
multi_json (~> 1.0)
ffi (1.0.11)
foreman (0.63.0)
dotenv (>= 0.7)
thor (>= 0.13.6)
fssm (0.2.9)
guard (1.0.3)
ffi (>= 0.5.0)
thor (>= 0.14.6)
guard-coffeescript (0.6.0)
coffee-script (>= 2.2.0)
guard (>= 0.8.3)
guard-compass (0.0.6)
compass (>= 0.10.5)
guard (>= 0.2.1)
guard-rspec (0.7.3)
guard (>= 0.10.0)
guard-spork (0.8.0)
guard (>= 0.10.0)
spork (>= 0.8.4)
httparty (0.11.0)
multi_json (~> 1.0)
multi_xml (>= 0.5.2)
i18n (0.6.1)
libv8 (3.11.8.17)
multi_json (1.3.5)
multi_xml (0.5.3)
puma (2.1.0)
rack (>= 1.1, < 2.0)
rabl (0.8.5)
activesupport (>= 2.3.14)
rack (1.4.1)
rack-protection (1.5.0)
rack
rack-test (0.6.2)
rack (>= 1.0)
rake (10.1.0)
ref (1.0.4)
rspec (2.13.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rspec-core (2.13.1)
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.1)
sass (3.1.18)
shotgun (0.9)
rack (>= 1.0)
sinatra (1.4.3)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
spork (0.9.2)
therubyracer (0.11.4)
libv8 (~> 3.11.8.12)
ref
thor (0.15.2)
tilt (1.4.1)
time-lord (1.0.1)
vcr (2.2.2)
webmock (1.8.7)
addressable (>= 2.2.7)
crack (>= 0.1.7)
xml-simple (1.1.2)
PLATFORMS
ruby
DEPENDENCIES
activesupport (~> 3.2.13)
compass (~> 0.12.1)
foreman (~> 0.63.0)
guard (~> 1.0.3)
guard-coffeescript (~> 0.6.0)
guard-compass (~> 0.0.6)
guard-rspec (~> 0.7.3)
guard-spork (~> 0.8.0)
httparty (~> 0.11.0)
puma (~> 2.1.0)
rabl (~> 0.8.5)
rack-test (~> 0.6.2)
rake (~> 10.1.0)
rspec (~> 2.13.0)
shotgun (~> 0.9)
sinatra (~> 1.4.3)
therubyracer (~> 0.11.4)
time-lord (~> 1.0.1)
vcr (~> 2.2.0)
webmock (~> 1.8.0)
xml-simple (~> 1.1.2)