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 2 vulnerable dependencies #87

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 7 additions & 7 deletions services/api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

source 'https://rubygems.org'

gem 'rails', '~> 4.2'
gem 'responders', '~> 2.0'
gem 'rails', '~> 4.2', '>= 4.2.11.1'
gem 'responders', '~> 2.4', '>= 2.4.0'
gem 'protected_attributes'

group :test, :development do
gem 'factory_bot_rails'
gem 'factory_bot_rails', '>= 4.11.1'
gem 'database_cleaner'
gem 'ruby-prof'
# Note: "require: false" here tells bunder not to automatically
Expand Down Expand Up @@ -37,12 +37,12 @@ gem 'multi_json'
gem 'oj'

# for building assets
gem 'sass-rails', '~> 4.0'
gem 'coffee-rails', '~> 4.0'
gem 'sass-rails', '~> 4.0', '>= 4.0.5'
gem 'coffee-rails', '~> 4.2', '>= 4.2.2'
gem 'therubyracer'
gem 'uglifier', '~> 2.0'

gem 'jquery-rails'
gem 'jquery-rails', '>= 4.3.3'

gem 'rvm-capistrano', :group => :test

Expand All @@ -68,7 +68,7 @@ gem 'httpclient'

gem 'sshkey'
gem 'safe_yaml'
gem 'lograge'
gem 'lograge', '>= 0.10.0'
gem 'logstash-event'

gem 'rails-observers'
Expand Down
96 changes: 48 additions & 48 deletions services/api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,37 +8,37 @@ GIT
GEM
remote: https://rubygems.org/
specs:
actionmailer (4.2.11)
actionpack (= 4.2.11)
actionview (= 4.2.11)
activejob (= 4.2.11)
actionmailer (4.2.11.1)
actionpack (= 4.2.11.1)
actionview (= 4.2.11.1)
activejob (= 4.2.11.1)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 1.0, >= 1.0.5)
actionpack (4.2.11)
actionview (= 4.2.11)
activesupport (= 4.2.11)
actionpack (4.2.11.1)
actionview (= 4.2.11.1)
activesupport (= 4.2.11.1)
rack (~> 1.6)
rack-test (~> 0.6.2)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (4.2.11)
activesupport (= 4.2.11)
actionview (4.2.11.1)
activesupport (= 4.2.11.1)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (4.2.11)
activesupport (= 4.2.11)
activejob (4.2.11.1)
activesupport (= 4.2.11.1)
globalid (>= 0.3.0)
activemodel (4.2.11)
activesupport (= 4.2.11)
activemodel (4.2.11.1)
activesupport (= 4.2.11.1)
builder (~> 3.1)
activerecord (4.2.11)
activemodel (= 4.2.11)
activesupport (= 4.2.11)
activerecord (4.2.11.1)
activemodel (= 4.2.11.1)
activesupport (= 4.2.11.1)
arel (~> 6.0)
activerecord-deprecated_finders (1.0.4)
activesupport (4.2.11)
activesupport (4.2.11.1)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
Expand Down Expand Up @@ -85,7 +85,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.4)
concurrent-ruby (1.1.5)
crass (1.0.4)
curb (0.9.8)
cure-google-api-client (0.8.7.1)
Expand All @@ -104,17 +104,17 @@ GEM
eventmachine (1.2.6)
execjs (2.7.0)
extlib (0.9.16)
factory_bot (4.11.1)
activesupport (>= 3.0.0)
factory_bot_rails (4.11.1)
factory_bot (~> 4.11.1)
railties (>= 3.0.0)
factory_bot (5.0.2)
activesupport (>= 4.2.0)
factory_bot_rails (5.0.1)
factory_bot (~> 5.0.0)
railties (>= 4.2.0)
faraday (0.12.2)
multipart-post (>= 1.2, < 3)
faye-websocket (0.10.7)
eventmachine (>= 0.12.0)
websocket-driver (>= 0.5.1)
globalid (0.4.1)
globalid (0.4.2)
activesupport (>= 4.2.0)
googleauth (0.8.0)
faraday (~> 0.12)
Expand Down Expand Up @@ -166,7 +166,7 @@ GEM
net-ssh (4.2.0)
net-ssh-gateway (2.0.0)
net-ssh (>= 4.0.0)
nokogiri (1.9.1)
nokogiri (1.10.1)
mini_portile2 (~> 2.4.0)
oauth2 (1.4.0)
faraday (>= 0.8, < 0.13)
Expand Down Expand Up @@ -194,16 +194,16 @@ GEM
rack (1.6.11)
rack-test (0.6.3)
rack (>= 1.0)
rails (4.2.11)
actionmailer (= 4.2.11)
actionpack (= 4.2.11)
actionview (= 4.2.11)
activejob (= 4.2.11)
activemodel (= 4.2.11)
activerecord (= 4.2.11)
activesupport (= 4.2.11)
rails (4.2.11.1)
actionmailer (= 4.2.11.1)
actionpack (= 4.2.11.1)
actionview (= 4.2.11.1)
activejob (= 4.2.11.1)
activemodel (= 4.2.11.1)
activerecord (= 4.2.11.1)
activesupport (= 4.2.11.1)
bundler (>= 1.3.0, < 2.0)
railties (= 4.2.11)
railties (= 4.2.11.1)
sprockets-rails
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
Expand All @@ -215,18 +215,18 @@ GEM
loofah (~> 2.2, >= 2.2.2)
rails-observers (0.1.5)
activemodel (>= 4.0)
railties (4.2.11)
actionpack (= 4.2.11)
activesupport (= 4.2.11)
railties (4.2.11.1)
actionpack (= 4.2.11.1)
activesupport (= 4.2.11.1)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (12.3.2)
ref (2.0.0)
request_store (1.4.1)
rack (>= 1.4)
responders (2.4.0)
actionpack (>= 4.2.0, < 5.3)
railties (>= 4.2.0, < 5.3)
responders (2.4.1)
actionpack (>= 4.2.0, < 6.0)
railties (>= 4.2.0, < 6.0)
retriable (1.4.1)
ruby-prof (0.17.0)
rvm-capistrano (1.5.6)
Expand Down Expand Up @@ -288,13 +288,13 @@ DEPENDENCIES
andand
arvados (>= 1.3.1.20190301212059)
arvados-cli
coffee-rails (~> 4.0)
coffee-rails (~> 4.2, >= 4.2.2)
database_cleaner
factory_bot_rails
factory_bot_rails (>= 4.11.1)
faye-websocket
httpclient
jquery-rails
lograge
jquery-rails (>= 4.3.3)
lograge (>= 0.10.0)
logstash-event
mocha
multi_json
Expand All @@ -304,13 +304,13 @@ DEPENDENCIES
passenger
pg (~> 0.18)
protected_attributes
rails (~> 4.2)
rails (~> 4.2, >= 4.2.11.1)
rails-observers
responders (~> 2.0)
responders (~> 2.4, >= 2.4.0)
ruby-prof
rvm-capistrano
safe_yaml
sass-rails (~> 4.0)
sass-rails (~> 4.0, >= 4.0.5)
simplecov (~> 0.7.1)
simplecov-rcov
sshkey
Expand All @@ -322,4 +322,4 @@ DEPENDENCIES
uglifier (~> 2.0)

BUNDLED WITH
1.17.2
1.17.3