]> git.openstreetmap.org Git - rails.git/blob - Gemfile.lock
Fixup some string escaping issues in the data browser
[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     mime-types (1.16)
64     multi_json (1.0.3)
65     multipart-post (1.1.3)
66     nokogiri (1.5.0)
67     oauth (0.4.5)
68     oauth-plugin (0.4.0.pre7)
69       multi_json
70       oauth (~> 0.4.4)
71       oauth2
72       rack
73     oauth2 (0.5.1)
74       faraday (~> 0.7.4)
75       multi_json (~> 1.0.3)
76     open_id_authentication (1.1.0)
77       rack-openid (~> 1.3)
78     pg (0.11.0)
79     polyglot (0.3.2)
80     prototype-rails (3.1.0)
81       rails (~> 3.1)
82     rack (1.3.3)
83     rack-cache (1.0.3)
84       rack (>= 0.4)
85     rack-mount (0.8.3)
86       rack (>= 1.0.0)
87     rack-openid (1.3.1)
88       rack (>= 1.1.0)
89       ruby-openid (>= 2.1.8)
90     rack-ssl (1.3.2)
91       rack
92     rack-test (0.6.1)
93       rack (>= 1.0)
94     rails (3.1.0)
95       actionmailer (= 3.1.0)
96       actionpack (= 3.1.0)
97       activerecord (= 3.1.0)
98       activeresource (= 3.1.0)
99       activesupport (= 3.1.0)
100       bundler (~> 1.0)
101       railties (= 3.1.0)
102     rails-i18n-updater (1.0.1)
103       actionpack
104       activesupport
105       rails
106     railties (3.1.0)
107       actionpack (= 3.1.0)
108       activesupport (= 3.1.0)
109       rack-ssl (~> 1.3.2)
110       rake (>= 0.8.7)
111       rdoc (~> 3.4)
112       thor (~> 0.14.6)
113     rake (0.9.2)
114     rdoc (3.9.4)
115     rinku (1.2.2)
116     rmagick (2.13.1)
117     ruby-openid (2.1.8)
118     sanitize (2.0.3)
119       nokogiri (< 1.6, >= 1.4.4)
120     sass (3.1.7)
121     sass-rails (3.1.3)
122       actionpack (~> 3.1.0)
123       railties (~> 3.1.0)
124       sass (>= 3.1.4)
125       sprockets (~> 2.0.0)
126       tilt (~> 1.3.2)
127     sprockets (2.0.0)
128       hike (~> 1.2)
129       rack (~> 1.0)
130       tilt (!= 1.3.0, ~> 1.1)
131     thor (0.14.6)
132     tilt (1.3.3)
133     timecop (0.3.5)
134     treetop (1.4.10)
135       polyglot
136       polyglot (>= 0.3.1)
137     tzinfo (0.3.30)
138     uglifier (1.0.3)
139       execjs (>= 0.3.0)
140       multi_json (>= 1.0.2)
141     validates_email_format_of (1.5.2)
142
143 PLATFORMS
144   ruby
145
146 DEPENDENCIES
147   SystemTimer (>= 1.1.3)
148   arel (>= 2.0.9)
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   oauth (>= 0.4.4)
155   oauth-plugin (>= 0.4.0.pre4)
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)