diff options
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 31 |
1 files changed, 18 insertions, 13 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 86eb1a87d..2c002e6c2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,9 @@ GIT - remote: git://github.com/ctran/annotate_models.git - revision: 18cd39ad01829deba5aa34634b8540d6675ab978 + remote: git://github.com/sebbacon/gettext_i18n_rails.git + revision: 2616d7e76872942d6e2351974a7e3fa4c2f933e2 specs: - annotate (2.4.1.beta1) + gettext_i18n_rails (0.6.2) + fast_gettext GEM remote: http://rubygems.org/ @@ -17,20 +18,22 @@ GEM activeresource (2.3.14) activesupport (= 2.3.14) activesupport (2.3.14) + annotate (2.4.0) columnize (0.3.6) fakeweb (1.3.0) - fast_gettext (0.6.1) - gettext (2.1.0) - locale (>= 2.0.5) + fast_gettext (0.6.8) + gettext (2.2.1) + locale json (1.5.4) linecache (0.46) rbx-require-relative (> 0.0.4) locale (2.0.5) mahoro (0.3) memcache-client (1.8.5) + net-http-local (0.1.2) net-purge (0.1.0) - pg (0.11.0) - rack (1.1.0) + pg (0.13.2) + rack (1.1.3) rails (2.3.14) actionmailer (= 2.3.14) actionpack (= 2.3.14) @@ -38,10 +41,10 @@ GEM activeresource (= 2.3.14) activesupport (= 2.3.14) rake (>= 0.8.3) - rake (0.9.2) + rake (0.9.2.2) rbx-require-relative (0.0.9) rdoc (2.4.3) - recaptcha (0.3.1) + recaptcha (0.3.4) rmagick (2.13.1) routing-filter (0.2.4) actionpack @@ -57,25 +60,27 @@ GEM ruby-msg (1.5.0) ruby-ole (>= 1.2.8) vpim (>= 0.360) - ruby-ole (1.2.11.2) + ruby-ole (1.2.11.3) vpim (0.695) will_paginate (2.3.16) xapian-full-alaveteli (1.2.9.4) - xml-simple (1.1.0) + xml-simple (1.1.1) zip (2.0.2) PLATFORMS ruby DEPENDENCIES - annotate! + annotate fakeweb fast_gettext (>= 0.6.0) gettext (>= 1.9.3) + gettext_i18n_rails (>= 0.6.0)! json (~> 1.5.1) locale (>= 2.0.5) mahoro memcache-client + net-http-local net-purge pg rack (~> 1.1.0) |