Skip to content

Commit

Permalink
added 'rake' as a development gem so we can 'bundle exec rake -T'
Browse files Browse the repository at this point in the history
  • Loading branch information
jashmenn committed Oct 5, 2012
1 parent f3f1881 commit 9f48b33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activeuuid.gemspec
Expand Up @@ -16,6 +16,7 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_development_dependency "rake"
s.add_development_dependency "rspec"
s.add_development_dependency "activesupport"
s.add_development_dependency "database_cleaner"
Expand Down

0 comments on commit 9f48b33

Please sign in to comment.