diff options
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -46,7 +46,7 @@ gem 'fast_gettext' gem 'gettext_i18n_rails' gem 'gettext' -gem 'globalize3', :git => 'git://github.com/globalize/globalize.git', :ref => '5fd95f2389dff1' +gem 'globalize3', :git => 'git://github.com/mysociety/globalize.git', :branch => 'henare' gem 'locale' gem 'routing-filter' gem 'unicode' diff --git a/Gemfile.lock b/Gemfile.lock index 989920a72..385056255 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GIT - remote: git://github.com/globalize/globalize.git - revision: 5fd95f2389dff13c9368fb2e08c96c8a48798c72 - ref: 5fd95f2389dff1 + remote: git://github.com/mysociety/globalize.git + revision: 2931f559cbed8843ab7d16278d70ce99a0239132 + branch: henare specs: globalize3 (0.3.0) activemodel (>= 3.0.0) |