]> git.openstreetmap.org Git - rails.git/blob - Gemfile.lock
Add generated bundle to repository
[rails.git] / Gemfile.lock
1 GEM
2   remote: http://rubygems.org/
3   specs:
4     SystemTimer (1.2.3)
5     abstract (1.0.0)
6     actionmailer (3.0.10)
7       actionpack (= 3.0.10)
8       mail (~> 2.2.19)
9     actionpack (3.0.10)
10       activemodel (= 3.0.10)
11       activesupport (= 3.0.10)
12       builder (~> 2.1.2)
13       erubis (~> 2.6.6)
14       i18n (~> 0.5.0)
15       rack (~> 1.2.1)
16       rack-mount (~> 0.6.14)
17       rack-test (~> 0.5.7)
18       tzinfo (~> 0.3.23)
19     activemodel (3.0.10)
20       activesupport (= 3.0.10)
21       builder (~> 2.1.2)
22       i18n (~> 0.5.0)
23     activerecord (3.0.10)
24       activemodel (= 3.0.10)
25       activesupport (= 3.0.10)
26       arel (~> 2.0.10)
27       tzinfo (~> 0.3.23)
28     activeresource (3.0.10)
29       activemodel (= 3.0.10)
30       activesupport (= 3.0.10)
31     activesupport (3.0.10)
32     addressable (2.2.6)
33     arel (2.0.10)
34     builder (2.1.2)
35     composite_primary_keys (3.1.10)
36       activerecord (>= 3.0.5, ~> 3.0.0)
37     erubis (2.6.6)
38       abstract (>= 1.0.0)
39     faraday (0.7.4)
40       addressable (~> 2.2.6)
41       multipart-post (~> 1.1.0)
42       rack (< 2, >= 1.1.0)
43     httpclient (2.2.1)
44     i18n (0.5.0)
45     libxml-ruby (2.2.2)
46     mail (2.2.19)
47       activesupport (>= 2.3.6)
48       i18n (>= 0.4.0)
49       mime-types (~> 1.16)
50       treetop (~> 1.4.8)
51     mime-types (1.16)
52     multi_json (1.0.3)
53     multipart-post (1.1.3)
54     nokogiri (1.5.0)
55     oauth (0.4.5)
56     oauth-plugin (0.4.0.pre7)
57       multi_json
58       oauth (~> 0.4.4)
59       oauth2
60       rack
61     oauth2 (0.5.0)
62       faraday (< 0.8, >= 0.6.1)
63       multi_json (~> 1.0.0)
64     open_id_authentication (1.0.0)
65       rack-openid (~> 1.3)
66     pg (0.11.0)
67     polyglot (0.3.2)
68     rack (1.2.3)
69     rack-mount (0.6.14)
70       rack (>= 1.0.0)
71     rack-openid (1.3.1)
72       rack (>= 1.1.0)
73       ruby-openid (>= 2.1.8)
74     rack-test (0.5.7)
75       rack (>= 1.0)
76     rails (3.0.10)
77       actionmailer (= 3.0.10)
78       actionpack (= 3.0.10)
79       activerecord (= 3.0.10)
80       activeresource (= 3.0.10)
81       activesupport (= 3.0.10)
82       bundler (~> 1.0)
83       railties (= 3.0.10)
84     rails-i18n-updater (1.0.1)
85       actionpack
86       activesupport
87       rails
88     railties (3.0.10)
89       actionpack (= 3.0.10)
90       activesupport (= 3.0.10)
91       rake (>= 0.8.7)
92       rdoc (~> 3.4)
93       thor (~> 0.14.4)
94     rake (0.9.2)
95     rdoc (3.9.4)
96     rmagick (2.13.1)
97     ruby-openid (2.1.8)
98     sanitize (2.0.3)
99       nokogiri (>= 1.4.4, < 1.6)
100     thor (0.14.6)
101     timecop (0.3.5)
102     treetop (1.4.10)
103       polyglot
104       polyglot (>= 0.3.1)
105     tzinfo (0.3.29)
106     validates_email_format_of (1.5.0)
107
108 PLATFORMS
109   ruby
110
111 DEPENDENCIES
112   SystemTimer (>= 1.1.3)
113   arel (>= 2.0.9)
114   composite_primary_keys (= 3.1.10)
115   httpclient
116   libxml-ruby (>= 2.0.5)
117   oauth (>= 0.4.4)
118   oauth-plugin (>= 0.4.0.pre4)
119   open_id_authentication (>= 1.0.0)
120   pg
121   rails (= 3.0.10)
122   rails-i18n-updater
123   rmagick
124   sanitize
125   timecop
126   validates_email_format_of (>= 1.4.5)