]> git.openstreetmap.org Git - rails.git/commitdiff
Add generated bundle to repository
authorTom Hughes <tom@compton.nu>
Thu, 15 Sep 2011 21:36:13 +0000 (22:36 +0100)
committerTom Hughes <tom@compton.nu>
Mon, 14 Nov 2011 09:42:51 +0000 (09:42 +0000)
Gemfile.lock [new file with mode: 0644]

diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644 (file)
index 0000000..7b98bde
--- /dev/null
@@ -0,0 +1,126 @@
+GEM
+  remote: http://rubygems.org/
+  specs:
+    SystemTimer (1.2.3)
+    abstract (1.0.0)
+    actionmailer (3.0.10)
+      actionpack (= 3.0.10)
+      mail (~> 2.2.19)
+    actionpack (3.0.10)
+      activemodel (= 3.0.10)
+      activesupport (= 3.0.10)
+      builder (~> 2.1.2)
+      erubis (~> 2.6.6)
+      i18n (~> 0.5.0)
+      rack (~> 1.2.1)
+      rack-mount (~> 0.6.14)
+      rack-test (~> 0.5.7)
+      tzinfo (~> 0.3.23)
+    activemodel (3.0.10)
+      activesupport (= 3.0.10)
+      builder (~> 2.1.2)
+      i18n (~> 0.5.0)
+    activerecord (3.0.10)
+      activemodel (= 3.0.10)
+      activesupport (= 3.0.10)
+      arel (~> 2.0.10)
+      tzinfo (~> 0.3.23)
+    activeresource (3.0.10)
+      activemodel (= 3.0.10)
+      activesupport (= 3.0.10)
+    activesupport (3.0.10)
+    addressable (2.2.6)
+    arel (2.0.10)
+    builder (2.1.2)
+    composite_primary_keys (3.1.10)
+      activerecord (>= 3.0.5, ~> 3.0.0)
+    erubis (2.6.6)
+      abstract (>= 1.0.0)
+    faraday (0.7.4)
+      addressable (~> 2.2.6)
+      multipart-post (~> 1.1.0)
+      rack (< 2, >= 1.1.0)
+    httpclient (2.2.1)
+    i18n (0.5.0)
+    libxml-ruby (2.2.2)
+    mail (2.2.19)
+      activesupport (>= 2.3.6)
+      i18n (>= 0.4.0)
+      mime-types (~> 1.16)
+      treetop (~> 1.4.8)
+    mime-types (1.16)
+    multi_json (1.0.3)
+    multipart-post (1.1.3)
+    nokogiri (1.5.0)
+    oauth (0.4.5)
+    oauth-plugin (0.4.0.pre7)
+      multi_json
+      oauth (~> 0.4.4)
+      oauth2
+      rack
+    oauth2 (0.5.0)
+      faraday (< 0.8, >= 0.6.1)
+      multi_json (~> 1.0.0)
+    open_id_authentication (1.0.0)
+      rack-openid (~> 1.3)
+    pg (0.11.0)
+    polyglot (0.3.2)
+    rack (1.2.3)
+    rack-mount (0.6.14)
+      rack (>= 1.0.0)
+    rack-openid (1.3.1)
+      rack (>= 1.1.0)
+      ruby-openid (>= 2.1.8)
+    rack-test (0.5.7)
+      rack (>= 1.0)
+    rails (3.0.10)
+      actionmailer (= 3.0.10)
+      actionpack (= 3.0.10)
+      activerecord (= 3.0.10)
+      activeresource (= 3.0.10)
+      activesupport (= 3.0.10)
+      bundler (~> 1.0)
+      railties (= 3.0.10)
+    rails-i18n-updater (1.0.1)
+      actionpack
+      activesupport
+      rails
+    railties (3.0.10)
+      actionpack (= 3.0.10)
+      activesupport (= 3.0.10)
+      rake (>= 0.8.7)
+      rdoc (~> 3.4)
+      thor (~> 0.14.4)
+    rake (0.9.2)
+    rdoc (3.9.4)
+    rmagick (2.13.1)
+    ruby-openid (2.1.8)
+    sanitize (2.0.3)
+      nokogiri (>= 1.4.4, < 1.6)
+    thor (0.14.6)
+    timecop (0.3.5)
+    treetop (1.4.10)
+      polyglot
+      polyglot (>= 0.3.1)
+    tzinfo (0.3.29)
+    validates_email_format_of (1.5.0)
+
+PLATFORMS
+  ruby
+
+DEPENDENCIES
+  SystemTimer (>= 1.1.3)
+  arel (>= 2.0.9)
+  composite_primary_keys (= 3.1.10)
+  httpclient
+  libxml-ruby (>= 2.0.5)
+  oauth (>= 0.4.4)
+  oauth-plugin (>= 0.4.0.pre4)
+  open_id_authentication (>= 1.0.0)
+  pg
+  rails (= 3.0.10)
+  rails-i18n-updater
+  rmagick
+  sanitize
+  timecop
+  validates_email_format_of (>= 1.4.5)