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

Ml fix gem vulnerabilities #4

Merged
merged 2 commits into from
Jan 26, 2017
Merged
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
32 changes: 15 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ GEM
rack (~> 1.6)
rack-test (~> 0.6.2)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.1)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (4.2.7.1)
activesupport (= 4.2.7.1)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.1)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
activejob (4.2.7.1)
activesupport (= 4.2.7.1)
globalid (>= 0.3.0)
Expand Down Expand Up @@ -70,7 +70,7 @@ GEM
bootstrap-select-rails (1.6.3)
bootstrap3-datetimepicker-rails (4.17.37)
momentjs-rails (>= 2.8.1)
builder (3.2.2)
builder (3.2.3)
capistrano (3.4.0)
i18n
rake (>= 10.0.0)
Expand Down Expand Up @@ -212,11 +212,11 @@ GEM
jbuilder (2.2.16)
activesupport (>= 3.0.0, < 5)
multi_json (~> 1.2)
jquery-rails (4.0.3)
rails-dom-testing (~> 1.0)
jquery-rails (4.2.2)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (1.8.3)
json (1.8.6)
launchy (2.4.3)
addressable (~> 2.3)
libv8 (3.16.14.15)
Expand All @@ -227,7 +227,7 @@ GEM
method_source (0.8.2)
mime-types (2.6.2)
mini_portile2 (2.1.0)
minitest (5.9.0)
minitest (5.10.1)
momentjs-rails (2.10.2)
railties (>= 3.1)
multi_json (1.11.0)
Expand All @@ -238,9 +238,8 @@ GEM
net-ssh (>= 2.6.5)
net-ssh (2.9.2)
netrc (0.10.3)
nokogiri (1.6.8)
nokogiri (1.6.8.1)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
omniauth (1.2.2)
hashie (>= 1.2, < 4)
rack (~> 1.0)
Expand All @@ -254,7 +253,6 @@ GEM
request_store (~> 1.1.0)
paranoia (2.1.2)
activerecord (~> 4.0)
pkg-config (1.1.7)
progress_bar (1.0.3)
highline (~> 1.6.1)
options (~> 2.3.0)
Expand All @@ -264,11 +262,11 @@ GEM
slop (~> 3.4)
puma (2.11.3)
rack (>= 1.1, < 2.0)
rack (1.6.4)
rack (1.6.5)
rack-accept (0.4.5)
rack (>= 0.4)
rack-mini-profiler (0.9.3)
rack (>= 1.1.3)
rack-mini-profiler (0.10.1)
rack (>= 1.2.0)
rack-mount (0.8.3)
rack (>= 1.0.0)
rack-test (0.6.3)
Expand All @@ -286,9 +284,9 @@ GEM
sprockets-rails
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.7)
rails-dom-testing (1.0.8)
activesupport (>= 4.2.0.beta, < 5.0)
nokogiri (~> 1.6.0)
nokogiri (~> 1.6)
rails-deprecated_sanitizer (>= 1.0.1)
rails-erd (1.5.0)
activerecord (>= 3.2)
Expand All @@ -302,7 +300,7 @@ GEM
activesupport (= 4.2.7.1)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (11.1.2)
rake (12.0.0)
rdoc (4.2.0)
json (~> 1.4)
ref (1.0.5)
Expand Down Expand Up @@ -382,7 +380,7 @@ GEM
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0)
rack (~> 1.0)
thor (0.19.1)
thor (0.19.4)
thread_safe (0.3.5)
tilt (1.4.1)
timecop (0.7.4)
Expand Down