Fix globalize3 Git URL

pull/489/merge
Michael Frister 11 years ago
parent 615d425a0b
commit 66a05af752
  1. 2
      Gemfile
  2. 2
      Gemfile.lock

@ -36,7 +36,7 @@ gem "rdoc", ">= 2.4.2"
# Needed only on RUBY_VERSION = 1.8, ruby 1.9+ compatible interpreters should bring their csv
gem "fastercsv", "~> 1.5.0", :platforms => [:ruby_18, :jruby, :mingw_18]
# master includes the uniqueness validator, formerly patched in config/initializers/globalize3_patch.rb
gem 'globalize3', :git => 'https://github.com/svenfuchs/globalize3.git'
gem 'globalize3', :git => 'https://github.com/globalize/globalize.git'
gem "delayed_job_active_record" # that's how delayed job's readme recommends it
# TODO: adds #auto_link which was deprecated in rails 3.1

@ -19,7 +19,7 @@ GIT
prototype_legacy_helper (0.0.0)
GIT
remote: https://github.com/svenfuchs/globalize3.git
remote: https://github.com/globalize/globalize.git
revision: ab69160adc66d23b8d34aedc3ea9bfc724207494
specs:
globalize3 (0.3.0)

Loading…
Cancel
Save