Skip to content

Commit

Permalink
Use the railties dependencies instead of Rails dependencies. Avoid to…
Browse files Browse the repository at this point in the history
… have too much dependence useless, like ActiveRecord if you not use it.
  • Loading branch information
shingara committed Jun 19, 2012
1 parent 45d06cb commit 86a842b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion i18n-country-translations.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY

s.add_dependency('i18n', '~> 0.5')
s.add_dependency "rails", ">= 3.0.0"
s.add_dependency "railties", ">= 3.0.0"
s.add_development_dependency "rspec-rails", ">= 2.7.0"
s.add_development_dependency "i18n-spec", ">= 0.1.1"
s.add_development_dependency "spork", "~> 1.0rc"
Expand Down

0 comments on commit 86a842b

Please sign in to comment.