diff --git a/Gemfile b/Gemfile index 6f1ec1be0..33541b362 100644 --- a/Gemfile +++ b/Gemfile @@ -65,7 +65,7 @@ gem 'acts_as_api', '0.4.1 ' # localization gem 'i18n-inflector-rails', '~> 1.0' -gem 'rails-i18n', :git => "https://github.com/svenfuchs/rails-i18n.git" +gem 'rails-i18n', '0.7.0' # parsing diff --git a/Gemfile.lock b/Gemfile.lock index c7e2681a4..83eb60826 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -14,13 +14,6 @@ GIT markerb (1.0.0) redcarpet (>= 2.0) -GIT - remote: https://github.com/svenfuchs/rails-i18n.git - revision: 855edc0e265a6d36fe5f62a886b2f0de455dd92a - specs: - rails-i18n (0.6.6) - i18n (~> 0.5) - GEM remote: http://rubygems.org/ specs: @@ -306,6 +299,8 @@ GEM activesupport (= 3.2.8) bundler (~> 1.0) railties (= 3.2.8) + rails-i18n (0.7.0) + i18n (~> 0.5) rails_admin (0.2.0) bootstrap-sass (~> 2.1) builder (~> 3.0) @@ -475,7 +470,7 @@ DEPENDENCIES rack-rewrite (= 1.3.1) rack-ssl (= 1.3.2) rails (= 3.2.8) - rails-i18n! + rails-i18n (= 0.7.0) rails_admin (= 0.2.0) rails_autolink (= 1.0.9) rb-inotify (= 0.8.8)