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

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
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '5.2.3'
gem 'rails', '5.2.4'

# Use postgres as the database for Active Record
gem 'pg'
Expand All @@ -18,7 +18,7 @@ gem 'uglifier', '>= 1.3.0'
# gem 'therubyracer', platforms: :ruby

# Use jquery as the JavaScript library
gem 'jquery-rails'
gem 'jquery-rails', '>= 4.5.0'

# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder'
Expand All @@ -30,8 +30,8 @@ end

gem 'acts-as-taggable-on'
gem 'aws-sdk'
gem 'devise'
gem 'dotenv-rails', groups: %i[development test]
gem 'devise', '>= 4.8.0'
gem 'dotenv-rails', '>= 2.8.0', groups: %i[development test]
gem 'friendly_id'
gem 'mini_magick'
gem 'rails_12factor', group: :production
Expand Down