Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Fix for 1 vulnerabilities #56

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spec/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ source 'https://rubygems.org'
gem 'rspec','3.9.0'
gem 'rspec-retry'
gem 'poltergeist', '>= 1.18.1'
gem 'capybara', '>= 3.25.0'
gem 'capybara', '>= 3.31.0'
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bundler/OrderedGems: Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem capybara should appear before poltergeist.

gem 'coveralls', '>= 0.8.23', require: false
10 changes: 5 additions & 5 deletions spec/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GEM
specs:
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
capybara (3.31.0)
capybara (3.32.1)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
Expand All @@ -29,11 +29,11 @@ GEM
capybara (>= 2.1, < 4)
cliver (~> 0.3.1)
websocket-driver (>= 0.2.0)
public_suffix (4.0.3)
rack (2.1.1)
public_suffix (4.0.5)
rack (2.2.2)
rack-test (1.1.0)
rack (>= 1.0, < 3)
regexp_parser (1.6.0)
regexp_parser (1.7.0)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
Expand Down Expand Up @@ -70,7 +70,7 @@ PLATFORMS
ruby

DEPENDENCIES
capybara (>= 3.25.0)
capybara (>= 3.31.0)
coveralls (>= 0.8.23)
poltergeist (>= 1.18.1)
rspec (= 3.9.0)
Expand Down