Skip to content

Commit

Permalink
Gems updated resolving deprecation warnings (#424)
Browse files Browse the repository at this point in the history
* Travis NPM Set to 5.3.x
  • Loading branch information
reconstructions authored and justin808 committed Nov 21, 2017
1 parent 78466fb commit 5fc543e
Show file tree
Hide file tree
Showing 15 changed files with 284 additions and 271 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -26,7 +26,7 @@ install:
- bundle install
- chromedriver-update
- nvm install stable && nvm alias default stable
- npm install npm@latest -g
- npm install -g npm@5.3.x
- npm install -g yarn
- npm --version
- yarn install
Expand Down
13 changes: 7 additions & 6 deletions Gemfile
Expand Up @@ -29,7 +29,7 @@ gem "coffee-rails"

# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem "jbuilder"
gem "redis"
gem "redis", "3.3.3"

# bundle exec rake doc:rails generates the API under doc/api.
gem "sdoc", group: :doc
Expand Down Expand Up @@ -65,7 +65,7 @@ group :development, :test do

################################################################################
# Manage application processes
gem "factory_girl_rails"
gem "factory_bot_rails"
gem "foreman"

################################################################################
Expand All @@ -92,16 +92,17 @@ group :development, :test do
end

group :test do
gem "capybara"
gem "capybara", "2.13.0"
gem "capybara-screenshot"
gem "capybara-webkit"
gem "capybara-webkit", "1.14.0"
gem "chromedriver-helper"
gem "coveralls", require: false
gem "database_cleaner"
gem "generator_spec"
gem "launchy"
gem "poltergeist"
gem "rspec-rails", "~> 3.6"
gem "rails_best_practices"
gem "rspec-rails", "3.6.1"
gem "rspec-retry"
gem "selenium-webdriver", "<3.0.0"
gem "selenium-webdriver"
end

0 comments on commit 5fc543e

Please sign in to comment.