From cc25f1aa364626c3a532dd2acf192c16a809d955 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 19 Feb 2016 09:03:53 -0500 Subject: [PATCH 1/9] Upgraded sexp_processor gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index c6fbfcf..5d66b54 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -272,7 +272,7 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) - sexp_processor (4.6.1) + sexp_processor (4.7.0) shellany (0.0.1) simplecov (0.11.2) docile (~> 1.1.0) From f4fc3ec5c48a65c0da581677209d9e9ff153290e Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sat, 20 Feb 2016 19:50:12 -0500 Subject: [PATCH 2/9] Upgraded coderay gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5d66b54..258ba99 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -75,7 +75,7 @@ GEM childprocess (0.5.9) ffi (~> 1.0, >= 1.0.11) cliver (0.3.2) - coderay (1.1.0) + coderay (1.1.1) coffee-rails (4.1.1) coffee-script (>= 2.2.0) railties (>= 4.0.0, < 5.1.x) From 936f63f262e8396c3c7d16db82fec8be0b60f119 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 22 Feb 2016 16:40:48 -0500 Subject: [PATCH 3/9] Upgraded mimi-types gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 258ba99..17e8235 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -180,7 +180,7 @@ GEM sqlite3 (~> 1.3) thin (~> 1.5.0) method_source (0.8.2) - mime-types (2.99) + mime-types (2.99.1) mini_portile2 (2.0.0) minitest (5.8.4) multi_json (1.11.2) From 93e7dcb19733d88415e07680b90f758effa0b038 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 23 Feb 2016 12:55:15 -0500 Subject: [PATCH 4/9] Upgraded sprockets-rails gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 17e8235..11e2191 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -293,7 +293,7 @@ GEM sprockets (3.5.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) - sprockets-rails (3.0.1) + sprockets-rails (3.0.2) actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) From 2c7f283cef1cd489b82881f891e2b12e411ab59b Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 24 Feb 2016 16:55:34 -0500 Subject: [PATCH 5/9] Upgrade mysql2 gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 11e2191..36ae949 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -185,7 +185,7 @@ GEM minitest (5.8.4) multi_json (1.11.2) multi_test (0.1.2) - mysql2 (0.4.2) + mysql2 (0.4.3) nenv (0.3.0) nokogiri (1.6.7.2) mini_portile2 (~> 2.0.0.rc2) From 136b8dcf63155e72b2d4c711c09ab6786ce76ab7 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 25 Feb 2016 10:10:28 -0500 Subject: [PATCH 6/9] Upgraded 4 gems --- Gemfile.lock | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 36ae949..2cfa200 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -49,14 +49,12 @@ GEM rack (>= 0.9.0) binding_of_caller (0.7.2) debug_inspector (>= 0.0.1) - brakeman (3.1.5) + brakeman (3.2.1) erubis (~> 2.6) - fastercsv (~> 1.5) haml (>= 3.0, < 5.0) highline (>= 1.6.20, < 2.0) - multi_json (~> 1.2) - ruby2ruby (>= 2.1.1, < 2.3.0) - ruby_parser (~> 3.7.0) + ruby2ruby (~> 2.3.0) + ruby_parser (~> 3.8.1) safe_yaml (>= 1.0) sass (~> 3.0) slim (>= 1.3.6, < 4.0) @@ -107,7 +105,6 @@ GEM erubis (2.7.0) eventmachine (1.0.9.1) execjs (2.6.0) - fastercsv (1.5.5) ffi (1.9.10) foreman (0.78.0) thor (~> 0.19.1) @@ -259,10 +256,10 @@ GEM rspec-core (~> 2.14.0) rspec-expectations (~> 2.14.0) rspec-mocks (~> 2.14.0) - ruby2ruby (2.2.0) + ruby2ruby (2.3.0) ruby_parser (~> 3.1) sexp_processor (~> 4.0) - ruby_parser (3.7.3) + ruby_parser (3.8.1) sexp_processor (~> 4.1) safe_yaml (1.0.4) sass (3.4.21) From 58f8448842a5008a48596873516e7bc9800d895f Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 25 Feb 2016 15:45:54 -0500 Subject: [PATCH 7/9] Upgraded sprockets-rails gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2cfa200..1469edb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -290,7 +290,7 @@ GEM sprockets (3.5.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) - sprockets-rails (3.0.2) + sprockets-rails (3.0.3) actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) From 65a2faea0afda85299edfa522ebb25c53fd876ec Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sat, 27 Feb 2016 10:45:14 -0500 Subject: [PATCH 8/9] Upgraded concurrent-ruby gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1469edb..d266644 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -81,7 +81,7 @@ GEM coffee-script-source execjs coffee-script-source (1.10.0) - concurrent-ruby (1.0.0) + concurrent-ruby (1.0.1) crack (0.3.1) cucumber (2.3.2) builder (>= 2.1.2) From 8d31e6d4aed9fc7e19e40281fa20e0f0ac6f01c7 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 29 Feb 2016 11:58:58 -0500 Subject: [PATCH 9/9] Upgraded raindrops and bundler-audit gems --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d266644..308f7ea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -60,7 +60,7 @@ GEM slim (>= 1.3.6, < 4.0) terminal-table (~> 1.4) builder (3.2.2) - bundler-audit (0.4.0) + bundler-audit (0.5.0) bundler (~> 1.2) thor (~> 0.18) capybara (2.6.2) @@ -234,7 +234,7 @@ GEM activesupport (= 4.2.5.1) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - raindrops (0.15.0) + raindrops (0.16.0) rake (10.5.0) rb-fsevent (0.9.7) rb-inotify (0.9.7)