-
Notifications
You must be signed in to change notification settings - Fork 2
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 #40
base: master
Are you sure you want to change the base?
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-3356639
gem 'codeclimate-test-reporter', '~> 0.6.0', require: nil | ||
gem 'database_cleaner', '~> 1.5' | ||
gem 'factory_girl_rails', '~> 4.7' | ||
gem 'factory_girl_rails', '~> 4.9', '>= 4.9.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
gem 'capybara-webkit', '~> 1.15' | ||
gem 'capybara', '~> 3.31', '>= 3.31.0' | ||
gem 'capybara-screenshot', '~> 1.0', '>= 1.0.24' | ||
gem 'capybara-webkit', '~> 1.15', '>= 1.15.1' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
gem 'capybara-screenshot', '~> 1.0' | ||
gem 'capybara-webkit', '~> 1.15' | ||
gem 'capybara', '~> 3.31', '>= 3.31.0' | ||
gem 'capybara-screenshot', '~> 1.0', '>= 1.0.24' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
gem 'capybara', '~> 3.3' | ||
gem 'capybara-screenshot', '~> 1.0' | ||
gem 'capybara-webkit', '~> 1.15' | ||
gem 'capybara', '~> 3.31', '>= 3.31.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
end | ||
|
||
group :development, :test do | ||
gem 'ffaker', '~> 2.2' | ||
gem 'jazz_fingers', '~> 4.0' | ||
gem 'rspec-rails', '~> 3.5' | ||
gem 'rspec-rails', '~> 3.7', '>= 3.7.2' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
@@ -46,7 +46,7 @@ gem 'readthis', '~> 2.2' # cool new redis client http://sorentwo.com/2015/07/20/ | |||
gem 'mandrill-api', '~> 1.0.53' | |||
|
|||
# background jobs | |||
gem 'sidekiq', '~> 5.1' | |||
gem 'sidekiq', '~> 5.1', '>= 5.1.3' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
gem 'jquery-turbolinks', '~> 2.1.0' | ||
gem 'nav_lynx', '~> 1.1.1' | ||
gem 'sass-rails', '~> 5.0' | ||
gem 'sass-rails', '~> 5.0', '>= 5.0.7' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
gem 'compass', '~> 1.0.3' | ||
gem 'hamlit', '~> 2.7' | ||
gem 'jquery-rails', '~> 4.2' | ||
gem 'jquery-rails', '~> 4.3', '>= 4.3.3' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
|
||
# front-end | ||
gem 'bootstrap-sass', '~> 3.4.1' | ||
gem 'bourbon', '~> 4.2.7' | ||
gem 'bower', '~> 0.0.5' | ||
gem 'coffee-rails', '~> 4.2' | ||
gem 'coffee-rails', '~> 4.2', '>= 4.2.2' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
@@ -1,19 +1,19 @@ | |||
source 'https://rubygems.org' | |||
ruby '2.5.1' | |||
|
|||
gem 'rails', '~> 4.2' | |||
gem 'rails', '~> 5.0', '>= 5.0.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style/StringLiterals: Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
This PR was automatically created by Snyk using the credentials of a real user.
Snyk has created this PR to fix one or more vulnerable packages in the `rubygems` dependencies of this project.
Changes included in this PR
Vulnerabilities that will be fixed
With an upgrade:
Why? Recently disclosed, Has a fix available, CVSS 7.5
SNYK-RUBY-RACK-3356639
(*) Note that the real score may have changed since the PR was raised.
Check the changes in this PR to ensure they won't cause issues with your project.
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
🛠 Adjust project settings
📚 Read more about Snyk's upgrade and patch logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Denial of Service (DoS)