Skip to content

Commit

Permalink
add minimal development dependencies to gemspec
Browse files Browse the repository at this point in the history
we're using Gemfiles in ci/ in order to setup different contexts. this might change in the future. this commit includes development dependencies that are required to run core tests (the test setup will skip certain tests that require, e.g. rufus/tokyo)
  • Loading branch information
Sven Fuchs committed Nov 17, 2010
1 parent b5841f3 commit 9ca3723
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions i18n.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@ Gem::Specification.new do |s|
s.require_path = 'lib'
s.rubyforge_project = '[none]'
s.required_rubygems_version = '>= 1.3.5'

s.add_development_dependency 'activesupport', '~> 3.0.0'
s.add_development_dependency 'sqlite3-ruby'
s.add_development_dependency 'mocha'
s.add_development_dependency 'test_declarative'
end

0 comments on commit 9ca3723

Please sign in to comment.