From eb7b5e0593312a78903371f18002696eb6155892 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 5 Oct 2015 16:54:43 -0400 Subject: [PATCH 01/21] Upgraded 2 gems by rebuilding Gemfile.lock file --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1aa2c56..1862bcc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -112,7 +112,7 @@ GEM cucumber nokogiri trollop - gherkin3 (3.1.1) + gherkin3 (3.1.2) globalid (0.3.6) activesupport (>= 4.1.0) guard (2.13.0) @@ -282,7 +282,7 @@ GEM temple (~> 0.7.3) tilt (>= 1.3.3, < 2.1) slop (3.6.0) - sprockets (3.3.5) + sprockets (3.4.0) rack (> 1, < 3) sprockets-rails (2.3.3) actionpack (>= 3.0) From 058016056730ec1cb20229fcdce09896787cc16a Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 6 Oct 2015 16:14:29 -0400 Subject: [PATCH 02/21] Changed git: to github: in Gemfile --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 2876656..3341ad7 100755 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'rails', '4.2.4' ruby '2.2.3' # Bundle edge Rails instead: -# gem 'rails', :git => 'git://github.com/rails/rails.git' +# gem 'rails', github: 'rails/rails' gem 'sqlite3' gem 'foreman' From f64cee5db2cacad14857906825ac969ce0aa9d1e Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sat, 10 Oct 2015 09:00:21 -0400 Subject: [PATCH 03/21] Upgraded 3 gems by rebuilding Gemfile.lock file --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1862bcc..49d9898 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -140,7 +140,7 @@ GEM guard-compat (~> 1.0) haml (4.0.7) tilt - highline (1.7.7) + highline (1.7.8) http_parser.rb (0.6.0) i18n (0.7.0) jquery-fileupload-rails (0.4.6) @@ -257,7 +257,7 @@ GEM sexp_processor (~> 4.0) ruby_parser (3.7.1) sexp_processor (~> 4.1) - sass (3.4.18) + sass (3.4.19) sass-rails (5.0.4) railties (>= 4.0.0, < 5.0) sass (~> 3.1) @@ -291,7 +291,7 @@ GEM sqlite3 (1.3.10) temple (0.7.6) terminal-table (1.5.2) - test-unit (3.1.4) + test-unit (3.1.5) power_assert therubyracer (0.12.2) libv8 (~> 3.16.14.0) From c1ae7f5850661a2c7e74e9f22feffdc2b532c899 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sun, 11 Oct 2015 11:20:35 -0400 Subject: [PATCH 04/21] Upgraded sqlite3 gem by rebuilding Gemfile.lock file --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 49d9898..4de1772 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -288,7 +288,7 @@ GEM actionpack (>= 3.0) activesupport (>= 3.0) sprockets (>= 2.8, < 4.0) - sqlite3 (1.3.10) + sqlite3 (1.3.11) temple (0.7.6) terminal-table (1.5.2) test-unit (3.1.5) From f263755af65399158a9c2c81472275d1075c0d06 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 15 Oct 2015 10:21:41 -0400 Subject: [PATCH 05/21] Upgrade pry gem --- Gemfile.lock | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4de1772..836ef81 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -108,7 +108,6 @@ GEM thor (~> 0.19.1) formatador (0.2.5) gauntlt (0.1.4) - aruba cucumber nokogiri trollop @@ -193,7 +192,7 @@ GEM powder (0.3.0) thor (>= 0.11.5) power_assert (0.2.4) - pry (0.10.2) + pry (0.10.3) coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) From fbac6755f660f66aba88045ea185403c3b3f3408 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 16 Oct 2015 09:14:41 -0400 Subject: [PATCH 06/21] Upgraded libv8 gem --- Gemfile.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 836ef81..e8087b1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -108,6 +108,7 @@ GEM thor (~> 0.19.1) formatador (0.2.5) gauntlt (0.1.4) + aruba cucumber nokogiri trollop @@ -154,7 +155,7 @@ GEM kgio (2.10.0) launchy (2.4.3) addressable (~> 2.3) - libv8 (3.16.14.11) + libv8 (3.16.14.13) listen (3.0.3) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) From aac9972d9547bcd22c3df03f815fc57f0f41f771 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sat, 17 Oct 2015 20:45:22 -0400 Subject: [PATCH 07/21] Upgrade database_cleaner gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index e8087b1..9f337a4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -92,7 +92,7 @@ GEM cucumber-core (1.3.0) gherkin3 (~> 3.1.0) daemons (1.2.3) - database_cleaner (1.5.0) + database_cleaner (1.5.1) debug_inspector (0.0.2) diff-lcs (1.2.5) docile (1.1.5) From 3f24092b8332be5a724617cd90f49a3a924c261f Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 21 Oct 2015 09:30:24 -0400 Subject: [PATCH 08/21] Upgraded guard-livereload gem --- Gemfile.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9f337a4..7a079ec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -128,9 +128,10 @@ GEM brakeman (>= 2.1.1) guard (>= 2.0.0) guard-compat (1.2.1) - guard-livereload (2.4.0) + guard-livereload (2.5.0) em-websocket (~> 0.5) guard (~> 2.8) + guard-compat (~> 1.0) multi_json (~> 1.8) guard-rspec (4.3.1) guard (~> 2.1) From d48cb805105cd7f01ba04019e8f4f435352c1fd1 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sat, 24 Oct 2015 14:31:39 -0400 Subject: [PATCH 09/21] Upgraded childprocess gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7a079ec..e612f92 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -70,7 +70,7 @@ GEM rack (>= 1.0.0) rack-test (>= 0.5.4) xpath (~> 2.0) - childprocess (0.5.6) + childprocess (0.5.7) ffi (~> 1.0, >= 1.0.11) cliver (0.3.2) coderay (1.1.0) From f67cba618715910af4f15c9f033bcc09e303373c Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 27 Oct 2015 09:27:12 -0400 Subject: [PATCH 10/21] Upgraded 3 gems by rebuilding Gemfile.lock file --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e612f92..ab3a705 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -128,7 +128,7 @@ GEM brakeman (>= 2.1.1) guard (>= 2.0.0) guard-compat (1.2.1) - guard-livereload (2.5.0) + guard-livereload (2.5.1) em-websocket (~> 0.5) guard (~> 2.8) guard-compat (~> 1.0) @@ -176,7 +176,7 @@ GEM method_source (0.8.2) mime-types (2.6.2) mini_portile (0.6.2) - minitest (5.8.1) + minitest (5.8.2) multi_json (1.11.2) multi_test (0.1.2) mysql2 (0.4.1) @@ -256,7 +256,7 @@ GEM ruby2ruby (2.2.0) ruby_parser (~> 3.1) sexp_processor (~> 4.0) - ruby_parser (3.7.1) + ruby_parser (3.7.2) sexp_processor (~> 4.1) sass (3.4.19) sass-rails (5.0.4) From 311d772baa1f7109578fa3000d7419d105f161da Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 30 Oct 2015 09:15:35 -0400 Subject: [PATCH 11/21] Updated 3 gems by rebuilding Gemfile.lock file --- Gemfile.lock | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ab3a705..adc1dbd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -49,7 +49,7 @@ GEM rack (>= 0.9.0) binding_of_caller (0.7.2) debug_inspector (>= 0.0.1) - brakeman (3.1.1) + brakeman (3.1.2) erubis (~> 2.6) fastercsv (~> 1.5) haml (>= 3.0, < 5.0) @@ -57,6 +57,7 @@ GEM multi_json (~> 1.2) ruby2ruby (>= 2.1.1, < 2.3.0) ruby_parser (~> 3.7.0) + safe_yaml sass (~> 3.0) slim (>= 1.3.6, < 4.0) terminal-table (~> 1.4) @@ -193,7 +194,7 @@ GEM websocket-driver (>= 0.2.0) powder (0.3.0) thor (>= 0.11.5) - power_assert (0.2.4) + power_assert (0.2.5) pry (0.10.3) coderay (~> 1.1.0) method_source (~> 0.8.1) @@ -258,6 +259,7 @@ GEM sexp_processor (~> 4.0) ruby_parser (3.7.2) sexp_processor (~> 4.1) + safe_yaml (1.0.4) sass (3.4.19) sass-rails (5.0.4) railties (>= 4.0.0, < 5.0) From 73608ac3f3317d94411aa9b6388a939a5a6755fd Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sun, 1 Nov 2015 07:40:51 -0500 Subject: [PATCH 12/21] Upgraded unicorn gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index adc1dbd..1e11c6c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -316,7 +316,7 @@ GEM uglifier (2.7.2) execjs (>= 0.3.0) json (>= 1.8.0) - unicorn (4.9.0) + unicorn (5.0.0) kgio (~> 2.6) rack raindrops (~> 0.7) From 484cc671a00a17931b32f289b4ade08fb292e9f3 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 4 Nov 2015 14:22:13 -0500 Subject: [PATCH 13/21] Upgrade listen gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1e11c6c..a95b4c2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -158,7 +158,7 @@ GEM launchy (2.4.3) addressable (~> 2.3) libv8 (3.16.14.13) - listen (3.0.3) + listen (3.0.4) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) loofah (2.0.3) From 76fcb2ed7b83cd29d53ef5d1323db60f1571deee Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 10 Nov 2015 11:25:29 -0500 Subject: [PATCH 14/21] Upgraded power_assert and websocket-driver gems --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a95b4c2..5168807 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -194,7 +194,7 @@ GEM websocket-driver (>= 0.2.0) powder (0.3.0) thor (>= 0.11.5) - power_assert (0.2.5) + power_assert (0.2.6) pry (0.10.3) coderay (~> 1.1.0) method_source (~> 0.8.1) @@ -320,7 +320,7 @@ GEM kgio (~> 2.6) rack raindrops (~> 0.7) - websocket-driver (0.6.2) + websocket-driver (0.6.3) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.2) xpath (2.0.0) From 463cb2d6430fc5aeceb35df5a002c72069b019e9 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 12 Nov 2015 08:58:10 -0500 Subject: [PATCH 15/21] Upgraded coffee-script-source gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5168807..80acdbe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -81,7 +81,7 @@ GEM coffee-script (2.4.1) coffee-script-source execjs - coffee-script-source (1.9.1.1) + coffee-script-source (1.10.0) crack (0.3.1) cucumber (2.1.0) builder (>= 2.1.2) From e64bdb9d3c3b73a4a539490ac6d026c922ed6555 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 12 Nov 2015 16:55:10 -0500 Subject: [PATCH 16/21] Upgraded Rails to 4.2.5 --- Gemfile | 2 +- Gemfile.lock | 60 ++++++++++++++++++++++++++-------------------------- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/Gemfile b/Gemfile index 3341ad7..63fb194 100755 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' #don't upgrade -gem 'rails', '4.2.4' +gem 'rails', '4.2.5' ruby '2.2.3' diff --git a/Gemfile.lock b/Gemfile.lock index 80acdbe..f268fc3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,36 +1,36 @@ GEM remote: https://rubygems.org/ specs: - actionmailer (4.2.4) - actionpack (= 4.2.4) - actionview (= 4.2.4) - activejob (= 4.2.4) + actionmailer (4.2.5) + actionpack (= 4.2.5) + actionview (= 4.2.5) + activejob (= 4.2.5) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.4) - actionview (= 4.2.4) - activesupport (= 4.2.4) + actionpack (4.2.5) + actionview (= 4.2.5) + activesupport (= 4.2.5) 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.4) - activesupport (= 4.2.4) + actionview (4.2.5) + activesupport (= 4.2.5) builder (~> 3.1) erubis (~> 2.7.0) rails-dom-testing (~> 1.0, >= 1.0.5) rails-html-sanitizer (~> 1.0, >= 1.0.2) - activejob (4.2.4) - activesupport (= 4.2.4) + activejob (4.2.5) + activesupport (= 4.2.5) globalid (>= 0.3.0) - activemodel (4.2.4) - activesupport (= 4.2.4) + activemodel (4.2.5) + activesupport (= 4.2.5) builder (~> 3.1) - activerecord (4.2.4) - activemodel (= 4.2.4) - activesupport (= 4.2.4) + activerecord (4.2.5) + activemodel (= 4.2.5) + activesupport (= 4.2.5) arel (~> 6.0) - activesupport (4.2.4) + activesupport (4.2.5) i18n (~> 0.7) json (~> 1.7, >= 1.7.7) minitest (~> 5.1) @@ -208,16 +208,16 @@ GEM rack rack-test (0.6.3) rack (>= 1.0) - rails (4.2.4) - actionmailer (= 4.2.4) - actionpack (= 4.2.4) - actionview (= 4.2.4) - activejob (= 4.2.4) - activemodel (= 4.2.4) - activerecord (= 4.2.4) - activesupport (= 4.2.4) + rails (4.2.5) + actionmailer (= 4.2.5) + actionpack (= 4.2.5) + actionview (= 4.2.5) + activejob (= 4.2.5) + activemodel (= 4.2.5) + activerecord (= 4.2.5) + activesupport (= 4.2.5) bundler (>= 1.3.0, < 2.0) - railties (= 4.2.4) + railties (= 4.2.5) sprockets-rails rails-deprecated_sanitizer (1.0.3) activesupport (>= 4.2.0.alpha) @@ -227,9 +227,9 @@ GEM rails-deprecated_sanitizer (>= 1.0.1) rails-html-sanitizer (1.0.2) loofah (~> 2.0) - railties (4.2.4) - actionpack (= 4.2.4) - activesupport (= 4.2.4) + railties (4.2.5) + actionpack (= 4.2.5) + activesupport (= 4.2.5) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) raindrops (0.15.0) @@ -357,7 +357,7 @@ DEPENDENCIES pry pry-rails rack-livereload - rails (= 4.2.4) + rails (= 4.2.5) rb-fsevent rspec-rails (= 2.14.2) sass-rails From e0eae083d7082addf2ed2823f1fe7a1f201aee29 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 13 Nov 2015 09:05:53 -0500 Subject: [PATCH 17/21] Upgraded childprocess and poltergeist gems --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f268fc3..34c571a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,7 +71,7 @@ GEM rack (>= 1.0.0) rack-test (>= 0.5.4) xpath (~> 2.0) - childprocess (0.5.7) + childprocess (0.5.8) ffi (~> 1.0, >= 1.0.11) cliver (0.3.2) coderay (1.1.0) @@ -187,7 +187,7 @@ GEM notiffany (0.0.8) nenv (~> 0.1) shellany (~> 0.0) - poltergeist (1.7.0) + poltergeist (1.8.0) capybara (~> 2.1) cliver (~> 0.3.1) multi_json (~> 1.0) From f588bff3f86fa810cd9e10453bc70a1a3da88970 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 17 Nov 2015 10:39:10 -0500 Subject: [PATCH 18/21] Upgraded nokogiri gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 34c571a..5cf1358 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -182,7 +182,7 @@ GEM multi_test (0.1.2) mysql2 (0.4.1) nenv (0.2.0) - nokogiri (1.6.6.2) + nokogiri (1.6.6.3) mini_portile (~> 0.6.0) notiffany (0.0.8) nenv (~> 0.1) From cff28a22eb22766d694c8cd2681a82d6e1905413 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 18 Nov 2015 10:16:24 -0500 Subject: [PATCH 19/21] Upgraded [minitest, unicorn] gems --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5cf1358..2033a25 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -177,7 +177,7 @@ GEM method_source (0.8.2) mime-types (2.6.2) mini_portile (0.6.2) - minitest (5.8.2) + minitest (5.8.3) multi_json (1.11.2) multi_test (0.1.2) mysql2 (0.4.1) @@ -316,7 +316,7 @@ GEM uglifier (2.7.2) execjs (>= 0.3.0) json (>= 1.8.0) - unicorn (5.0.0) + unicorn (5.0.1) kgio (~> 2.6) rack raindrops (~> 0.7) From 904734bcf248d2882cb902c04500df3746ea635c Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 19 Nov 2015 09:33:22 -0500 Subject: [PATCH 20/21] Upgraded listen gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2033a25..8219a95 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -158,7 +158,7 @@ GEM launchy (2.4.3) addressable (~> 2.3) libv8 (3.16.14.13) - listen (3.0.4) + listen (3.0.5) rb-fsevent (>= 0.9.3) rb-inotify (>= 0.9) loofah (2.0.3) From 903a01bb091667e44c78e0db20ddf2fcd2a3c920 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 20 Nov 2015 10:30:45 -0500 Subject: [PATCH 21/21] Upgraded nokogiri gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8219a95..f111240 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -182,7 +182,7 @@ GEM multi_test (0.1.2) mysql2 (0.4.1) nenv (0.2.0) - nokogiri (1.6.6.3) + nokogiri (1.6.6.4) mini_portile (~> 0.6.0) notiffany (0.0.8) nenv (~> 0.1)