Skip to content

Commit

Permalink
Merge pull request #4 from bmic-development/ml-fix_gem_vulnerabilities
Browse files Browse the repository at this point in the history
Ml fix gem vulnerabilities
  • Loading branch information
jleonardw9 committed Jan 26, 2017
2 parents 1318e07 + f9b1c3f commit b7e9832
Showing 1 changed file with 15 additions and 17 deletions.
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

0 comments on commit b7e9832

Please sign in to comment.