]> git.openstreetmap.org Git - rails.git/blob - Gemfile.lock
Replace link_to_function with UJS based code
[rails.git] / Gemfile.lock
1 GEM
2   remote: http://rubygems.org/
3   specs:
4     SystemTimer (1.2.3)
5     actionmailer (3.2.5)
6       actionpack (= 3.2.5)
7       mail (~> 2.4.4)
8     actionpack (3.2.5)
9       activemodel (= 3.2.5)
10       activesupport (= 3.2.5)
11       builder (~> 3.0.0)
12       erubis (~> 2.7.0)
13       journey (~> 1.0.1)
14       rack (~> 1.4.0)
15       rack-cache (~> 1.2)
16       rack-test (~> 0.6.1)
17       sprockets (~> 2.1.3)
18     activemodel (3.2.5)
19       activesupport (= 3.2.5)
20       builder (~> 3.0.0)
21     activerecord (3.2.5)
22       activemodel (= 3.2.5)
23       activesupport (= 3.2.5)
24       arel (~> 3.0.2)
25       tzinfo (~> 0.3.29)
26     activeresource (3.2.5)
27       activemodel (= 3.2.5)
28       activesupport (= 3.2.5)
29     activesupport (3.2.5)
30       i18n (~> 0.6)
31       multi_json (~> 1.0)
32     arel (3.0.2)
33     bigdecimal (1.1.0)
34     builder (3.0.0)
35     cocaine (0.2.1)
36     coffee-rails (3.2.2)
37       coffee-script (>= 2.2.0)
38       railties (~> 3.2.0)
39     coffee-script (2.2.0)
40       coffee-script-source
41       execjs
42     coffee-script-source (1.3.3)
43     composite_primary_keys (5.0.4)
44       activerecord (~> 3.2.0)
45     deadlock_retry (1.2.0)
46     dynamic_form (1.1.4)
47     erubis (2.7.0)
48     execjs (1.4.0)
49       multi_json (~> 1.0)
50     faraday (0.8.1)
51       multipart-post (~> 1.1)
52     hike (1.2.1)
53     htmlentities (4.3.1)
54     http_accept_language (1.0.2)
55     httpauth (0.1)
56     httpclient (2.2.5)
57     i18n (0.6.0)
58     iconv (0.1)
59     journey (1.0.3)
60     jquery-rails (2.0.2)
61       railties (>= 3.2.0, < 5.0)
62       thor (~> 0.14)
63     json (1.7.3)
64     libv8 (3.3.10.4)
65     libxml-ruby (2.3.2)
66     mail (2.4.4)
67       i18n (>= 0.4.0)
68       mime-types (~> 1.16)
69       treetop (~> 1.4.8)
70     memcached (1.4.1)
71     mime-types (1.18)
72     minitest (3.0.1)
73     multi_json (1.3.6)
74     multipart-post (1.1.5)
75     nokogiri (1.5.3)
76     oauth (0.4.6)
77     oauth2 (0.7.1)
78       faraday (~> 0.8)
79       httpauth (~> 0.1)
80       multi_json (~> 1.0)
81       rack (~> 1.4)
82     open_id_authentication (1.1.0)
83       rack-openid (~> 1.3)
84     openstreetmap-oauth-plugin (0.4.0.1)
85       multi_json
86       oauth (~> 0.4.4)
87       oauth2 (>= 0.5.0)
88       rack
89     paperclip (2.7.0)
90       activerecord (>= 2.3.0)
91       activesupport (>= 2.3.2)
92       cocaine (>= 0.0.2)
93       mime-types
94     pg (0.13.2)
95     polyglot (0.3.3)
96     rack (1.4.1)
97     rack-cache (1.2)
98       rack (>= 0.4)
99     rack-openid (1.3.1)
100       rack (>= 1.1.0)
101       ruby-openid (>= 2.1.8)
102     rack-ssl (1.3.2)
103       rack
104     rack-test (0.6.1)
105       rack (>= 1.0)
106     rails (3.2.5)
107       actionmailer (= 3.2.5)
108       actionpack (= 3.2.5)
109       activerecord (= 3.2.5)
110       activeresource (= 3.2.5)
111       activesupport (= 3.2.5)
112       bundler (~> 1.0)
113       railties (= 3.2.5)
114     rails-i18n (0.6.4)
115       i18n (~> 0.5)
116     railties (3.2.5)
117       actionpack (= 3.2.5)
118       activesupport (= 3.2.5)
119       rack-ssl (~> 1.3.2)
120       rake (>= 0.8.7)
121       rdoc (~> 3.4)
122       thor (>= 0.14.6, < 2.0)
123     rake (0.9.2.2)
124     rdoc (3.12)
125       json (~> 1.4)
126     redcarpet (2.1.1)
127     rinku (1.5.1)
128     ruby-openid (2.1.8)
129     sanitize (2.0.3)
130       nokogiri (>= 1.4.4, < 1.6)
131     sass (3.1.19)
132     sass-rails (3.2.5)
133       railties (~> 3.2.0)
134       sass (>= 3.1.10)
135       tilt (~> 1.3)
136     sprockets (2.1.3)
137       hike (~> 1.2)
138       rack (~> 1.0)
139       tilt (~> 1.1, != 1.3.0)
140     therubyracer (0.10.1)
141       libv8 (~> 3.3.10)
142     thor (0.15.2)
143     tilt (1.3.3)
144     timecop (0.3.5)
145     treetop (1.4.10)
146       polyglot
147       polyglot (>= 0.3.1)
148     tzinfo (0.3.33)
149     uglifier (1.2.4)
150       execjs (>= 0.3.0)
151       multi_json (>= 1.0.2)
152     validates_email_format_of (1.5.3)
153
154 PLATFORMS
155   ruby
156
157 DEPENDENCIES
158   SystemTimer (>= 1.1.3)
159   bigdecimal
160   coffee-rails (~> 3.2.1)
161   composite_primary_keys (= 5.0.4)
162   deadlock_retry (>= 1.2.0)
163   dynamic_form
164   htmlentities
165   http_accept_language (>= 1.0.2)
166   httpclient
167   iconv
168   jquery-rails
169   libxml-ruby (>= 2.0.5)
170   memcached (>= 1.4.1)
171   minitest
172   open_id_authentication (>= 1.1.0)
173   openstreetmap-oauth-plugin (>= 0.4.0.1)
174   paperclip (~> 2.0)
175   pg
176   rails (= 3.2.5)
177   rails-i18n (>= 0.6.3)
178   redcarpet
179   rinku (>= 1.2.2)
180   sanitize
181   sass-rails (~> 3.2.3)
182   therubyracer
183   timecop
184   uglifier (>= 1.0.3)
185   validates_email_format_of (>= 1.5.1)