Skip to content

Commit

Permalink
Adding back the necessary rake and rspec dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danmcclain committed Nov 28, 2013
1 parent b7aac65 commit c739c45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions postgres_ext.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ Gem::Specification.new do |gem|
gem.add_dependency 'arel', '~> 4.0.1'
gem.add_dependency 'pg_array_parser', '~> 0.0.9'

gem.add_development_dependency 'rake', '~> 10.1.0'
gem.add_development_dependency 'rspec-core', '~> 2.12.2'
gem.add_development_dependency 'rspec-expectations', '~> 2.12.1'
gem.add_development_dependency 'bourne', '~> 1.3.0'
gem.add_development_dependency 'database_cleaner'
gem.add_development_dependency 'dotenv'
Expand Down

0 comments on commit c739c45

Please sign in to comment.