diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-10-25 14:53:25 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-10-25 14:53:25 +0100 |
commit | b45be1d0523e488998434603923585989e27ce1d (patch) | |
tree | f636cd2600806d8a6c5e2bb440487ba3ca925c7f | |
parent | 218415e01624fdd33d577a9bd321516f8e4e4ee9 (diff) |
Upgrade to gettext 2.3.3 in order to get fix for bug that was causing strings with a # in them not to be stored in the .pot file for translation.
Upgrade to the current standard version of gettext_i18n_rails in order to support gettext 2.3.3 and as it now has our patches. \o/
-rw-r--r-- | Gemfile | 4 | ||||
-rw-r--r-- | Gemfile.lock | 15 |
2 files changed, 7 insertions, 12 deletions
@@ -12,8 +12,8 @@ gem 'pg' gem 'fast_gettext', '>= 0.6.0' gem 'fastercsv', '>=1.5.5' -gem 'gettext_i18n_rails', '>= 0.6.0', :git => "git://github.com/sebbacon/gettext_i18n_rails.git" -gem 'gettext', '>= 1.9.3' +gem 'gettext_i18n_rails', '>= 0.7.1' +gem 'gettext', '~> 2.3.3' gem 'json', '~> 1.5.1' gem 'mahoro' gem 'memcache-client', :require => 'memcache' diff --git a/Gemfile.lock b/Gemfile.lock index 86329ab86..0969c5794 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,10 +1,3 @@ -GIT - remote: git://github.com/sebbacon/gettext_i18n_rails.git - revision: 2616d7e76872942d6e2351974a7e3fa4c2f933e2 - specs: - gettext_i18n_rails (0.6.2) - fast_gettext - GEM remote: http://rubygems.org/ specs: @@ -30,8 +23,10 @@ GEM fakeweb (1.3.0) fast_gettext (0.6.8) fastercsv (1.5.5) - gettext (2.2.1) + gettext (2.3.3) locale + gettext_i18n_rails (0.7.1) + fast_gettext (>= 0.4.8) highline (1.6.13) hoe (3.0.8) rake (~> 0.8) @@ -110,8 +105,8 @@ DEPENDENCIES fakeweb fast_gettext (>= 0.6.0) fastercsv (>= 1.5.5) - gettext (>= 1.9.3) - gettext_i18n_rails (>= 0.6.0)! + gettext (~> 2.3.3) + gettext_i18n_rails (>= 0.7.1) json (~> 1.5.1) locale (>= 2.0.5) mahoro |