From 539104490ffa21ae18f2b646634c279bf9e8acb5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Jun 2018 08:36:13 +0000 Subject: [PATCH] fix: Gemfile.lock & Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-FFI-22037 --- Gemfile | 4 ++-- Gemfile.lock | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 78da13c..d939910 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem 'rails-api' gem 'settingslogic' gem 'omniauth-uaa-oauth2', git: 'https://github.com/cloudfoundry/omniauth-uaa-oauth2' gem 'nats' -gem 'sass-rails' +gem 'sass-rails', '>= 5.0.7' gem 'docker-api' gem 'tzinfo-data' @@ -19,7 +19,7 @@ group :development, :test do end group :development do - gem 'guard-rails' + gem 'guard-rails', '>= 0.8.1' gem 'shotgun' end diff --git a/Gemfile.lock b/Gemfile.lock index 9065000..af6ccc0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,7 +62,7 @@ GEM erubis (2.7.0) eventmachine (1.2.5) excon (0.62.0) - ffi (1.9.23) + ffi (1.9.25) formatador (0.2.5) globalid (0.4.1) activesupport (>= 4.2.0) @@ -108,7 +108,7 @@ GEM nats (0.8.4) eventmachine (~> 1.2, >= 1.2) nenv (0.3.0) - nokogiri (1.8.2) + nokogiri (1.8.3) mini_portile2 (~> 2.3.0) notiffany (0.1.1) nenv (~> 0.1) @@ -191,7 +191,7 @@ GEM shellany (0.0.1) shotgun (0.9.2) rack (>= 1.0) - sprockets (3.7.1) + sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) sprockets-rails (3.2.1) @@ -218,14 +218,14 @@ PLATFORMS DEPENDENCIES docker-api - guard-rails + guard-rails (>= 0.8.1) lograge nats omniauth-uaa-oauth2! rails (~> 4) rails-api rspec-rails - sass-rails + sass-rails (>= 5.0.7) settingslogic shotgun tzinfo-data