mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 11:16:00 +02:00
fixing deploy rake
This commit is contained in:
parent
a23ed38e5d
commit
7c8e7e22af
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -84,8 +84,8 @@ group :development, :test do
|
|||
# For feature testing
|
||||
# gem 'capybara-webkit', '1.2.0' # Webkit driver didn't work with turbolinks
|
||||
gem 'phantomjs-binaries', '~> 1.9.2.4'
|
||||
gem 'phantomjs', '~> 1.9.7.1', require: 'phantomjs/poltergeist'
|
||||
gem 'poltergeist', '~> 1.5.1' # We are using PhantomJS instead
|
||||
gem 'phantomjs', '~> 1.9.7.1'
|
||||
|
||||
# For cleaning db in feature and epp tests
|
||||
gem 'database_cleaner', '~> 1.3.0'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue