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 #649

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source 'https://rubygems.org'
# Ruby version
ruby '2.6.0'
# Rails version
gem 'rails', '~> 5.2'
gem 'rails', '~> 5.2', '>= 5.2.3'
# Use postgres as database
gem 'pg'
# Use Puma as the app server
Expand Down Expand Up @@ -38,7 +38,7 @@ gem 'mini_racer', platforms: :ruby

group :development do
# Favicon set
gem 'rails_real_favicon', '>= 0.0.7'
gem 'rails_real_favicon', '>= 0.1.0'
# Generate Entity-Relationship Diagram
gem 'rails-erd', require: false
end
Expand All @@ -58,7 +58,7 @@ gem 'rubyzip', '>= 1.2.1'
# Axlsx dependency
gem 'caxlsx'
# Force loofah update
gem 'loofah', '>= 2.3.1'
gem 'loofah', '>= 2.5.0'

group :test do
# Test coverage
Expand Down