initial release
[paperclip-mass-example.git] / Gemfile.lock
blobfb4d610a33d40ff451f4d37d0198d68a15f9d0af
1 GIT
2   remote: http://github.com/thoughtbot/paperclip.git
3   revision: 9e6afe4ff5b6b07bb1d50a4cb4bdd85feb1c9bbf
4   specs:
5     paperclip (2.3.3)
6       activerecord
7       activesupport
9 GEM
10   remote: http://rubygems.org/
11   specs:
12     abstract (1.0.0)
13     actionmailer (3.0.0)
14       actionpack (= 3.0.0)
15       mail (~> 2.2.5)
16     actionpack (3.0.0)
17       activemodel (= 3.0.0)
18       activesupport (= 3.0.0)
19       builder (~> 2.1.2)
20       erubis (~> 2.6.6)
21       i18n (~> 0.4.1)
22       rack (~> 1.2.1)
23       rack-mount (~> 0.6.12)
24       rack-test (~> 0.5.4)
25       tzinfo (~> 0.3.23)
26     activemodel (3.0.0)
27       activesupport (= 3.0.0)
28       builder (~> 2.1.2)
29       i18n (~> 0.4.1)
30     activerecord (3.0.0)
31       activemodel (= 3.0.0)
32       activesupport (= 3.0.0)
33       arel (~> 1.0.0)
34       tzinfo (~> 0.3.23)
35     activeresource (3.0.0)
36       activemodel (= 3.0.0)
37       activesupport (= 3.0.0)
38     activesupport (3.0.0)
39     arel (1.0.1)
40       activesupport (~> 3.0.0)
41     builder (2.1.2)
42     columnize (0.3.1)
43     erubis (2.6.6)
44       abstract (>= 1.0.0)
45     haml (3.0.19)
46     i18n (0.4.1)
47     linecache (0.43)
48     mail (2.2.6.1)
49       activesupport (>= 2.3.6)
50       mime-types
51       treetop (>= 1.4.5)
52     mime-types (1.16)
53     polyglot (0.3.1)
54     rack (1.2.1)
55     rack-mount (0.6.13)
56       rack (>= 1.0.0)
57     rack-test (0.5.6)
58       rack (>= 1.0)
59     rails (3.0.0)
60       actionmailer (= 3.0.0)
61       actionpack (= 3.0.0)
62       activerecord (= 3.0.0)
63       activeresource (= 3.0.0)
64       activesupport (= 3.0.0)
65       bundler (~> 1.0.0)
66       railties (= 3.0.0)
67     railties (3.0.0)
68       actionpack (= 3.0.0)
69       activesupport (= 3.0.0)
70       rake (>= 0.8.4)
71       thor (~> 0.14.0)
72     rake (0.8.7)
73     rspec (1.3.0)
74     rspec-rails (1.3.2)
75       rack (>= 1.0.0)
76       rspec (>= 1.3.0)
77     ruby-debug (0.10.3)
78       columnize (>= 0.1)
79       ruby-debug-base (~> 0.10.3.0)
80     ruby-debug-base (0.10.3)
81       linecache (>= 0.3)
82     sqlite3-ruby (1.3.1)
83     thor (0.14.2)
84     treetop (1.4.8)
85       polyglot (>= 0.3.1)
86     tzinfo (0.3.23)
88 PLATFORMS
89   ruby
91 DEPENDENCIES
92   haml
93   paperclip (>= 2.3.3)!
94   rails (= 3.0.0)
95   rspec-rails
96   ruby-debug
97   sqlite3-ruby