Skip to content

Commit

Permalink
fix: Gemfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-ACTIONVIEW-560837
  • Loading branch information
snyk-bot committed Mar 21, 2020
1 parent 1fcb222 commit 83bd32c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

ruby '2.6.2'

gem 'rails', '5.2.3'
gem 'rails', '5.2.4.2'

gem 'coffee-rails', '~> 4.2.2'
gem 'uglifier', '~> 3.2.0'
Expand Down Expand Up @@ -55,7 +55,7 @@ gem 'devise-encryptable', '~> 0.2.0'
gem "omniauth-facebook", '~> 5.0.0'
gem "omniauth-google-oauth2", '>= 0.6.0'
gem "omniauth-linkedin-oauth2", '>= 1.0.0'
gem "omniauth-rails_csrf_protection", '~> 0.1.2'
gem "omniauth-rails_csrf_protection", "~> 0.1.2"

# Dynamic form adds helpers that are needed, e.g. error_messages
gem 'dynamic_form', '~> 1.1.4'
Expand All @@ -71,7 +71,7 @@ gem 'mercury-rails',
gem 'countries', '~> 2.0.8'
gem "mail_view", '~> 2.0.4'
gem 'statesman', '~> 2.0.1'
gem "premailer-rails", '~> 1.10.3'
gem "premailer-rails", "~> 1.10.3"
gem "css_parser", '~> 1.7.0'
gem 'stringex', '~> 2.7.1'
gem 'paypal-sdk-permissions', '~> 1.96.4'
Expand Down Expand Up @@ -130,7 +130,7 @@ end

group :test do
gem 'capybara', '~> 3.16.2'
gem "rspec-rails", '~> 3.8.2'
gem "rspec-rails", "~> 3.8.2"

gem 'cucumber-rails', '~> 1.6.0', require: false # require: false is needed for cucumber-rails

Expand Down

0 comments on commit 83bd32c

Please sign in to comment.