aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenare Degan <henare.degan@gmail.com>2013-01-24 15:53:38 +1100
committerHenare Degan <henare.degan@gmail.com>2013-01-24 16:01:27 +1100
commit026a3a8bc26b461dcce4e8aaf69b67e61ec20a6a (patch)
tree82ce48cc8aeda3a249564c1eedcc8ff19d4040f0
parent1184061cb54853dad2304b90552d359cc51792b2 (diff)
globalize3 had a bug that affects us so temporarily switch to a fork
-rw-r--r--Gemfile3
-rw-r--r--Gemfile.lock16
2 files changed, 13 insertions, 6 deletions
diff --git a/Gemfile b/Gemfile
index a781d9241..1a9b9e307 100644
--- a/Gemfile
+++ b/Gemfile
@@ -39,7 +39,8 @@ gem 'capistrano'
gem 'syslog_protocol'
gem 'newrelic_rpm'
gem 'tmail'
-gem 'globalize3'
+# Use until this PR is merged: https://github.com/svenfuchs/globalize3/pull/191
+gem 'globalize3', :git => 'git://github.com/henare/globalize3.git', :branch => 'not-null-empty-attributes'
gem 'acts_as_versioned'
group :test do
diff --git a/Gemfile.lock b/Gemfile.lock
index 7909b0b09..d80389c14 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,3 +1,13 @@
+GIT
+ remote: git://github.com/henare/globalize3.git
+ revision: 2931f559cbed8843ab7d16278d70ce99a0239132
+ branch: not-null-empty-attributes
+ specs:
+ globalize3 (0.3.0)
+ activemodel (>= 3.0.0)
+ activerecord (>= 3.0.0)
+ paper_trail (~> 2)
+
GEM
remote: http://rubygems.org/
specs:
@@ -62,10 +72,6 @@ GEM
locale
gettext_i18n_rails (0.8.0)
fast_gettext (>= 0.4.8)
- globalize3 (0.3.0)
- activemodel (>= 3.0.0)
- activerecord (>= 3.0.0)
- paper_trail (~> 2)
haml (3.1.7)
highline (1.6.15)
hoe (3.3.1)
@@ -216,7 +222,7 @@ DEPENDENCIES
fastercsv (>= 1.5.5)
gettext (~> 2.3.3)
gettext_i18n_rails (>= 0.7.1)
- globalize3
+ globalize3!
json (~> 1.5.1)
locale (>= 2.0.5)
mahoro