Require i18n-js 3.0.0.rc5.3 for proper dependency on configuration
This commit is contained in:
parent
f3af824f61
commit
4bd573b0ae
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -45,7 +45,7 @@ gem 'composite_primary_keys', '>= 6.0.1'
|
|||
gem 'http_accept_language', '~> 2.0.0'
|
||||
gem 'paperclip', '~> 3.0'
|
||||
gem 'deadlock_retry', '>= 1.2.0'
|
||||
gem 'openstreetmap-i18n-js', '>= 3.0.0.rc5.2', :require => 'i18n-js'
|
||||
gem 'openstreetmap-i18n-js', '>= 3.0.0.rc5.3', :require => 'i18n-js'
|
||||
gem 'rack-cors'
|
||||
gem 'actionpack-page_caching'
|
||||
|
||||
|
|
|
@ -98,7 +98,7 @@ GEM
|
|||
rack (~> 1.2)
|
||||
open_id_authentication (1.2.0)
|
||||
rack-openid (~> 1.3)
|
||||
openstreetmap-i18n-js (3.0.0.rc5.2)
|
||||
openstreetmap-i18n-js (3.0.0.rc5.3)
|
||||
i18n
|
||||
paperclip (3.5.2)
|
||||
activemodel (>= 3.0.0)
|
||||
|
@ -191,7 +191,7 @@ DEPENDENCIES
|
|||
minitest (~> 4.7.0)
|
||||
oauth-plugin (>= 0.5.1)
|
||||
open_id_authentication (>= 1.1.0)
|
||||
openstreetmap-i18n-js (>= 3.0.0.rc5.2)
|
||||
openstreetmap-i18n-js (>= 3.0.0.rc5.3)
|
||||
paperclip (~> 3.0)
|
||||
pg
|
||||
psych
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue