-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathGemfile.lock
54 lines (52 loc) · 1.12 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
GEM
remote: http://rubygems.org/
specs:
actionmailer (2.3.15)
actionpack (= 2.3.15)
actionpack (2.3.15)
activesupport (= 2.3.15)
rack (~> 1.1.3)
activerecord (2.3.15)
activesupport (= 2.3.15)
activeresource (2.3.15)
activesupport (= 2.3.15)
activesupport (2.3.15)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.4.0)
execjs (1.4.0)
multi_json (~> 1.0)
hike (1.2.1)
multi_json (1.5.0)
rack (1.1.4)
rails (2.3.15)
actionmailer (= 2.3.15)
actionpack (= 2.3.15)
activerecord (= 2.3.15)
activeresource (= 2.3.15)
activesupport (= 2.3.15)
rake (>= 0.8.3)
rails2_asset_pipeline (0.2.0)
sprockets
rake (10.0.3)
sass (3.2.5)
sprockets (2.8.2)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sprockets-sass (0.9.1)
sprockets (~> 2.0)
tilt (~> 1.1)
sqlite3 (1.3.6)
tilt (1.3.3)
PLATFORMS
ruby
DEPENDENCIES
coffee-script
rails (~> 2.3.15)
rails2_asset_pipeline
sass
sprockets-sass
sqlite3