add i18n to gemspec
This commit is contained in:
parent
89c9148383
commit
1f58338d6b
@ -22,4 +22,10 @@ Gem::Specification.new do |s|
|
|||||||
s.add_development_dependency "shoulda", ">= 2.1.1"
|
s.add_development_dependency "shoulda", ">= 2.1.1"
|
||||||
s.add_development_dependency "mocha", ">= 0.9.5"
|
s.add_development_dependency "mocha", ">= 0.9.5"
|
||||||
s.add_development_dependency "rake"
|
s.add_development_dependency "rake"
|
||||||
|
|
||||||
|
# I'm not sure why this isn't installed along with activesupport,
|
||||||
|
# but for whatever reason running `bundle install` doesn't install
|
||||||
|
# i18n so I'm adding it here for now.
|
||||||
|
# https://github.com/rails/rails/blob/master/activesupport/activesupport.gemspec#L19 ?
|
||||||
|
s.add_development_dependency "i18"
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user