From 615e4bbebd5fd28897ac6755e15e1729fd17a47c Mon Sep 17 00:00:00 2001 From: evazion Date: Mon, 27 Feb 2017 17:30:10 -0600 Subject: [PATCH 01/16] Gemfile: move test group to bottom. --- Gemfile | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 55086cc65..7eebba14e 100644 --- a/Gemfile +++ b/Gemfile @@ -2,17 +2,6 @@ source 'https://rubygems.org/' gem 'dotenv-rails', :require => "dotenv/rails-now" -group :test do - gem "shoulda-context" - gem "shoulda-matchers" - gem "factory_girl" - gem "mocha", :require => "mocha/setup" - gem "ffaker" - gem "simplecov", :require => false - gem "timecop" - gem "fakeweb" -end - gem 'protected_attributes' gem "sass-rails", "~> 4.0.0" gem "sprockets-rails", :require => "sprockets/railtie" @@ -80,3 +69,14 @@ group :development do gem 'ruby-prof' # gem 'sql-logging' end + +group :test do + gem "shoulda-context" + gem "shoulda-matchers" + gem "factory_girl" + gem "mocha", :require => "mocha/setup" + gem "ffaker" + gem "simplecov", :require => false + gem "timecop" + gem "fakeweb" +end From bdbf54aef77adecc717beb2c7f4082f1b655b2a9 Mon Sep 17 00:00:00 2001 From: evazion Date: Sun, 26 Feb 2017 22:28:44 -0600 Subject: [PATCH 02/16] Gemfile: remove unused gems. coffee-rails and daemons are unused. kgio, net-ssh, and nokogiri are pulled in by other gems, but they aren't used by us directly, so they shouldn't need to be listed in the Gemfile. --- Gemfile | 5 ----- Gemfile.lock | 13 ------------- 2 files changed, 18 deletions(-) diff --git a/Gemfile b/Gemfile index 7eebba14e..af7fb8b6b 100644 --- a/Gemfile +++ b/Gemfile @@ -6,13 +6,11 @@ gem 'protected_attributes' gem "sass-rails", "~> 4.0.0" gem "sprockets-rails", :require => "sprockets/railtie" gem "uglifier" -gem 'coffee-rails' gem "therubyracer", :platforms => :ruby gem "pry", :group => [:test, :development] gem "byebug", :group => [:test, :development] gem "rails", "~> 4.2.0" gem "pg" -gem "kgio", :platforms => :ruby gem "dalli", :platforms => :ruby gem "memcache-client", :platforms => [:mswin, :mingw, :x64_mingw] gem "tzinfo-data", :platforms => [:mswin, :mingw, :x64_mingw] @@ -20,12 +18,9 @@ gem "delayed_job" gem "delayed_job_active_record" gem "simple_form" gem "mechanize" -gem "nokogiri" gem "whenever", :require => false gem "sanitize", "~> 3.1.0" gem 'rmagick' -gem 'daemons' -gem 'net-ssh' gem 'net-sftp' gem 'term-ansicolor', :require => "term/ansicolor" gem 'diff-lcs', :require => "diff/lcs/array", :git => "https://github.com/halostatue/diff-lcs.git" diff --git a/Gemfile.lock b/Gemfile.lock index 43adde65e..2213f3d46 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -106,16 +106,8 @@ GEM chronic (0.10.2) cityhash (0.8.1) coderay (1.1.1) - coffee-rails (4.1.0) - coffee-script (>= 2.2.0) - railties (>= 4.0.0, < 5.0) - coffee-script (2.4.1) - coffee-script-source - execjs - coffee-script-source (1.9.1.1) colorize (0.7.7) crass (1.0.2) - daemons (1.2.3) dalli (2.7.4) delayed_job (4.0.6) activesupport (>= 3.0, < 5.0) @@ -387,8 +379,6 @@ DEPENDENCIES capistrano-rbenv capistrano3-unicorn cityhash - coffee-rails - daemons dalli delayed_job delayed_job_active_record @@ -401,16 +391,13 @@ DEPENDENCIES gctools google-api-client highline - kgio mechanize memcache-client memcache_mock memoist mocha net-sftp - net-ssh newrelic_rpm - nokogiri pg protected_attributes pry From 822d8810963fcd8bac7ed56e75607a3726c58352 Mon Sep 17 00:00:00 2001 From: evazion Date: Mon, 27 Feb 2017 17:30:41 -0600 Subject: [PATCH 03/16] Gemfile.lock: update pry-byebug to 3.4.2. --- Gemfile | 6 ++---- Gemfile.lock | 6 ++++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index af7fb8b6b..533af9711 100644 --- a/Gemfile +++ b/Gemfile @@ -7,8 +7,6 @@ gem "sass-rails", "~> 4.0.0" gem "sprockets-rails", :require => "sprockets/railtie" gem "uglifier" gem "therubyracer", :platforms => :ruby -gem "pry", :group => [:test, :development] -gem "byebug", :group => [:test, :development] gem "rails", "~> 4.2.0" gem "pg" gem "dalli", :platforms => :ruby @@ -60,9 +58,9 @@ group :production do gem 'capistrano-deploytags', '~> 1.0.0', require: false end -group :development do +group :development, :test do + gem 'pry-byebug' gem 'ruby-prof' - # gem 'sql-logging' end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 2213f3d46..e6e8cd580 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -225,6 +225,9 @@ GEM coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) + pry-byebug (3.4.2) + byebug (~> 9.0) + pry (~> 0.10) public_suffix (2.0.5) rack (1.6.5) rack-test (0.6.3) @@ -372,7 +375,6 @@ DEPENDENCIES aws-sdk (~> 2) bcrypt-ruby bigquery! - byebug capistrano (~> 3.4.0) capistrano-deploytags (~> 1.0.0) capistrano-rails @@ -400,7 +402,7 @@ DEPENDENCIES newrelic_rpm pg protected_attributes - pry + pry-byebug radix62 (~> 1.0.1) rails (~> 4.2.0) responders From 59bb705307ab3e0abc469d41517bfbe802ac52ca Mon Sep 17 00:00:00 2001 From: evazion Date: Mon, 27 Feb 2017 01:28:15 -0600 Subject: [PATCH 04/16] Gemfile.lock: update awesome_print to 1.7.0. --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 533af9711..d1a1e484c 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,6 @@ gem 'net-sftp' gem 'term-ansicolor', :require => "term/ansicolor" gem 'diff-lcs', :require => "diff/lcs/array", :git => "https://github.com/halostatue/diff-lcs.git" gem 'bcrypt-ruby', :require => "bcrypt" -gem 'awesome_print' gem 'statistics2' gem 'capistrano', '~> 3.4.0' gem 'capistrano-rails' @@ -59,6 +58,7 @@ group :production do end group :development, :test do + gem 'awesome_print' gem 'pry-byebug' gem 'ruby-prof' end diff --git a/Gemfile.lock b/Gemfile.lock index e6e8cd580..424eda7dc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,7 +68,7 @@ GEM addressable (2.5.0) public_suffix (~> 2.0, >= 2.0.2) arel (6.0.3) - awesome_print (1.6.1) + awesome_print (1.7.0) aws-sdk (2.7.4) aws-sdk-resources (= 2.7.4) aws-sdk-core (2.7.4) From 4ede0c416640243231a834be6bde4c26b735a137 Mon Sep 17 00:00:00 2001 From: evazion Date: Sun, 26 Feb 2017 21:51:17 -0600 Subject: [PATCH 05/16] Gemfile.lock: update ffaker to 2.5.0. --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 424eda7dc..2551d6b0a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -129,7 +129,7 @@ GEM fakeweb (1.3.0) faraday (0.9.2) multipart-post (>= 1.2, < 3) - ffaker (2.4.0) + ffaker (2.5.0) ffi (1.9.10-x64-mingw32) gctools (0.2.4) get_process_mem (0.2.1) From 742afd1b723c63bcb282c925023a3d2f346fdaec Mon Sep 17 00:00:00 2001 From: evazion Date: Sun, 26 Feb 2017 22:24:56 -0600 Subject: [PATCH 06/16] Gemfile.lock: update pg to 0.19.0. --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2551d6b0a..7af23e52c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -217,8 +217,8 @@ GEM nokogiri ntlm-http (0.1.1) os (0.9.6) - pg (0.18.2) - pg (0.18.2-x64-mingw32) + pg (0.19.0) + pg (0.19.0-x64-mingw32) protected_attributes (1.1.3) activemodel (>= 4.0.1, < 5.0) pry (0.10.4) From 9d3a4101c42291b38ae18f2315aa753c9a65d5db Mon Sep 17 00:00:00 2001 From: evazion Date: Sun, 26 Feb 2017 23:31:31 -0600 Subject: [PATCH 07/16] Gemfile.lock: update uglifier to 3.0.4. --- Gemfile.lock | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7af23e52c..2bc5786ac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -123,7 +123,7 @@ GEM railties (>= 3.2, < 5.1) equalizer (0.0.11) erubis (2.7.0) - execjs (2.6.0) + execjs (2.7.0) factory_girl (4.8.0) activesupport (>= 3.0.0) fakeweb (1.3.0) @@ -349,9 +349,8 @@ GEM tzinfo-data (1.2015.6) tzinfo (>= 1.0.0) uber (0.0.15) - uglifier (2.7.1) - execjs (>= 0.3.0) - json (>= 1.8.0) + uglifier (3.0.4) + execjs (>= 0.3.0, < 3) unf (0.1.4) unf_ext unf_ext (0.0.7.1) From 176f5775b433dc4afd7371d323c6a8f1577cee3c Mon Sep 17 00:00:00 2001 From: evazion Date: Mon, 27 Feb 2017 00:28:04 -0600 Subject: [PATCH 08/16] Gemfile.lock: update sass-rails to 5.0.6. --- Gemfile | 2 +- Gemfile.lock | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index d1a1e484c..a0effe65a 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org/' gem 'dotenv-rails', :require => "dotenv/rails-now" gem 'protected_attributes' -gem "sass-rails", "~> 4.0.0" +gem "sass-rails" gem "sprockets-rails", :require => "sprockets/railtie" gem "uglifier" gem "therubyracer", :platforms => :ruby diff --git a/Gemfile.lock b/Gemfile.lock index 2bc5786ac..c7b36630c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -281,12 +281,13 @@ GEM crass (~> 1.0.1) nokogiri (>= 1.4.4) nokogumbo (= 1.2.0) - sass (3.2.19) - sass-rails (4.0.5) - railties (>= 4.0.0, < 5.0) - sass (~> 3.2.2) - sprockets (~> 2.8, < 3.0) - sprockets-rails (~> 2.0) + sass (3.4.23) + sass-rails (5.0.6) + railties (>= 4.0.0, < 6) + sass (~> 3.1) + sprockets (>= 2.8, < 4.0) + sprockets-rails (>= 2.0, < 4.0) + tilt (>= 1.1, < 3) shoulda-context (1.2.2) shoulda-matchers (3.1.1) activesupport (>= 4.0.0) @@ -410,7 +411,7 @@ DEPENDENCIES ruby-prof rubyzip sanitize (~> 3.1.0) - sass-rails (~> 4.0.0) + sass-rails shoulda-context shoulda-matchers simple_form From af1c1004f7a805629112b128e63c5da477aedd81 Mon Sep 17 00:00:00 2001 From: evazion Date: Mon, 27 Feb 2017 00:49:07 -0600 Subject: [PATCH 09/16] Gemfile.lock: update delayed_job to 4.1.2. --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c7b36630c..68f6904b4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -109,11 +109,11 @@ GEM colorize (0.7.7) crass (1.0.2) dalli (2.7.4) - delayed_job (4.0.6) - activesupport (>= 3.0, < 5.0) - delayed_job_active_record (4.0.3) - activerecord (>= 3.0, < 5.0) - delayed_job (>= 3.0, < 4.1) + delayed_job (4.1.2) + activesupport (>= 3.0, < 5.1) + delayed_job_active_record (4.1.1) + activerecord (>= 3.0, < 5.1) + delayed_job (>= 3.0, < 5) docile (1.1.5) domain_name (0.5.24) unf (>= 0.0.5, < 1.0.0) From 2a05b81f430780fff4ec74b3960ed722fcd35b38 Mon Sep 17 00:00:00 2001 From: evazion Date: Mon, 27 Feb 2017 00:52:28 -0600 Subject: [PATCH 10/16] Gemfile.lock: update simple_form to 3.4.0. --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 68f6904b4..b506c1c8d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -296,7 +296,7 @@ GEM faraday (~> 0.9) jwt (~> 1.5) multi_json (~> 1.10) - simple_form (3.3.1) + simple_form (3.4.0) actionpack (> 4, < 5.1) activemodel (> 4, < 5.1) simple_oauth (0.3.1) From bfb0c08e8c6006e4bb9cfe67c059026cafc5edb4 Mon Sep 17 00:00:00 2001 From: evazion Date: Mon, 27 Feb 2017 01:19:11 -0600 Subject: [PATCH 11/16] Gemfile.lock: update mechanize to 2.7.5. --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b506c1c8d..41c0dcabb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -176,13 +176,13 @@ GEM nokogiri (>= 1.5.9) mail (2.6.4) mime-types (>= 1.16, < 4) - mechanize (2.7.3) + mechanize (2.7.5) domain_name (~> 0.5, >= 0.5.1) http-cookie (~> 1.0) - mime-types (~> 2.0) + mime-types (>= 1.17.2) net-http-digest_auth (~> 1.1, >= 1.1.1) net-http-persistent (~> 2.5, >= 2.5.2) - nokogiri (~> 1.4) + nokogiri (~> 1.6) ntlm-http (~> 0.1, >= 0.1.1) webrobots (>= 0.0.9, < 0.2) memcache-client (1.8.5) @@ -200,7 +200,7 @@ GEM multi_json (1.12.1) multipart-post (2.0.0) naught (1.0.0) - net-http-digest_auth (1.4) + net-http-digest_auth (1.4.1) net-http-persistent (2.9.4) net-scp (1.2.1) net-ssh (>= 2.6.5) @@ -362,7 +362,7 @@ GEM unicorn-worker-killer (0.4.4) get_process_mem (~> 0) unicorn (>= 4, < 6) - webrobots (0.1.1) + webrobots (0.1.2) whenever (0.9.4) chronic (>= 0.6.3) From 722a672aef9db9b9ed94657f7728a1dd3e26ff14 Mon Sep 17 00:00:00 2001 From: evazion Date: Mon, 27 Feb 2017 01:21:02 -0600 Subject: [PATCH 12/16] Gemfile.lock: update whenever to 0.9.7. --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 41c0dcabb..217d13d18 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -363,7 +363,7 @@ GEM get_process_mem (~> 0) unicorn (>= 4, < 6) webrobots (0.1.2) - whenever (0.9.4) + whenever (0.9.7) chronic (>= 0.6.3) PLATFORMS From 076c409b0d01dc59651c3e91d2e1b0ad87c3d2b5 Mon Sep 17 00:00:00 2001 From: evazion Date: Mon, 27 Feb 2017 01:22:35 -0600 Subject: [PATCH 13/16] Gemfile.lock: update rmagick to 2.16.0. --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 217d13d18..da0041451 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -274,7 +274,7 @@ GEM mime-types (>= 1.16, < 3.0) netrc (~> 0.7) retriable (2.1.0) - rmagick (2.15.4) + rmagick (2.16.0) ruby-prof (0.15.8) rubyzip (1.1.7) sanitize (3.1.2) From ed894af6751f009166dfbf752d6e9b087cc2bae6 Mon Sep 17 00:00:00 2001 From: evazion Date: Mon, 27 Feb 2017 01:52:19 -0600 Subject: [PATCH 14/16] Gemfile.lock: update responders to 2.3.0. --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index da0041451..e4da1ed09 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -262,8 +262,8 @@ GEM ref (2.0.0) representable (2.3.0) uber (~> 0.0.7) - responders (2.1.0) - railties (>= 4.2.0, < 5) + responders (2.3.0) + railties (>= 4.2.0, < 5.1) rest-client (1.8.0) http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 3.0) From 204fbd811c70dd9235bd96d5a383cc59d7a5dda0 Mon Sep 17 00:00:00 2001 From: evazion Date: Mon, 27 Feb 2017 17:34:32 -0600 Subject: [PATCH 15/16] Gemfile.lock: update dalli to 2.7.6. --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index e4da1ed09..ce4899063 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -108,7 +108,7 @@ GEM coderay (1.1.1) colorize (0.7.7) crass (1.0.2) - dalli (2.7.4) + dalli (2.7.6) delayed_job (4.1.2) activesupport (>= 3.0, < 5.1) delayed_job_active_record (4.1.1) From c7e276abffafdd62bfad3685b803bf15fd77918a Mon Sep 17 00:00:00 2001 From: evazion Date: Mon, 27 Feb 2017 17:41:07 -0600 Subject: [PATCH 16/16] Gemfile.lock: update rails to 4.2.8. --- Gemfile.lock | 77 ++++++++++++++++++++++++++-------------------------- 1 file changed, 38 insertions(+), 39 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ce4899063..5fda99bab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -30,44 +30,43 @@ GIT GEM remote: https://rubygems.org/ specs: - actionmailer (4.2.7.1) - actionpack (= 4.2.7.1) - actionview (= 4.2.7.1) - activejob (= 4.2.7.1) + actionmailer (4.2.8) + actionpack (= 4.2.8) + actionview (= 4.2.8) + activejob (= 4.2.8) mail (~> 2.5, >= 2.5.4) rails-dom-testing (~> 1.0, >= 1.0.5) - actionpack (4.2.7.1) - actionview (= 4.2.7.1) - activesupport (= 4.2.7.1) + actionpack (4.2.8) + actionview (= 4.2.8) + activesupport (= 4.2.8) 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.7.1) - activesupport (= 4.2.7.1) + actionview (4.2.8) + activesupport (= 4.2.8) 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.7.1) - activesupport (= 4.2.7.1) + rails-html-sanitizer (~> 1.0, >= 1.0.3) + activejob (4.2.8) + activesupport (= 4.2.8) globalid (>= 0.3.0) - activemodel (4.2.7.1) - activesupport (= 4.2.7.1) + activemodel (4.2.8) + activesupport (= 4.2.8) builder (~> 3.1) - activerecord (4.2.7.1) - activemodel (= 4.2.7.1) - activesupport (= 4.2.7.1) + activerecord (4.2.8) + activemodel (= 4.2.8) + activesupport (= 4.2.8) arel (~> 6.0) - activesupport (4.2.7.1) + activesupport (4.2.8) i18n (~> 0.7) - json (~> 1.7, >= 1.7.7) minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) addressable (2.5.0) public_suffix (~> 2.0, >= 2.0.2) - arel (6.0.3) + arel (6.0.4) awesome_print (1.7.0) aws-sdk (2.7.4) aws-sdk-resources (= 2.7.4) @@ -162,7 +161,7 @@ GEM http_parser.rb (0.6.0) httpclient (2.8.0) hurley (0.2) - i18n (0.8.0) + i18n (0.8.1) jmespath (1.3.1) json (1.8.6) jwt (1.5.6) @@ -209,9 +208,9 @@ GEM net-ssh (2.9.2) netrc (0.10.3) newrelic_rpm (3.13.0.299) - nokogiri (1.6.8.1) + nokogiri (1.7.0.1) mini_portile2 (~> 2.1.0) - nokogiri (1.6.8.1-x64-mingw32) + nokogiri (1.7.0.1-x64-mingw32) mini_portile2 (~> 2.1.0) nokogumbo (1.2.0) nokogiri @@ -233,28 +232,28 @@ GEM rack-test (0.6.3) rack (>= 1.0) radix62 (1.0.1) - rails (4.2.7.1) - actionmailer (= 4.2.7.1) - actionpack (= 4.2.7.1) - actionview (= 4.2.7.1) - activejob (= 4.2.7.1) - activemodel (= 4.2.7.1) - activerecord (= 4.2.7.1) - activesupport (= 4.2.7.1) + rails (4.2.8) + actionmailer (= 4.2.8) + actionpack (= 4.2.8) + actionview (= 4.2.8) + activejob (= 4.2.8) + activemodel (= 4.2.8) + activerecord (= 4.2.8) + activesupport (= 4.2.8) bundler (>= 1.3.0, < 2.0) - railties (= 4.2.7.1) + railties (= 4.2.8) 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-html-sanitizer (1.0.3) loofah (~> 2.0) - railties (4.2.7.1) - actionpack (= 4.2.7.1) - activesupport (= 4.2.7.1) + railties (4.2.8) + actionpack (= 4.2.8) + activesupport (= 4.2.8) rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) raindrops (0.17.0) @@ -329,8 +328,8 @@ GEM therubyracer (0.12.3) libv8 (~> 3.16.14.15) ref - thor (0.19.1) - thread_safe (0.3.5) + thor (0.19.4) + thread_safe (0.3.6) tilt (1.4.1) timecop (0.8.1) tins (1.6.0)