]> git.openstreetmap.org Git - rails.git/blob - Gemfile.lock
Load memcached in case we are using it
[rails.git] / Gemfile.lock
1 GEM
2   remote: http://rubygems.org/
3   specs:
4     SystemTimer (1.2.3)
5     actionmailer (3.1.0)
6       actionpack (= 3.1.0)
7       mail (~> 2.3.0)
8     actionpack (3.1.0)
9       activemodel (= 3.1.0)
10       activesupport (= 3.1.0)
11       builder (~> 3.0.0)
12       erubis (~> 2.7.0)
13       i18n (~> 0.6)
14       rack (~> 1.3.2)
15       rack-cache (~> 1.0.3)
16       rack-mount (~> 0.8.2)
17       rack-test (~> 0.6.1)
18       sprockets (~> 2.0.0)
19     activemodel (3.1.0)
20       activesupport (= 3.1.0)
21       bcrypt-ruby (~> 3.0.0)
22       builder (~> 3.0.0)
23       i18n (~> 0.6)
24     activerecord (3.1.0)
25       activemodel (= 3.1.0)
26       activesupport (= 3.1.0)
27       arel (~> 2.2.1)
28       tzinfo (~> 0.3.29)
29     activeresource (3.1.0)
30       activemodel (= 3.1.0)
31       activesupport (= 3.1.0)
32     activesupport (3.1.0)
33       multi_json (~> 1.0)
34     addressable (2.2.6)
35     arel (2.2.1)
36     bcrypt-ruby (3.0.1)
37     builder (3.0.0)
38     coffee-rails (3.1.1)
39       coffee-script (>= 2.2.0)
40       railties (~> 3.1.0)
41     coffee-script (2.2.0)
42       coffee-script-source
43       execjs
44     coffee-script-source (1.1.2)
45     composite_primary_keys (4.0.0)
46       activerecord (~> 3.1.0)
47     dynamic_form (1.1.4)
48     erubis (2.7.0)
49     execjs (1.2.9)
50       multi_json (~> 1.0)
51     faraday (0.7.4)
52       addressable (~> 2.2.6)
53       multipart-post (~> 1.1.0)
54       rack (< 2, >= 1.1.0)
55     hike (1.2.1)
56     httpclient (2.2.1)
57     i18n (0.6.0)
58     libxml-ruby (2.2.2)
59     mail (2.3.0)
60       i18n (>= 0.4.0)
61       mime-types (~> 1.16)
62       treetop (~> 1.4.8)
63     memcached (1.3.3)
64     mime-types (1.16)
65     multi_json (1.0.3)
66     multipart-post (1.1.3)
67     nokogiri (1.5.0)
68     oauth (0.4.5)
69     oauth-plugin (0.4.0.pre7)
70       multi_json
71       oauth (~> 0.4.4)
72       oauth2
73       rack
74     oauth2 (0.5.1)
75       faraday (~> 0.7.4)
76       multi_json (~> 1.0.3)
77     open_id_authentication (1.1.0)
78       rack-openid (~> 1.3)
79     pg (0.11.0)
80     polyglot (0.3.2)
81     prototype-rails (3.1.0)
82       rails (~> 3.1)
83     rack (1.3.3)
84     rack-cache (1.0.3)
85       rack (>= 0.4)
86     rack-mount (0.8.3)
87       rack (>= 1.0.0)
88     rack-openid (1.3.1)
89       rack (>= 1.1.0)
90       ruby-openid (>= 2.1.8)
91     rack-ssl (1.3.2)
92       rack
93     rack-test (0.6.1)
94       rack (>= 1.0)
95     rails (3.1.0)
96       actionmailer (= 3.1.0)
97       actionpack (= 3.1.0)
98       activerecord (= 3.1.0)
99       activeresource (= 3.1.0)
100       activesupport (= 3.1.0)
101       bundler (~> 1.0)
102       railties (= 3.1.0)
103     rails-i18n-updater (1.0.1)
104       actionpack
105       activesupport
106       rails
107     railties (3.1.0)
108       actionpack (= 3.1.0)
109       activesupport (= 3.1.0)
110       rack-ssl (~> 1.3.2)
111       rake (>= 0.8.7)
112       rdoc (~> 3.4)
113       thor (~> 0.14.6)
114     rake (0.9.2)
115     rdoc (3.9.4)
116     rinku (1.2.2)
117     rmagick (2.13.1)
118     ruby-openid (2.1.8)
119     sanitize (2.0.3)
120       nokogiri (< 1.6, >= 1.4.4)
121     sass (3.1.7)
122     sass-rails (3.1.3)
123       actionpack (~> 3.1.0)
124       railties (~> 3.1.0)
125       sass (>= 3.1.4)
126       sprockets (~> 2.0.0)
127       tilt (~> 1.3.2)
128     sprockets (2.0.0)
129       hike (~> 1.2)
130       rack (~> 1.0)
131       tilt (!= 1.3.0, ~> 1.1)
132     thor (0.14.6)
133     tilt (1.3.3)
134     timecop (0.3.5)
135     treetop (1.4.10)
136       polyglot
137       polyglot (>= 0.3.1)
138     tzinfo (0.3.30)
139     uglifier (1.0.3)
140       execjs (>= 0.3.0)
141       multi_json (>= 1.0.2)
142     validates_email_format_of (1.5.2)
143
144 PLATFORMS
145   ruby
146
147 DEPENDENCIES
148   SystemTimer (>= 1.1.3)
149   coffee-rails (~> 3.1.0)
150   composite_primary_keys (= 4.0.0)
151   dynamic_form
152   httpclient
153   libxml-ruby (>= 2.0.5)
154   memcached
155   oauth-plugin (>= 0.4.0.pre7)
156   open_id_authentication (>= 1.1.0)
157   pg
158   prototype-rails
159   rails (= 3.1.0)
160   rails-i18n-updater
161   rinku (>= 1.2.2)
162   rmagick
163   sanitize
164   sass-rails (~> 3.1.0)
165   timecop
166   uglifier
167   validates_email_format_of (>= 1.5.1)