first issue
[blog3.git] / Gemfile.lock
blob5b4a15287d4114051a68738712d079e54cecde5b
1 GEM
2   remote: http://rubygems.org/
3   specs:
4     actionmailer (3.2.12)
5       actionpack (= 3.2.12)
6       mail (~> 2.4.4)
7     actionpack (3.2.12)
8       activemodel (= 3.2.12)
9       activesupport (= 3.2.12)
10       builder (~> 3.0.0)
11       erubis (~> 2.7.0)
12       journey (~> 1.0.4)
13       rack (~> 1.4.5)
14       rack-cache (~> 1.2)
15       rack-test (~> 0.6.1)
16       sprockets (~> 2.2.1)
17     activemodel (3.2.12)
18       activesupport (= 3.2.12)
19       builder (~> 3.0.0)
20     activerecord (3.2.12)
21       activemodel (= 3.2.12)
22       activesupport (= 3.2.12)
23       arel (~> 3.0.2)
24       tzinfo (~> 0.3.29)
25     activeresource (3.2.12)
26       activemodel (= 3.2.12)
27       activesupport (= 3.2.12)
28     activesupport (3.2.12)
29       i18n (~> 0.6)
30       multi_json (~> 1.0)
31     arel (3.0.2)
32     builder (3.0.4)
33     coffee-rails (3.2.2)
34       coffee-script (>= 2.2.0)
35       railties (~> 3.2.0)
36     coffee-script (2.2.0)
37       coffee-script-source
38       execjs
39     coffee-script-source (1.6.1)
40     erubis (2.7.0)
41     execjs (1.4.0)
42       multi_json (~> 1.0)
43     hike (1.2.1)
44     i18n (0.6.4)
45     journey (1.0.4)
46     jquery-rails (2.2.1)
47       railties (>= 3.0, < 5.0)
48       thor (>= 0.14, < 2.0)
49     json (1.7.7)
50     mail (2.4.4)
51       i18n (>= 0.4.0)
52       mime-types (~> 1.16)
53       treetop (~> 1.4.8)
54     mime-types (1.21)
55     multi_json (1.6.1)
56     polyglot (0.3.3)
57     rack (1.4.5)
58     rack-cache (1.2)
59       rack (>= 0.4)
60     rack-ssl (1.3.3)
61       rack
62     rack-test (0.6.2)
63       rack (>= 1.0)
64     rails (3.2.12)
65       actionmailer (= 3.2.12)
66       actionpack (= 3.2.12)
67       activerecord (= 3.2.12)
68       activeresource (= 3.2.12)
69       activesupport (= 3.2.12)
70       bundler (~> 1.0)
71       railties (= 3.2.12)
72     railties (3.2.12)
73       actionpack (= 3.2.12)
74       activesupport (= 3.2.12)
75       rack-ssl (~> 1.3.2)
76       rake (>= 0.8.7)
77       rdoc (~> 3.4)
78       thor (>= 0.14.6, < 2.0)
79     rake (10.0.3)
80     rdoc (3.12.2)
81       json (~> 1.4)
82     sass (3.2.6)
83     sass-rails (3.2.6)
84       railties (~> 3.2.0)
85       sass (>= 3.1.10)
86       tilt (~> 1.3)
87     sprockets (2.2.2)
88       hike (~> 1.2)
89       multi_json (~> 1.0)
90       rack (~> 1.0)
91       tilt (~> 1.1, != 1.3.0)
92     sqlite3 (1.3.7)
93     sqlite3 (1.3.7-x86-mingw32)
94     thor (0.17.0)
95     tilt (1.3.4)
96     treetop (1.4.12)
97       polyglot
98       polyglot (>= 0.3.1)
99     tzinfo (0.3.36)
100     uglifier (1.3.0)
101       execjs (>= 0.3.0)
102       multi_json (~> 1.0, >= 1.0.2)
104 PLATFORMS
105   ruby
106   x86-mingw32
108 DEPENDENCIES
109   coffee-rails (~> 3.2.1)
110   jquery-rails
111   rails (= 3.2.12)
112   sass-rails (~> 3.2.3)
113   sqlite3
114   uglifier (>= 1.0.3)