Skip to content

Commit

Permalink
fix: guide/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-ACTIVESUPPORT-569598
  • Loading branch information
snyk-bot authored and mebibou committed May 19, 2020
1 parent ef8724e commit 605b8b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions guide/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ ruby '>=2.3.1'
source 'https://rubygems.org'

# Middleman
gem 'middleman', '~>4.2.1'
gem 'middleman', '~> 4.2.1'
gem 'middleman-syntax', '~> 3.0.0'
gem 'middleman-autoprefixer', '~> 2.7.0'
gem 'middleman-sprockets', '~> 4.1.0'
gem 'middleman-autoprefixer', '~> 2.7.1'
gem 'middleman-sprockets', '~> 4.1.1'
gem 'rouge', '~> 2.0.5'
gem 'redcarpet', '~> 3.4.0'
gem 'nokogiri', '~> 1.8.5'
Expand Down

0 comments on commit 605b8b3

Please sign in to comment.