Skip to content

Commit

Permalink
moved dependencies on gemspec + spec green
Browse files Browse the repository at this point in the history
bump to capybara 2 and selenium webdriver

removed unused dependency

Fixes #118
  • Loading branch information
sbounmy authored and Jeff Dutil committed Aug 18, 2013
1 parent b2b82f1 commit 6a50345
Show file tree
Hide file tree
Showing 7 changed files with 141 additions and 162 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
spec/dummy

.sass-cache
*.swp
27 changes: 0 additions & 27 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,33 +1,6 @@
source 'http://rubygems.org'

gem 'json'
gem 'sqlite3'
gem 'mysql2'
gem 'pg'
gem 'multi_json', "1.2.0"
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', "~> 3.2"
gem 'coffee-rails', "~> 3.2"
end

group :test do
gem 'rspec-rails', '~> 2.12.2'
gem 'factory_girl_rails', '~> 1.7.0'
gem 'email_spec', '~> 1.2.1'

gem 'ffaker'
gem 'shoulda-matchers', '~> 1.0.0'
gem 'capybara', '1.1.3'
gem 'database_cleaner', '0.9.1'
gem 'selenium-webdriver', '2.32.0'
gem 'launchy'
# gem 'debugger'
end

gem 'spree', :github => "spree/spree", :branch => "1-3-stable"
gem 'pry'

gemspec

Expand Down
Loading

0 comments on commit 6a50345

Please sign in to comment.