From fe184ec965ae32eae187b4a2c6bc568fcc0764f9 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 7 Jun 2016 08:46:41 -0400 Subject: [PATCH 01/29] Upgraded nokogiri gem --- Gemfile.lock | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8fd5027..b223221 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -169,17 +169,19 @@ GEM mime-types (3.1) mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) - mini_portile2 (2.0.0) + mini_portile2 (2.1.0) minitest (5.9.0) multi_json (1.12.1) multi_test (0.1.2) mysql2 (0.4.4) nenv (0.3.0) - nokogiri (1.6.7.2) - mini_portile2 (~> 2.0.0.rc2) + nokogiri (1.6.8) + mini_portile2 (~> 2.1.0) + pkg-config (~> 1.1.7) notiffany (0.1.0) nenv (~> 0.1) shellany (~> 0.0) + pkg-config (1.1.7) poltergeist (1.9.0) capybara (~> 2.1) cliver (~> 0.3.1) From 031a06a9d7ac71f69ab2099c017c6a160a822c3f Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 9 Jun 2016 15:14:15 -0400 Subject: [PATCH 02/29] Upgraded cucumber, cucumber-core, gherkin gems --- Gemfile.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b223221..b33ecbe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,16 +78,16 @@ GEM concurrent-ruby (1.0.2) contracts (0.14.0) crack (0.3.1) - cucumber (2.3.3) + cucumber (2.4.0) builder (>= 2.1.2) - cucumber-core (~> 1.4.0) + cucumber-core (~> 1.5.0) cucumber-wire (~> 0.0.1) diff-lcs (>= 1.1.3) - gherkin (~> 3.2.0) + gherkin (~> 4.0) multi_json (>= 1.7.5, < 2.0) multi_test (>= 0.1.2) - cucumber-core (1.4.0) - gherkin (~> 3.2.0) + cucumber-core (1.5.0) + gherkin (~> 4.0) cucumber-wire (0.0.1) daemons (1.2.3) database_cleaner (1.5.3) @@ -104,7 +104,7 @@ GEM foreman (0.82.0) thor (~> 0.19.1) formatador (0.2.5) - gherkin (3.2.0) + gherkin (4.0.0) globalid (0.3.6) activesupport (>= 4.1.0) guard (2.14.0) From 666eefc0f233bb471295fbf4d8b1b0f68de00daa Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 10 Jun 2016 21:03:19 -0400 Subject: [PATCH 03/29] Upgraded brakeman gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index b33ecbe..9a396e4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -52,7 +52,7 @@ GEM rack (>= 0.9.0) binding_of_caller (0.7.2) debug_inspector (>= 0.0.1) - brakeman (3.3.1) + brakeman (3.3.2) builder (3.2.2) bundler-audit (0.5.0) bundler (~> 1.2) From 077a47631614f3d9bc076c11c888c2fe2ec36237 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sat, 11 Jun 2016 09:55:02 -0400 Subject: [PATCH 04/29] Upgraded rake gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9a396e4..d9158a0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -228,7 +228,7 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) raindrops (0.16.0) - rake (11.1.2) + rake (11.2.0) rb-fsevent (0.9.7) rb-inotify (0.9.7) ffi (>= 0.5.0) From 892e7561ce6c22bfc74f59531f82bf82b2f269bb Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sun, 12 Jun 2016 07:57:10 -0400 Subject: [PATCH 05/29] Upgraded rake and test-unit gems --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d9158a0..ca4a162 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -228,7 +228,7 @@ GEM rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) raindrops (0.16.0) - rake (11.2.0) + rake (11.2.2) rb-fsevent (0.9.7) rb-inotify (0.9.7) ffi (>= 0.5.0) @@ -286,7 +286,7 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.3.11) - test-unit (3.1.9) + test-unit (3.2.0) power_assert therubyracer (0.12.2) libv8 (~> 3.16.14.0) From 84f46b73c68489010f86cef07cb806cd744a6051 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 16 Jun 2016 11:18:54 -0400 Subject: [PATCH 06/29] Upgraded jquery-fileupload-rails gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index ca4a162..0a988b4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -134,7 +134,7 @@ GEM guard-compat (~> 1.0) http_parser.rb (0.6.0) i18n (0.7.0) - jquery-fileupload-rails (0.4.6) + jquery-fileupload-rails (0.4.7) actionpack (>= 3.1) railties (>= 3.1) sass (>= 3.2) From f94e001b170df9f184307041ede1e10dfa208bd9 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 17 Jun 2016 17:14:54 -0400 Subject: [PATCH 07/29] Upgraded sprockets gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0a988b4..78205a7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -278,7 +278,7 @@ GEM eventmachine (~> 1.0.0) thin (>= 1.5, < 1.7) slop (3.6.0) - sprockets (3.6.0) + sprockets (3.6.1) concurrent-ruby (~> 1.0) rack (> 1, < 3) sprockets-rails (3.0.4) From 242bec3fa01ff9ffe42f94341c16b2d9ec49b953 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 21 Jun 2016 15:57:34 -0400 Subject: [PATCH 08/29] Upgraded sprockets gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 78205a7..aa0915d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -278,7 +278,7 @@ GEM eventmachine (~> 1.0.0) thin (>= 1.5, < 1.7) slop (3.6.0) - sprockets (3.6.1) + sprockets (3.6.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) sprockets-rails (3.0.4) From e60dcf3b60c36969b3fc127135c02fbc168e5dc8 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 27 Jun 2016 14:55:24 -0400 Subject: [PATCH 09/29] Upgraded poltergeist gem --- Gemfile.lock | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index aa0915d..0af8c76 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -182,10 +182,9 @@ GEM nenv (~> 0.1) shellany (~> 0.0) pkg-config (1.1.7) - poltergeist (1.9.0) + poltergeist (1.10.0) capybara (~> 2.1) cliver (~> 0.3.1) - multi_json (~> 1.0) websocket-driver (>= 0.2.0) powder (0.3.0) thor (>= 0.11.5) From d8cb12cf820d5bda211fd63e8c5c3d4b41f7d8d9 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 28 Jun 2016 08:43:05 -0400 Subject: [PATCH 10/29] Upgraded sprockets-rails gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0af8c76..19147a9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -280,7 +280,7 @@ GEM sprockets (3.6.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) - sprockets-rails (3.0.4) + sprockets-rails (3.1.0) actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) From 7570c1f0d0d2705c6edb8b8314c0b5a57d7011c8 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 29 Jun 2016 15:56:27 -0400 Subject: [PATCH 11/29] Upgraded sprockets-rails gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 19147a9..c03a4ef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -280,7 +280,7 @@ GEM sprockets (3.6.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) - sprockets-rails (3.1.0) + sprockets-rails (3.1.1) actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) From c41ef0757f88a951988038a4e69d04b76ee33041 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 30 Jun 2016 16:55:03 -0400 Subject: [PATCH 12/29] Upgraded coffee-rails, turbolinks, and turbolinks-source gems --- Gemfile.lock | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c03a4ef..468f18d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,9 +68,9 @@ GEM ffi (~> 1.0, >= 1.0.11) cliver (0.3.2) coderay (1.1.1) - coffee-rails (4.1.1) + coffee-rails (4.2.1) coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.1.x) + railties (>= 4.0.0, < 5.2.x) coffee-script (2.4.1) coffee-script-source execjs @@ -299,8 +299,9 @@ GEM tilt (2.0.5) travis-lint (2.0.0) json - turbolinks (2.5.3) - coffee-rails + turbolinks (5.0.0) + turbolinks-source (~> 5) + turbolinks-source (5.0.0) tzinfo (1.2.2) thread_safe (~> 0.1) uglifier (3.0.0) From 72e3cd524865a7db54d480fe0ef5552df4e759cd Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 30 Jun 2016 19:01:42 -0400 Subject: [PATCH 13/29] Upgraded sass-rails gem --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 468f18d..02c0e79 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -257,8 +257,8 @@ GEM rspec-support (3.4.1) ruby_dep (1.3.1) sass (3.4.22) - sass-rails (5.0.4) - railties (>= 4.0.0, < 5.0) + sass-rails (5.0.5) + railties (>= 4.0.0, < 6) sass (~> 3.1) sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) From aead345f0645ebd6ffcfcc2983166b67cc9567ba Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 1 Jul 2016 17:44:41 -0400 Subject: [PATCH 14/29] Upgraded sprockets and rspec* gems --- Gemfile.lock | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 02c0e79..e5fb621 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -234,27 +234,27 @@ GEM ref (2.0.0) responders (2.2.0) railties (>= 4.2.0, < 5.1) - rspec (3.4.0) - rspec-core (~> 3.4.0) - rspec-expectations (~> 3.4.0) - rspec-mocks (~> 3.4.0) - rspec-core (3.4.4) - rspec-support (~> 3.4.0) - rspec-expectations (3.4.0) + rspec (3.5.0) + rspec-core (~> 3.5.0) + rspec-expectations (~> 3.5.0) + rspec-mocks (~> 3.5.0) + rspec-core (3.5.0) + rspec-support (~> 3.5.0) + rspec-expectations (3.5.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.4.0) - rspec-mocks (3.4.1) + rspec-support (~> 3.5.0) + rspec-mocks (3.5.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.4.0) - rspec-rails (3.4.2) - actionpack (>= 3.0, < 4.3) - activesupport (>= 3.0, < 4.3) - railties (>= 3.0, < 4.3) - rspec-core (~> 3.4.0) - rspec-expectations (~> 3.4.0) - rspec-mocks (~> 3.4.0) - rspec-support (~> 3.4.0) - rspec-support (3.4.1) + rspec-support (~> 3.5.0) + rspec-rails (3.5.0) + actionpack (>= 3.0) + activesupport (>= 3.0) + railties (>= 3.0) + rspec-core (~> 3.5.0) + rspec-expectations (~> 3.5.0) + rspec-mocks (~> 3.5.0) + rspec-support (~> 3.5.0) + rspec-support (3.5.0) ruby_dep (1.3.1) sass (3.4.22) sass-rails (5.0.5) @@ -277,7 +277,7 @@ GEM eventmachine (~> 1.0.0) thin (>= 1.5, < 1.7) slop (3.6.0) - sprockets (3.6.2) + sprockets (3.6.3) concurrent-ruby (~> 1.0) rack (> 1, < 3) sprockets-rails (3.1.1) From 8d5f897bcce97fb4476ff54aeb4a602b87cac745 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sat, 2 Jul 2016 19:17:31 -0400 Subject: [PATCH 15/29] Upgraded simplecov and json gems --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e5fb621..d7c4e86 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -264,9 +264,9 @@ GEM sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) shellany (0.0.1) - simplecov (0.11.2) + simplecov (0.12.0) docile (~> 1.1.0) - json (~> 1.8) + json (>= 1.8, < 3) simplecov-html (~> 0.10.0) simplecov-html (0.10.0) sinatra (1.4.7) From 805e3cd6c906408666618d087d7e80bd7879de2f Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 5 Jul 2016 14:04:48 -0400 Subject: [PATCH 16/29] Upgraded ffi gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index d7c4e86..1b4eee4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -100,7 +100,7 @@ GEM erubis (2.7.0) eventmachine (1.0.9.1) execjs (2.7.0) - ffi (1.9.10) + ffi (1.9.11) foreman (0.82.0) thor (~> 0.19.1) formatador (0.2.5) From 7c461c976f6f06ba9eecd0f6581fd47585864556 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 5 Jul 2016 21:37:12 -0400 Subject: [PATCH 17/29] Upgraded ffi gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1b4eee4..b24ff14 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -100,7 +100,7 @@ GEM erubis (2.7.0) eventmachine (1.0.9.1) execjs (2.7.0) - ffi (1.9.11) + ffi (1.9.12) foreman (0.82.0) thor (~> 0.19.1) formatador (0.2.5) From 0aa609226581c274a775fdc2a17a7d4ec62db8ef Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 6 Jul 2016 20:22:34 -0400 Subject: [PATCH 18/29] Upgraded ffi gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index b24ff14..4c31b42 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -100,7 +100,7 @@ GEM erubis (2.7.0) eventmachine (1.0.9.1) execjs (2.7.0) - ffi (1.9.12) + ffi (1.9.13) foreman (0.82.0) thor (~> 0.19.1) formatador (0.2.5) From 2f608d7c9d9c7658918557cd9b9eb505f75d417e Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 7 Jul 2016 08:23:11 -0400 Subject: [PATCH 19/29] Upgraded rspec-core gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4c31b42..d6b0390 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -238,7 +238,7 @@ GEM rspec-core (~> 3.5.0) rspec-expectations (~> 3.5.0) rspec-mocks (~> 3.5.0) - rspec-core (3.5.0) + rspec-core (3.5.1) rspec-support (~> 3.5.0) rspec-expectations (3.5.0) diff-lcs (>= 1.2.0, < 2.0) From 7efd38bc49e6f3489affd25a227cd803e4e9b83e Mon Sep 17 00:00:00 2001 From: Al Snow Date: Fri, 8 Jul 2016 08:57:07 -0400 Subject: [PATCH 20/29] Upgraded rspec-rails gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index d6b0390..b62e6b1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -246,7 +246,7 @@ GEM rspec-mocks (3.5.0) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.5.0) - rspec-rails (3.5.0) + rspec-rails (3.5.1) actionpack (>= 3.0) activesupport (>= 3.0) railties (>= 3.0) From d8e8cff881d7f0f66ee72ec3d2f6c069d917d72f Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 11 Jul 2016 10:01:45 -0400 Subject: [PATCH 21/29] Upgraded pry gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index b62e6b1..ef9c881 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -189,7 +189,7 @@ GEM powder (0.3.0) thor (>= 0.11.5) power_assert (0.3.0) - pry (0.10.3) + pry (0.10.4) coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) From a3f416267d473a81f19d40922b1d5c09678cae6e Mon Sep 17 00:00:00 2001 From: Al Snow Date: Mon, 11 Jul 2016 20:39:57 -0400 Subject: [PATCH 22/29] Upgraded ffi gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index ef9c881..6cb0962 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -100,7 +100,7 @@ GEM erubis (2.7.0) eventmachine (1.0.9.1) execjs (2.7.0) - ffi (1.9.13) + ffi (1.9.14) foreman (0.82.0) thor (~> 0.19.1) formatador (0.2.5) From 549a97377dc56d5fbafdeffe7ee8d01720d0de41 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Wed, 13 Jul 2016 14:53:04 -0400 Subject: [PATCH 23/29] Upgraded Rails to 4.2.7 --- Gemfile | 2 +- Gemfile.lock | 60 ++++++++++++++++++++++++++-------------------------- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/Gemfile b/Gemfile index 5d8b6ae..b32a1d4 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' #don't upgrade -gem 'rails', '4.2.6' +gem 'rails', '4.2.7' ruby '2.3.1' diff --git a/Gemfile.lock b/Gemfile.lock index 6cb0962..529f8a1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,36 +1,36 @@ GEM remote: https://rubygems.org/ specs: - actionmailer (4.2.6) - actionpack (= 4.2.6) - actionview (= 4.2.6) - activejob (= 4.2.6) + actionmailer (4.2.7) + actionpack (= 4.2.7) + actionview (= 4.2.7) + activejob (= 4.2.7) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.6) - actionview (= 4.2.6) - activesupport (= 4.2.6) + actionpack (4.2.7) + actionview (= 4.2.7) + activesupport (= 4.2.7) 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.6) - activesupport (= 4.2.6) + actionview (4.2.7) + activesupport (= 4.2.7) 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.6) - activesupport (= 4.2.6) + activejob (4.2.7) + activesupport (= 4.2.7) globalid (>= 0.3.0) - activemodel (4.2.6) - activesupport (= 4.2.6) + activemodel (4.2.7) + activesupport (= 4.2.7) builder (~> 3.1) - activerecord (4.2.6) - activemodel (= 4.2.6) - activesupport (= 4.2.6) + activerecord (4.2.7) + activemodel (= 4.2.7) + activesupport (= 4.2.7) arel (~> 6.0) - activesupport (4.2.6) + activesupport (4.2.7) i18n (~> 0.7) json (~> 1.7, >= 1.7.7) minitest (~> 5.1) @@ -202,16 +202,16 @@ GEM rack rack-test (0.6.3) rack (>= 1.0) - rails (4.2.6) - actionmailer (= 4.2.6) - actionpack (= 4.2.6) - actionview (= 4.2.6) - activejob (= 4.2.6) - activemodel (= 4.2.6) - activerecord (= 4.2.6) - activesupport (= 4.2.6) + rails (4.2.7) + actionmailer (= 4.2.7) + actionpack (= 4.2.7) + actionview (= 4.2.7) + activejob (= 4.2.7) + activemodel (= 4.2.7) + activerecord (= 4.2.7) + activesupport (= 4.2.7) bundler (>= 1.3.0, < 2.0) - railties (= 4.2.6) + railties (= 4.2.7) sprockets-rails rails-deprecated_sanitizer (1.0.3) activesupport (>= 4.2.0.alpha) @@ -221,9 +221,9 @@ GEM rails-deprecated_sanitizer (>= 1.0.1) rails-html-sanitizer (1.0.3) loofah (~> 2.0) - railties (4.2.6) - actionpack (= 4.2.6) - activesupport (= 4.2.6) + railties (4.2.7) + actionpack (= 4.2.7) + activesupport (= 4.2.7) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) raindrops (0.16.0) @@ -345,7 +345,7 @@ DEPENDENCIES pry pry-rails rack-livereload - rails (= 4.2.6) + rails (= 4.2.7) rake rb-fsevent responders From 96260fdb520d7c78d6a8d2add1531adb7322498d Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 19 Jul 2016 09:01:11 -0400 Subject: [PATCH 24/29] Upgraded test-unit gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 529f8a1..2edc9e0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -285,7 +285,7 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.3.11) - test-unit (3.2.0) + test-unit (3.2.1) power_assert therubyracer (0.12.2) libv8 (~> 3.16.14.0) From e1976c9e45372c38244632bfeecdd82c652bf838 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 21 Jul 2016 07:09:26 -0400 Subject: [PATCH 25/29] Upgraded brakeman gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2edc9e0..c42fd01 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -52,7 +52,7 @@ GEM rack (>= 0.9.0) binding_of_caller (0.7.2) debug_inspector (>= 0.0.1) - brakeman (3.3.2) + brakeman (3.3.3) builder (3.2.2) bundler-audit (0.5.0) bundler (~> 1.2) From 810d6c09de4019d057767ce723b85639ff4b2c79 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 21 Jul 2016 15:50:18 -0400 Subject: [PATCH 26/29] Upgraded sprockets gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index c42fd01..b22d513 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -277,7 +277,7 @@ GEM eventmachine (~> 1.0.0) thin (>= 1.5, < 1.7) slop (3.6.0) - sprockets (3.6.3) + sprockets (3.7.0) concurrent-ruby (~> 1.0) rack (> 1, < 3) sprockets-rails (3.1.1) From fa71195714dd73acaa8620545b37cf83ae7e233a Mon Sep 17 00:00:00 2001 From: Al Snow Date: Sat, 23 Jul 2016 14:29:09 -0400 Subject: [PATCH 27/29] Upgraded sass-rails gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index b22d513..94fdf2e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -257,7 +257,7 @@ GEM rspec-support (3.5.0) ruby_dep (1.3.1) sass (3.4.22) - sass-rails (5.0.5) + sass-rails (5.0.6) railties (>= 4.0.0, < 6) sass (~> 3.1) sprockets (>= 2.8, < 4.0) From 62ca3c33bd39e57569bc5d1cecf2424b627d456b Mon Sep 17 00:00:00 2001 From: Al Snow Date: Tue, 26 Jul 2016 17:31:32 -0400 Subject: [PATCH 28/29] Upgraded globalid gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 94fdf2e..6418b84 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -105,7 +105,7 @@ GEM thor (~> 0.19.1) formatador (0.2.5) gherkin (4.0.0) - globalid (0.3.6) + globalid (0.3.7) activesupport (>= 4.1.0) guard (2.14.0) formatador (>= 0.2.4) From f15c9a6579a1bd4aff6cd385ff475de5a216c979 Mon Sep 17 00:00:00 2001 From: Al Snow Date: Thu, 28 Jul 2016 13:56:01 -0400 Subject: [PATCH 29/29] Upgraded rspec-core gem --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6418b84..d4921d7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -238,7 +238,7 @@ GEM rspec-core (~> 3.5.0) rspec-expectations (~> 3.5.0) rspec-mocks (~> 3.5.0) - rspec-core (3.5.1) + rspec-core (3.5.2) rspec-support (~> 3.5.0) rspec-expectations (3.5.0) diff-lcs (>= 1.2.0, < 2.0)