From 07e0233dddbf490462d79c77acb19451958585cb Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 25 Nov 2015 19:31:38 -0500 Subject: [PATCH 1/9] Upgraded mysql2 gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9258c51..ef8d6a6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -180,7 +180,7 @@ GEM minitest (5.8.3) multi_json (1.11.2) multi_test (0.1.2) - mysql2 (0.4.1) + mysql2 (0.4.2) nenv (0.2.0) nokogiri (1.6.6.4) mini_portile (~> 0.6.0) From 2c12393ed83068f12f1d9c9abae3db4e34da02ac Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sun, 29 Nov 2015 16:09:27 -0500 Subject: [PATCH 2/9] Upgraded simplecov gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index ef8d6a6..5c8700b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -269,7 +269,7 @@ GEM tilt (>= 1.1, < 3) sexp_processor (4.6.0) shellany (0.0.1) - simplecov (0.10.0) + simplecov (0.11.0) docile (~> 1.1.0) json (~> 1.8) simplecov-html (~> 0.10.0) From fc9d81acb4c98d951a40ce73ccbe44445e255fe2 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 2 Dec 2015 09:27:24 -0500 Subject: [PATCH 3/9] Upgraded 3+ gems by rebuilding Gemfile.lock file --- Gemfile.lock | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5c8700b..21e85e6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -38,7 +38,7 @@ GEM tzinfo (~> 1.1) addressable (2.3.8) arel (6.0.3) - aruba (0.7.4) + aruba (0.5.4) childprocess (>= 0.3.6) cucumber (>= 1.1.1) rspec-expectations (>= 2.7.0) @@ -83,15 +83,12 @@ GEM execjs coffee-script-source (1.10.0) crack (0.3.1) - cucumber (2.1.0) + cucumber (1.3.20) builder (>= 2.1.2) - cucumber-core (~> 1.3.0) diff-lcs (>= 1.1.3) - gherkin3 (~> 3.1.0) + gherkin (~> 2.12) multi_json (>= 1.7.5, < 2.0) multi_test (>= 0.1.2) - cucumber-core (1.3.0) - gherkin3 (~> 3.1.0) daemons (1.2.3) database_cleaner (1.5.1) debug_inspector (0.0.2) @@ -108,12 +105,13 @@ GEM foreman (0.78.0) thor (~> 0.19.1) formatador (0.2.5) - gauntlt (0.1.4) - aruba - cucumber - nokogiri - trollop - gherkin3 (3.1.2) + gauntlt (1.0.11) + aruba (= 0.5.4) + cucumber (= 1.3.20) + nokogiri (= 1.6.1) + trollop (~> 2.0) + gherkin (2.12.2) + multi_json (~> 1.3) globalid (0.3.6) activesupport (>= 4.1.0) guard (2.13.0) @@ -176,14 +174,14 @@ GEM thin (~> 1.5.0) method_source (0.8.2) mime-types (2.99) - mini_portile (0.6.2) + mini_portile (0.5.3) minitest (5.8.3) multi_json (1.11.2) multi_test (0.1.2) mysql2 (0.4.2) nenv (0.2.0) - nokogiri (1.6.6.4) - mini_portile (~> 0.6.0) + nokogiri (1.6.1) + mini_portile (~> 0.5.0) notiffany (0.0.8) nenv (~> 0.1) shellany (~> 0.0) @@ -269,7 +267,7 @@ GEM tilt (>= 1.1, < 3) sexp_processor (4.6.0) shellany (0.0.1) - simplecov (0.11.0) + simplecov (0.11.1) docile (~> 1.1.0) json (~> 1.8) simplecov-html (~> 0.10.0) From 2f55dfb50cfd17ae8fc6c91dea6a7d50bdaba1e0 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 2 Dec 2015 14:45:50 -0500 Subject: [PATCH 4/9] Upgraded 3 gems --- Gemfile.lock | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Gemfile.lock b/Gemfile.lock index 21e85e6..c6c3b35 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,6 +89,8 @@ GEM gherkin (~> 2.12) multi_json (>= 1.7.5, < 2.0) multi_test (>= 0.1.2) + cucumber-core (1.3.0) + gherkin3 (~> 3.1.0) daemons (1.2.3) database_cleaner (1.5.1) debug_inspector (0.0.2) @@ -112,6 +114,7 @@ GEM trollop (~> 2.0) gherkin (2.12.2) multi_json (~> 1.3) + gherkin3 (3.1.2) globalid (0.3.6) activesupport (>= 4.1.0) guard (2.13.0) @@ -175,6 +178,7 @@ GEM method_source (0.8.2) mime-types (2.99) mini_portile (0.5.3) + mini_portile2 (2.0.0) minitest (5.8.3) multi_json (1.11.2) multi_test (0.1.2) From 081146b4663ea49feb910603085eb374031ebf77 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 2 Dec 2015 14:48:36 -0500 Subject: [PATCH 5/9] Upgraded 3 gems --- Gemfile.lock | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c6c3b35..21e85e6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -89,8 +89,6 @@ GEM gherkin (~> 2.12) multi_json (>= 1.7.5, < 2.0) multi_test (>= 0.1.2) - cucumber-core (1.3.0) - gherkin3 (~> 3.1.0) daemons (1.2.3) database_cleaner (1.5.1) debug_inspector (0.0.2) @@ -114,7 +112,6 @@ GEM trollop (~> 2.0) gherkin (2.12.2) multi_json (~> 1.3) - gherkin3 (3.1.2) globalid (0.3.6) activesupport (>= 4.1.0) guard (2.13.0) @@ -178,7 +175,6 @@ GEM method_source (0.8.2) mime-types (2.99) mini_portile (0.5.3) - mini_portile2 (2.0.0) minitest (5.8.3) multi_json (1.11.2) multi_test (0.1.2) From df51000d2a0abb3739892e55c53be6b2de013e44 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 3 Dec 2015 19:41:30 -0500 Subject: [PATCH 6/9] Upgraded sprockets, concurrent-ruby, brakeman gems --- Gemfile.lock | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 21e85e6..8943afa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -49,15 +49,15 @@ GEM rack (>= 0.9.0) binding_of_caller (0.7.2) debug_inspector (>= 0.0.1) - brakeman (3.1.2) + brakeman (3.1.3) erubis (~> 2.6) fastercsv (~> 1.5) haml (>= 3.0, < 5.0) - highline (~> 1.6) + highline (>= 1.6.20, < 2.0) multi_json (~> 1.2) ruby2ruby (>= 2.1.1, < 2.3.0) ruby_parser (~> 3.7.0) - safe_yaml + safe_yaml (>= 1.0) sass (~> 3.0) slim (>= 1.3.6, < 4.0) terminal-table (~> 1.4) @@ -82,6 +82,7 @@ GEM coffee-script-source execjs coffee-script-source (1.10.0) + concurrent-ruby (1.0.0) crack (0.3.1) cucumber (1.3.20) builder (>= 2.1.2) @@ -283,7 +284,8 @@ GEM temple (~> 0.7.3) tilt (>= 1.3.3, < 2.1) slop (3.6.0) - sprockets (3.4.1) + sprockets (3.5.0) + concurrent-ruby (~> 1.0) rack (> 1, < 3) sprockets-rails (2.3.3) actionpack (>= 3.0) From ea2aca59037d39b9685282ad625dbb59a541e866 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sat, 5 Dec 2015 20:16:19 -0500 Subject: [PATCH 7/9] Upgraded sprockets gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8943afa..1a64113 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -284,7 +284,7 @@ GEM temple (~> 0.7.3) tilt (>= 1.3.3, < 2.1) slop (3.6.0) - sprockets (3.5.0) + sprockets (3.5.1) concurrent-ruby (~> 1.0) rack (> 1, < 3) sprockets-rails (2.3.3) From f55639d01beaa166f40dfe4f89f4f47f8278acc9 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 7 Dec 2015 08:46:13 -0500 Subject: [PATCH 8/9] Upgraded addressable gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1a64113..d699df6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -36,7 +36,7 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - addressable (2.3.8) + addressable (2.4.0) arel (6.0.3) aruba (0.5.4) childprocess (>= 0.3.6) From eb11c6f0d0a0888592d6840a4e87cc361cf0b0b3 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 8 Dec 2015 19:34:54 -0500 Subject: [PATCH 9/9] Upgraded sprockets gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index d699df6..9cd4cb5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -284,7 +284,7 @@ GEM temple (~> 0.7.3) tilt (>= 1.3.3, < 2.1) slop (3.6.0) - sprockets (3.5.1) + sprockets (3.5.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) sprockets-rails (2.3.3)