Skip to content

Commit

Permalink
Add Rake to gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Staubo committed Feb 2, 2014
1 parent 1da724f commit a830d51
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Expand Up @@ -2,3 +2,8 @@ source "http://rubygems.org"

# Specify your gem's dependencies in ar-multidb.gemspec
gemspec

group :test do
# For travis-ci.org
gem "rake"
end
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -30,6 +30,7 @@ GEM
i18n (0.6.9)
minitest (4.7.5)
multi_json (1.8.4)
rake (10.1.0)
rspec (2.14.1)
rspec-core (~> 2.14.0)
rspec-expectations (~> 2.14.0)
Expand All @@ -48,5 +49,6 @@ PLATFORMS

DEPENDENCIES
ar-multidb!
rake
rspec
sqlite3

0 comments on commit a830d51

Please sign in to comment.