]> git.openstreetmap.org Git - rails.git/blob - Gemfile.lock
Use changeset and user caches in Changeset#download
[rails.git] / Gemfile.lock
1 GEM
2   remote: http://rubygems.org/
3   specs:
4     SystemTimer (1.2.3)
5     actionmailer (3.2.12)
6       actionpack (= 3.2.12)
7       mail (~> 2.4.4)
8     actionpack (3.2.12)
9       activemodel (= 3.2.12)
10       activesupport (= 3.2.12)
11       builder (~> 3.0.0)
12       erubis (~> 2.7.0)
13       journey (~> 1.0.4)
14       rack (~> 1.4.5)
15       rack-cache (~> 1.2)
16       rack-test (~> 0.6.1)
17       sprockets (~> 2.2.1)
18     activemodel (3.2.12)
19       activesupport (= 3.2.12)
20       builder (~> 3.0.0)
21     activerecord (3.2.12)
22       activemodel (= 3.2.12)
23       activesupport (= 3.2.12)
24       arel (~> 3.0.2)
25       tzinfo (~> 0.3.29)
26     activeresource (3.2.12)
27       activemodel (= 3.2.12)
28       activesupport (= 3.2.12)
29     activesupport (3.2.12)
30       i18n (~> 0.6)
31       multi_json (~> 1.0)
32     arel (3.0.2)
33     bigdecimal (1.1.0)
34     builder (3.0.4)
35     climate_control (0.0.3)
36       activesupport (>= 3.0)
37     cocaine (0.5.1)
38       climate_control (>= 0.0.3, < 1.0)
39     coffee-rails (3.2.2)
40       coffee-script (>= 2.2.0)
41       railties (~> 3.2.0)
42     coffee-script (2.2.0)
43       coffee-script-source
44       execjs
45     coffee-script-source (1.6.2)
46     composite_primary_keys (5.0.12)
47       activerecord (~> 3.2.0, >= 3.2.9)
48     deadlock_retry (1.2.0)
49     dynamic_form (1.1.4)
50     ejs (1.1.1)
51     erubis (2.7.0)
52     execjs (1.4.0)
53       multi_json (~> 1.0)
54     faraday (0.8.6)
55       multipart-post (~> 1.1)
56     hike (1.2.1)
57     htmlentities (4.3.1)
58     http_accept_language (1.0.2)
59     httpauth (0.2.0)
60     httpclient (2.3.3)
61     i18n (0.6.4)
62     i18n-js (3.0.0.rc5)
63       i18n
64     iconv (0.1)
65     journey (1.0.4)
66     jquery-rails (2.2.1)
67       railties (>= 3.0, < 5.0)
68       thor (>= 0.14, < 2.0)
69     json (1.7.7)
70     jwt (0.1.8)
71       multi_json (>= 1.5)
72     libv8 (3.3.10.4)
73     libxml-ruby (2.6.0)
74     mail (2.4.4)
75       i18n (>= 0.4.0)
76       mime-types (~> 1.16)
77       treetop (~> 1.4.8)
78     memcached (1.5.0)
79     mime-types (1.21)
80     minitest (4.7.0)
81     multi_json (1.7.2)
82     multi_xml (0.5.3)
83     multipart-post (1.2.0)
84     nokogiri (1.5.9)
85     oauth (0.4.7)
86     oauth-plugin (0.4.1)
87       multi_json
88       oauth (~> 0.4.4)
89       oauth2 (>= 0.5.0)
90       rack
91     oauth2 (0.9.1)
92       faraday (~> 0.8)
93       httpauth (~> 0.1)
94       jwt (~> 0.1.4)
95       multi_json (~> 1.0)
96       multi_xml (~> 0.5)
97       rack (~> 1.2)
98     open_id_authentication (1.1.0)
99       rack-openid (~> 1.3)
100     paperclip (2.8.0)
101       activerecord (>= 2.3.0)
102       activesupport (>= 2.3.2)
103       cocaine (>= 0.0.2)
104       mime-types
105     pg (0.14.1)
106     polyglot (0.3.3)
107     r2 (0.1.0)
108     rack (1.4.5)
109     rack-cache (1.2)
110       rack (>= 0.4)
111     rack-cors (0.2.7)
112       rack
113     rack-openid (1.3.1)
114       rack (>= 1.1.0)
115       ruby-openid (>= 2.1.8)
116     rack-ssl (1.3.3)
117       rack
118     rack-test (0.6.2)
119       rack (>= 1.0)
120     rails (3.2.12)
121       actionmailer (= 3.2.12)
122       actionpack (= 3.2.12)
123       activerecord (= 3.2.12)
124       activeresource (= 3.2.12)
125       activesupport (= 3.2.12)
126       bundler (~> 1.0)
127       railties (= 3.2.12)
128     rails-i18n (0.7.3)
129       i18n (~> 0.5)
130     railties (3.2.12)
131       actionpack (= 3.2.12)
132       activesupport (= 3.2.12)
133       rack-ssl (~> 1.3.2)
134       rake (>= 0.8.7)
135       rdoc (~> 3.4)
136       thor (>= 0.14.6, < 2.0)
137     rake (10.0.3)
138     rdoc (3.12.2)
139       json (~> 1.4)
140     redcarpet (2.2.2)
141     rinku (1.7.2)
142     ruby-openid (2.2.3)
143     sanitize (2.0.3)
144       nokogiri (>= 1.4.4, < 1.6)
145     sass (3.2.7)
146     sass-rails (3.2.6)
147       railties (~> 3.2.0)
148       sass (>= 3.1.10)
149       tilt (~> 1.3)
150     sprockets (2.2.2)
151       hike (~> 1.2)
152       multi_json (~> 1.0)
153       rack (~> 1.0)
154       tilt (~> 1.1, != 1.3.0)
155     therubyracer (0.10.2)
156       libv8 (~> 3.3.10)
157     thor (0.17.0)
158     tilt (1.3.6)
159     timecop (0.6.1)
160     treetop (1.4.12)
161       polyglot
162       polyglot (>= 0.3.1)
163     tzinfo (0.3.37)
164     uglifier (1.3.0)
165       execjs (>= 0.3.0)
166       multi_json (~> 1.0, >= 1.0.2)
167     validates_email_format_of (1.5.3)
168
169 PLATFORMS
170   ruby
171
172 DEPENDENCIES
173   SystemTimer (>= 1.1.3)
174   bigdecimal
175   coffee-rails (~> 3.2.1)
176   composite_primary_keys (>= 5.0.10)
177   deadlock_retry (>= 1.2.0)
178   dynamic_form
179   ejs
180   htmlentities
181   http_accept_language (>= 1.0.2)
182   httpclient
183   i18n-js (>= 3.0.0.rc2)
184   iconv (= 0.1)
185   jquery-rails
186   libxml-ruby (>= 2.0.5)
187   memcached (>= 1.4.1)
188   minitest
189   oauth-plugin (>= 0.4.1)
190   open_id_authentication (>= 1.1.0)
191   paperclip (~> 2.0)
192   pg
193   r2
194   rack-cors
195   rails (= 3.2.12)
196   rails-i18n (>= 0.6.3)
197   redcarpet
198   rinku (>= 1.2.2)
199   ruby-openid (>= 2.2.0)
200   sanitize
201   sass-rails (~> 3.2.3)
202   therubyracer (~> 0.10.2)
203   timecop
204   uglifier (>= 1.0.3)
205   validates_email_format_of (>= 1.5.1)