Skip to content

Commit

Permalink
Removing currently unused gems
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Seaver committed May 3, 2012
1 parent ef344d6 commit 8488dea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions postgres_ext.gemspec
Expand Up @@ -19,9 +19,7 @@ Gem::Specification.new do |gem|

gem.add_development_dependency 'rails', '~> 3.2.0'
gem.add_development_dependency 'rspec-rails', '~> 2.9.0'
gem.add_development_dependency 'capybara', '~> 1.1.2'
gem.add_development_dependency 'bourne', '~> 1.1.2'
gem.add_development_dependency 'factory_girl_rails', '~> 3.2.0'
gem.add_development_dependency 'pg', '~> 0.13.2'
gem.add_development_dependency 'debugger', '~> 1.1.2' if RUBY_VERSION == '1.9.3'
gem.add_development_dependency 'fivemat'
Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Expand Up @@ -3,7 +3,6 @@
require File.expand_path('../dummy/config/environment.rb', __FILE__)

require 'rspec/rails'
require 'factory_girl_rails'
require 'debugger'
require 'bourne'

Expand Down

0 comments on commit 8488dea

Please sign in to comment.