mirror of https://github.com/rails/rails
Use the released beta of i18n
This commit is contained in:
parent
d424df0a90
commit
c9cd532ba6
1
Gemfile
1
Gemfile
|
@ -16,7 +16,6 @@ gem 'rails-html-sanitizer', github: 'rails/rails-html-sanitizer'
|
|||
#temporary gem until a new version of loofah is released
|
||||
gem 'loofah', github: 'kaspth/loofah', branch: 'single-scrub'
|
||||
gem 'sprockets-rails', github: 'rails/sprockets-rails', branch: 'master'
|
||||
gem 'i18n', github: 'svenfuchs/i18n', branch: 'master'
|
||||
|
||||
# require: false so bcrypt is loaded only when has_secure_password is used.
|
||||
# This is to avoid ActiveModel (and by extension the entire framework)
|
||||
|
|
|
@ -20,7 +20,7 @@ Gem::Specification.new do |s|
|
|||
|
||||
s.rdoc_options.concat ['--encoding', 'UTF-8']
|
||||
|
||||
s.add_dependency 'i18n', '>= 0.7.0.dev', '< 0.8'
|
||||
s.add_dependency 'i18n', '>= 0.7.0.beta1', '< 0.8'
|
||||
s.add_dependency 'json', '~> 1.7', '>= 1.7.7'
|
||||
s.add_dependency 'tzinfo', '~> 1.1'
|
||||
s.add_dependency 'minitest', '~> 5.1'
|
||||
|
|
Loading…
Reference in New Issue