Skip to content

Commit

Permalink
fix: api/Gemfile & api/Gemfile.lock to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot authored and textbook committed May 12, 2020
1 parent 59c96de commit d7240eb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ source 'https://rubygems.org'

ruby '2.6.3'

gem 'rails', '>= 5.2.2.1'
gem 'rails', '>= 5.2.4.2'

gem 'activeadmin', '>= 1.4.3'
gem 'activeadmin', '>= 2.2.0'
gem 'addressable'
gem 'bcrypt'
gem 'cf-app-utils'
gem 'devise', '>= 4.7.1'
gem 'friendly_id'
gem 'inherited_resources', '>= 1.9.0'
gem 'inherited_resources', '>= 1.11.0'
gem 'jbuilder'
gem 'premailer-rails', '>= 1.10.2'
gem 'premailer-rails', '>= 1.10.3'
gem 'puma', '>= 3.12.4'
gem 'rack-cors', '>= 1.0.5', require: 'rack/cors'
gem 'rack-ssl'
Expand All @@ -51,7 +51,7 @@ gem 'uglifier'
gem 'jwt'

group :development, :test do
gem 'dotenv-rails', '>= 2.7.0'
gem 'dotenv-rails', '>= 2.7.5'
gem 'pry'
gem 'pry-byebug'
gem 'rspec-rails', '>= 3.8.2'
Expand Down

0 comments on commit d7240eb

Please sign in to comment.