Update capybara, poltergeist, spinach, rspec-rails
Showing
... | ... | @@ -134,9 +134,9 @@ end |
group :development, :test do | ||
gem 'rails-dev-tweaks' | ||
gem 'spinach-rails' | ||
gem "rspec-rails" | ||
gem "capybara" | ||
gem 'spinach-rails', '0.2.0' | ||
gem "rspec-rails", '2.12.2' | ||
gem "capybara", '2.0.2' | ||
gem "pry" | ||
gem "awesome_print" | ||
gem "database_cleaner", ref: "f89c34300e114be99532f14c115b2799a3380ac6", git: "https://github.com/bmabey/database_cleaner.git" | ||
... | ... | @@ -153,7 +153,7 @@ group :development, :test do |
gem 'rb-inotify', require: linux_only('rb-inotify') | ||
# PhantomJS driver for Capybara | ||
gem 'poltergeist', git: 'https://github.com/jonleighton/poltergeist.git', ref: '5c2e092001074a8cf09f332d3714e9ba150bc8ca' | ||
gem 'poltergeist', '1.1.0' | ||
end | ||
group :test do | ||
... | ... |
Please register or sign in to comment