localize without errors applying to non-string values
This commit is contained in:
parent
9ab54af5ea
commit
0d9acd3082
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -27,7 +27,7 @@ gem 'haml-rails'
|
||||||
gem 'kaminari'
|
gem 'kaminari'
|
||||||
gem 'simple_form'
|
gem 'simple_form'
|
||||||
gem 'inherited_resources'
|
gem 'inherited_resources'
|
||||||
gem 'localize_input', git: "https://github.com/bennibu/localize_input.git"
|
gem 'localize_input', git: 'https://github.com/carchrae/localize_input.git'
|
||||||
gem 'daemons'
|
gem 'daemons'
|
||||||
gem 'doorkeeper'
|
gem 'doorkeeper'
|
||||||
gem 'doorkeeper-i18n'
|
gem 'doorkeeper-i18n'
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/bennibu/localize_input.git
|
remote: https://github.com/carchrae/localize_input.git
|
||||||
revision: 5eb188d2525a073d09e142cf8b0b04e6ace6e7b0
|
revision: 597e33bb42a3b0fd58c3ea7d4f5a208c2911b43d
|
||||||
specs:
|
specs:
|
||||||
localize_input (0.1.0)
|
localize_input (0.1.0)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue