bump rails-i18n
This commit is contained in:
parent
497b822d03
commit
03f5cfcce5
2 changed files with 4 additions and 9 deletions
2
Gemfile
2
Gemfile
|
|
@ -65,7 +65,7 @@ gem 'acts_as_api', '0.4.1 '
|
||||||
# localization
|
# localization
|
||||||
|
|
||||||
gem 'i18n-inflector-rails', '~> 1.0'
|
gem 'i18n-inflector-rails', '~> 1.0'
|
||||||
gem 'rails-i18n', :git => "https://github.com/svenfuchs/rails-i18n.git"
|
gem 'rails-i18n', '0.7.0'
|
||||||
|
|
||||||
# parsing
|
# parsing
|
||||||
|
|
||||||
|
|
|
||||||
11
Gemfile.lock
11
Gemfile.lock
|
|
@ -14,13 +14,6 @@ GIT
|
||||||
markerb (1.0.0)
|
markerb (1.0.0)
|
||||||
redcarpet (>= 2.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
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
|
@ -306,6 +299,8 @@ GEM
|
||||||
activesupport (= 3.2.8)
|
activesupport (= 3.2.8)
|
||||||
bundler (~> 1.0)
|
bundler (~> 1.0)
|
||||||
railties (= 3.2.8)
|
railties (= 3.2.8)
|
||||||
|
rails-i18n (0.7.0)
|
||||||
|
i18n (~> 0.5)
|
||||||
rails_admin (0.2.0)
|
rails_admin (0.2.0)
|
||||||
bootstrap-sass (~> 2.1)
|
bootstrap-sass (~> 2.1)
|
||||||
builder (~> 3.0)
|
builder (~> 3.0)
|
||||||
|
|
@ -475,7 +470,7 @@ DEPENDENCIES
|
||||||
rack-rewrite (= 1.3.1)
|
rack-rewrite (= 1.3.1)
|
||||||
rack-ssl (= 1.3.2)
|
rack-ssl (= 1.3.2)
|
||||||
rails (= 3.2.8)
|
rails (= 3.2.8)
|
||||||
rails-i18n!
|
rails-i18n (= 0.7.0)
|
||||||
rails_admin (= 0.2.0)
|
rails_admin (= 0.2.0)
|
||||||
rails_autolink (= 1.0.9)
|
rails_autolink (= 1.0.9)
|
||||||
rb-inotify (= 0.8.8)
|
rb-inotify (= 0.8.8)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue