Skip to content

Commit

Permalink
Can't infer test dependencies from gemspec because there's no such th…
Browse files Browse the repository at this point in the history
…ing as add_test_dependency
  • Loading branch information
sferik committed Sep 13, 2010
1 parent dc3355e commit 84f21a2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Gemfile
@@ -1,3 +1,20 @@
source 'http://rubygems.org'

gemspec

# Bundle gems for the local environment. Make sure to
# put test-only gems in this group so their generators
# and rake tasks are available in test mode:
group :test do
gem 'activerecord', '~> 2.3', :require => 'active_record'
gem 'dm-core', '~> 1.0'
gem 'dm-aggregates', '~> 1.0'
gem 'dm-types', '~> 1.0'
gem 'dm-migrations', '~> 1.0'
gem 'dm-sqlite-adapter', '~> 1.0'
gem 'dm-validations', '~> 1.0'
gem 'rspec', '~> 1.3'
gem 'sequel', '~> 3.6.0'
gem 'sqlite3-ruby', '~> 1.3', :require => 'sqlite3'
gem 'webrat', '~> 0.7'
end

0 comments on commit 84f21a2

Please sign in to comment.