Hello community,

here is the log from the commit of package rubygem-factory_girl_rails for 
openSUSE:Factory checked in at 2017-11-01 11:09:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-factory_girl_rails (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-factory_girl_rails.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-factory_girl_rails"

Wed Nov  1 11:09:32 2017 rev:18 rq:537507 version:4.9.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-factory_girl_rails/rubygem-factory_girl_rails.changes
    2016-12-29 22:46:37.789048655 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-factory_girl_rails.new/rubygem-factory_girl_rails.changes
       2017-11-01 11:09:36.345844595 +0100
@@ -1,0 +2,6 @@
+Thu Oct 26 09:59:36 UTC 2017 - [email protected]
+
+- updated to version 4.9.0
+ see installed NEWS
+
+-------------------------------------------------------------------

Old:
----
  factory_girl_rails-4.8.0.gem

New:
----
  factory_girl_rails-4.9.0.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-factory_girl_rails.spec ++++++
--- /var/tmp/diff_new_pack.aUQgrv/_old  2017-11-01 11:09:37.981784839 +0100
+++ /var/tmp/diff_new_pack.aUQgrv/_new  2017-11-01 11:09:37.985784693 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-factory_girl_rails
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-factory_girl_rails
-Version:        4.8.0
+Version:        4.9.0
 Release:        0
 %define mod_name factory_girl_rails
 %define mod_full_name %{mod_name}-%{version}
@@ -33,7 +33,7 @@
 BuildRequires:  %{ruby}
 BuildRequires:  ruby-macros >= 5
 Url:            http://github.com/thoughtbot/factory_girl_rails
-Source:         http://rubygems.org/gems/%{mod_full_name}.gem
+Source:         https://rubygems.org/gems/%{mod_full_name}.gem
 Source1:        gem2rpm.yml
 Summary:        factory_girl_rails provides integration between factory_girl 
and
 License:        MIT

++++++ factory_girl_rails-4.8.0.gem -> factory_girl_rails-4.9.0.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Gemfile.lock new/Gemfile.lock
--- old/Gemfile.lock    2016-12-16 19:28:40.000000000 +0100
+++ new/Gemfile.lock    2017-10-24 15:57:29.000000000 +0200
@@ -1,8 +1,8 @@
 PATH
   remote: .
   specs:
-    factory_girl_rails (4.8.0)
-      factory_girl (~> 4.8.0)
+    factory_girl_rails (4.9.0)
+      factory_girl (~> 4.9.0)
       railties (>= 3.0.0)
 
 GEM
@@ -63,7 +63,7 @@
     diff-lcs (1.2.5)
     erubis (2.7.0)
     execjs (2.0.2)
-    factory_girl (4.8.0)
+    factory_girl (4.9.0)
       activesupport (>= 3.0.0)
     ffi (1.9.3)
     ffi (1.9.3-java)
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/factory_girl_rails.gemspec 
new/factory_girl_rails.gemspec
--- old/factory_girl_rails.gemspec      2016-12-16 19:28:40.000000000 +0100
+++ new/factory_girl_rails.gemspec      2017-10-24 15:57:29.000000000 +0200
@@ -1,6 +1,6 @@
 Gem::Specification.new do |s|
   s.name        = %q{factory_girl_rails}
-  s.version     = '4.8.0'
+  s.version     = '4.9.0'
   s.authors     = ["Joe Ferris"]
   s.email       = %q{[email protected]}
   s.homepage    = "http://github.com/thoughtbot/factory_girl_rails";
@@ -16,5 +16,5 @@
   s.license       = "MIT"
 
   s.add_runtime_dependency('railties', '>= 3.0.0')
-  s.add_runtime_dependency('factory_girl', '~> 4.8.0')
+  s.add_runtime_dependency('factory_girl', '~> 4.9.0')
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gemfiles/rails3.2.gemfile.lock 
new/gemfiles/rails3.2.gemfile.lock
--- old/gemfiles/rails3.2.gemfile.lock  2016-12-16 19:28:40.000000000 +0100
+++ new/gemfiles/rails3.2.gemfile.lock  2017-10-24 15:57:29.000000000 +0200
@@ -1,8 +1,8 @@
 PATH
   remote: ../
   specs:
-    factory_girl_rails (4.8.0)
-      factory_girl (~> 4.8.0)
+    factory_girl_rails (4.9.0)
+      factory_girl (~> 4.9.0)
       railties (>= 3.0.0)
 
 GEM
@@ -40,7 +40,7 @@
       rake
       thor (>= 0.14.0)
     arel (3.0.3)
-    aruba (0.14.1)
+    aruba (0.14.2)
       childprocess (~> 0.5.6)
       contracts (~> 0.9)
       cucumber (>= 1.3.19)
@@ -56,37 +56,39 @@
     coffee-script (2.4.1)
       coffee-script-source
       execjs
-    coffee-script-source (1.10.0)
-    contracts (0.14.0)
+    coffee-script-source (1.12.2)
+    concurrent-ruby (1.0.5)
+    contracts (0.16.0)
     cucumber (1.3.19)
       builder (>= 2.1.2)
       diff-lcs (>= 1.1.3)
       gherkin (~> 2.12)
       multi_json (>= 1.7.5, < 2.0)
       multi_test (>= 0.1.2)
-    diff-lcs (1.2.5)
+    diff-lcs (1.3)
     erubis (2.7.0)
     execjs (2.7.0)
-    factory_girl (4.8.0)
+    factory_girl (4.9.0)
       activesupport (>= 3.0.0)
-    ffi (1.9.10)
+    ffi (1.9.18)
     gherkin (2.12.2)
       multi_json (~> 1.3)
     hike (1.2.3)
-    i18n (0.7.0)
+    i18n (0.9.0)
+      concurrent-ruby (~> 1.0)
     journey (1.0.4)
     jquery-rails (3.1.4)
       railties (>= 3.0, < 5.0)
       thor (>= 0.14, < 2.0)
-    json (1.8.3)
+    json (1.8.6)
     mail (2.5.4)
       mime-types (~> 1.16)
       treetop (~> 1.4.8)
     mime-types (1.25.1)
-    multi_json (1.12.1)
+    multi_json (1.12.2)
     multi_test (0.1.2)
     polyglot (0.3.5)
-    power_assert (0.2.7)
+    power_assert (0.3.0)
     rack (1.4.7)
     rack-cache (1.6.1)
       rack (>= 0.4)
@@ -109,27 +111,34 @@
       rake (>= 0.8.7)
       rdoc (~> 3.4)
       thor (>= 0.14.6, < 2.0)
-    rake (11.2.2)
+    rake (12.1.0)
+    rb-fsevent (0.10.2)
+    rb-inotify (0.9.10)
+      ffi (>= 0.5.0, < 2)
     rdoc (3.12.2)
       json (~> 1.4)
-    rspec-core (3.4.4)
-      rspec-support (~> 3.4.0)
-    rspec-expectations (3.4.0)
+    rspec-core (3.7.0)
+      rspec-support (~> 3.7.0)
+    rspec-expectations (3.7.0)
       diff-lcs (>= 1.2.0, < 2.0)
-      rspec-support (~> 3.4.0)
-    rspec-mocks (3.4.1)
+      rspec-support (~> 3.7.0)
+    rspec-mocks (3.7.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)
-    sass (3.4.22)
+      rspec-support (~> 3.7.0)
+    rspec-rails (3.7.0)
+      actionpack (>= 3.0)
+      activesupport (>= 3.0)
+      railties (>= 3.0)
+      rspec-core (~> 3.7.0)
+      rspec-expectations (~> 3.7.0)
+      rspec-mocks (~> 3.7.0)
+      rspec-support (~> 3.7.0)
+    rspec-support (3.7.0)
+    sass (3.5.2)
+      sass-listen (~> 4.0.0)
+    sass-listen (4.0.0)
+      rb-fsevent (~> 0.9, >= 0.9.4)
+      rb-inotify (~> 0.9, >= 0.9.7)
     sass-rails (3.2.6)
       railties (~> 3.2.0)
       sass (>= 3.1.10)
@@ -139,16 +148,16 @@
       multi_json (~> 1.0)
       rack (~> 1.0)
       tilt (~> 1.1, != 1.3.0)
-    sqlite3 (1.3.11)
-    test-unit (3.1.8)
+    sqlite3 (1.3.13)
+    test-unit (3.2.0)
       power_assert
-    thor (0.19.1)
+    thor (0.20.0)
     tilt (1.4.1)
     treetop (1.4.15)
       polyglot
       polyglot (>= 0.3.1)
-    tzinfo (0.3.48)
-    uglifier (3.0.0)
+    tzinfo (0.3.53)
+    uglifier (3.2.0)
       execjs (>= 0.3.0, < 3)
 
 PLATFORMS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gemfiles/rails4.1.gemfile.lock 
new/gemfiles/rails4.1.gemfile.lock
--- old/gemfiles/rails4.1.gemfile.lock  2016-12-16 19:28:40.000000000 +0100
+++ new/gemfiles/rails4.1.gemfile.lock  2017-10-24 15:57:29.000000000 +0200
@@ -1,8 +1,8 @@
 PATH
   remote: ../
   specs:
-    factory_girl_rails (4.8.0)
-      factory_girl (~> 4.8.0)
+    factory_girl_rails (4.9.0)
+      factory_girl (~> 4.9.0)
       railties (>= 3.0.0)
 
 GEM
@@ -39,53 +39,54 @@
       rake
       thor (>= 0.14.0)
     arel (5.0.1.20140414130214)
-    aruba (0.14.1)
+    aruba (0.14.2)
       childprocess (~> 0.5.6)
       contracts (~> 0.9)
       cucumber (>= 1.3.19)
       ffi (~> 1.9.10)
       rspec-expectations (>= 2.99)
       thor (~> 0.19)
-    builder (3.2.2)
+    builder (3.2.3)
     childprocess (0.5.9)
       ffi (~> 1.0, >= 1.0.11)
-    coffee-rails (4.1.1)
+    coffee-rails (4.2.2)
       coffee-script (>= 2.2.0)
-      railties (>= 4.0.0, < 5.1.x)
+      railties (>= 4.0.0)
     coffee-script (2.4.1)
       coffee-script-source
       execjs
-    coffee-script-source (1.10.0)
-    concurrent-ruby (1.0.2)
-    contracts (0.14.0)
+    coffee-script-source (1.12.2)
+    concurrent-ruby (1.0.5)
+    contracts (0.16.0)
     cucumber (1.3.19)
       builder (>= 2.1.2)
       diff-lcs (>= 1.1.3)
       gherkin (~> 2.12)
       multi_json (>= 1.7.5, < 2.0)
       multi_test (>= 0.1.2)
-    diff-lcs (1.2.5)
+    diff-lcs (1.3)
     erubis (2.7.0)
     execjs (2.7.0)
-    factory_girl (4.8.0)
+    factory_girl (4.9.0)
       activesupport (>= 3.0.0)
-    ffi (1.9.10)
+    ffi (1.9.18)
     gherkin (2.12.2)
       multi_json (~> 1.3)
-    i18n (0.7.0)
+    i18n (0.9.0)
+      concurrent-ruby (~> 1.0)
     jquery-rails (3.1.4)
       railties (>= 3.0, < 5.0)
       thor (>= 0.14, < 2.0)
-    json (1.8.3)
-    mail (2.6.4)
+    json (1.8.6)
+    mail (2.6.6)
       mime-types (>= 1.16, < 4)
     mime-types (3.1)
       mime-types-data (~> 3.2015)
     mime-types-data (3.2016.0521)
-    minitest (5.9.0)
-    multi_json (1.12.1)
+    minitest (5.10.3)
+    multi_json (1.12.2)
     multi_test (0.1.2)
-    power_assert (0.2.7)
+    power_assert (0.3.0)
     rack (1.5.5)
     rack-test (0.6.3)
       rack (>= 1.0)
@@ -104,48 +105,55 @@
       activesupport (= 4.1.15)
       rake (>= 0.8.7)
       thor (>= 0.18.1, < 2.0)
-    rake (11.2.2)
-    rspec-core (3.4.4)
-      rspec-support (~> 3.4.0)
-    rspec-expectations (3.4.0)
+    rake (12.1.0)
+    rb-fsevent (0.10.2)
+    rb-inotify (0.9.10)
+      ffi (>= 0.5.0, < 2)
+    rspec-core (3.7.0)
+      rspec-support (~> 3.7.0)
+    rspec-expectations (3.7.0)
       diff-lcs (>= 1.2.0, < 2.0)
-      rspec-support (~> 3.4.0)
-    rspec-mocks (3.4.1)
+      rspec-support (~> 3.7.0)
+    rspec-mocks (3.7.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)
-    sass (3.4.22)
-    sass-rails (5.0.4)
-      railties (>= 4.0.0, < 5.0)
+      rspec-support (~> 3.7.0)
+    rspec-rails (3.7.0)
+      actionpack (>= 3.0)
+      activesupport (>= 3.0)
+      railties (>= 3.0)
+      rspec-core (~> 3.7.0)
+      rspec-expectations (~> 3.7.0)
+      rspec-mocks (~> 3.7.0)
+      rspec-support (~> 3.7.0)
+    rspec-support (3.7.0)
+    sass (3.5.2)
+      sass-listen (~> 4.0.0)
+    sass-listen (4.0.0)
+      rb-fsevent (~> 0.9, >= 0.9.4)
+      rb-inotify (~> 0.9, >= 0.9.7)
+    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)
-    spring (1.7.1)
-    sprockets (3.6.2)
+    spring (1.7.2)
+    sprockets (3.7.1)
       concurrent-ruby (~> 1.0)
       rack (> 1, < 3)
     sprockets-rails (2.3.3)
       actionpack (>= 3.0)
       activesupport (>= 3.0)
       sprockets (>= 2.8, < 4.0)
-    sqlite3 (1.3.11)
-    test-unit (3.1.8)
+    sqlite3 (1.3.13)
+    test-unit (3.2.0)
       power_assert
-    thor (0.19.1)
-    thread_safe (0.3.5)
-    tilt (2.0.5)
-    tzinfo (1.2.2)
+    thor (0.20.0)
+    thread_safe (0.3.6)
+    tilt (2.0.8)
+    tzinfo (1.2.3)
       thread_safe (~> 0.1)
-    uglifier (3.0.0)
+    uglifier (3.2.0)
       execjs (>= 0.3.0, < 3)
 
 PLATFORMS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gemfiles/rails4.2.gemfile.lock 
new/gemfiles/rails4.2.gemfile.lock
--- old/gemfiles/rails4.2.gemfile.lock  2016-12-16 19:28:40.000000000 +0100
+++ new/gemfiles/rails4.2.gemfile.lock  2017-10-24 15:57:29.000000000 +0200
@@ -1,43 +1,43 @@
 PATH
   remote: ../
   specs:
-    factory_girl_rails (4.8.0)
-      factory_girl (~> 4.8.0)
+    factory_girl_rails (4.9.0)
+      factory_girl (~> 4.9.0)
       railties (>= 3.0.0)
 
 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.1)
+      actionpack (= 4.2.7.1)
+      actionview (= 4.2.7.1)
+      activejob (= 4.2.7.1)
       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.1)
+      actionview (= 4.2.7.1)
+      activesupport (= 4.2.7.1)
       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.1)
+      activesupport (= 4.2.7.1)
       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.1)
+      activesupport (= 4.2.7.1)
       globalid (>= 0.3.0)
-    activemodel (4.2.6)
-      activesupport (= 4.2.6)
+    activemodel (4.2.7.1)
+      activesupport (= 4.2.7.1)
       builder (~> 3.1)
-    activerecord (4.2.6)
-      activemodel (= 4.2.6)
-      activesupport (= 4.2.6)
+    activerecord (4.2.7.1)
+      activemodel (= 4.2.7.1)
+      activesupport (= 4.2.7.1)
       arel (~> 6.0)
-    activesupport (4.2.6)
+    activesupport (4.2.7.1)
       i18n (~> 0.7)
       json (~> 1.7, >= 1.7.7)
       minitest (~> 5.1)
@@ -47,124 +47,125 @@
       bundler
       rake
       thor (>= 0.14.0)
-    arel (6.0.3)
-    aruba (0.14.1)
+    arel (6.0.4)
+    aruba (0.14.2)
       childprocess (~> 0.5.6)
       contracts (~> 0.9)
       cucumber (>= 1.3.19)
       ffi (~> 1.9.10)
       rspec-expectations (>= 2.99)
       thor (~> 0.19)
-    builder (3.2.2)
+    builder (3.2.3)
     childprocess (0.5.9)
       ffi (~> 1.0, >= 1.0.11)
-    coffee-rails (4.1.1)
+    coffee-rails (4.2.2)
       coffee-script (>= 2.2.0)
-      railties (>= 4.0.0, < 5.1.x)
+      railties (>= 4.0.0)
     coffee-script (2.4.1)
       coffee-script-source
       execjs
-    coffee-script-source (1.10.0)
-    concurrent-ruby (1.0.2)
-    contracts (0.14.0)
+    coffee-script-source (1.12.2)
+    concurrent-ruby (1.0.5)
+    contracts (0.16.0)
+    crass (1.0.2)
     cucumber (1.3.19)
       builder (>= 2.1.2)
       diff-lcs (>= 1.1.3)
       gherkin (~> 2.12)
       multi_json (>= 1.7.5, < 2.0)
       multi_test (>= 0.1.2)
-    diff-lcs (1.2.5)
+    diff-lcs (1.3)
     erubis (2.7.0)
     execjs (2.7.0)
-    factory_girl (4.8.0)
+    factory_girl (4.9.0)
       activesupport (>= 3.0.0)
-    ffi (1.9.10)
+    ffi (1.9.18)
     gherkin (2.12.2)
       multi_json (~> 1.3)
-    globalid (0.3.6)
-      activesupport (>= 4.1.0)
-    i18n (0.7.0)
-    jquery-rails (4.1.1)
+    globalid (0.4.0)
+      activesupport (>= 4.2.0)
+    i18n (0.9.0)
+      concurrent-ruby (~> 1.0)
+    jquery-rails (4.3.1)
       rails-dom-testing (>= 1, < 3)
       railties (>= 4.2.0)
       thor (>= 0.14, < 2.0)
-    json (1.8.3)
-    loofah (2.0.3)
+    json (1.8.6)
+    loofah (2.1.1)
+      crass (~> 1.0.2)
       nokogiri (>= 1.5.9)
-    mail (2.6.4)
+    mail (2.6.6)
       mime-types (>= 1.16, < 4)
     mime-types (3.1)
       mime-types-data (~> 3.2015)
     mime-types-data (3.2016.0521)
-    mini_portile2 (2.1.0)
-    minitest (5.9.0)
-    multi_json (1.12.1)
+    mini_portile2 (2.3.0)
+    minitest (5.10.3)
+    multi_json (1.12.2)
     multi_test (0.1.2)
-    nokogiri (1.6.8)
-      mini_portile2 (~> 2.1.0)
-      pkg-config (~> 1.1.7)
-    pkg-config (1.1.7)
-    power_assert (0.2.7)
-    rack (1.6.4)
+    nokogiri (1.8.1)
+      mini_portile2 (~> 2.3.0)
+    power_assert (0.3.0)
+    rack (1.6.8)
     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.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)
       bundler (>= 1.3.0, < 2.0)
-      railties (= 4.2.6)
+      railties (= 4.2.7.1)
       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.6)
-      actionpack (= 4.2.6)
-      activesupport (= 4.2.6)
+    railties (4.2.7.1)
+      actionpack (= 4.2.7.1)
+      activesupport (= 4.2.7.1)
       rake (>= 0.8.7)
       thor (>= 0.18.1, < 2.0)
-    rake (11.2.2)
-    rspec-core (3.4.4)
-      rspec-support (~> 3.4.0)
-    rspec-expectations (3.4.0)
+    rake (12.1.0)
+    rspec-core (3.7.0)
+      rspec-support (~> 3.7.0)
+    rspec-expectations (3.7.0)
       diff-lcs (>= 1.2.0, < 2.0)
-      rspec-support (~> 3.4.0)
-    rspec-mocks (3.4.1)
+      rspec-support (~> 3.7.0)
+    rspec-mocks (3.7.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)
-    sprockets (3.6.2)
+      rspec-support (~> 3.7.0)
+    rspec-rails (3.7.0)
+      actionpack (>= 3.0)
+      activesupport (>= 3.0)
+      railties (>= 3.0)
+      rspec-core (~> 3.7.0)
+      rspec-expectations (~> 3.7.0)
+      rspec-mocks (~> 3.7.0)
+      rspec-support (~> 3.7.0)
+    rspec-support (3.7.0)
+    sprockets (3.7.1)
       concurrent-ruby (~> 1.0)
       rack (> 1, < 3)
-    sprockets-rails (3.0.4)
+    sprockets-rails (3.2.1)
       actionpack (>= 4.0)
       activesupport (>= 4.0)
       sprockets (>= 3.0.0)
-    sqlite3 (1.3.11)
-    test-unit (3.1.8)
+    sqlite3 (1.3.13)
+    test-unit (3.2.0)
       power_assert
-    thor (0.19.1)
-    thread_safe (0.3.5)
-    tzinfo (1.2.2)
+    thor (0.20.0)
+    thread_safe (0.3.6)
+    tzinfo (1.2.3)
       thread_safe (~> 0.1)
-    uglifier (3.0.0)
+    uglifier (3.2.0)
       execjs (>= 0.3.0, < 3)
 
 PLATFORMS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gemfiles/rails5.0.gemfile.lock 
new/gemfiles/rails5.0.gemfile.lock
--- old/gemfiles/rails5.0.gemfile.lock  2016-12-16 19:28:40.000000000 +0100
+++ new/gemfiles/rails5.0.gemfile.lock  2017-10-24 15:57:29.000000000 +0200
@@ -1,33 +1,33 @@
 PATH
   remote: ../
   specs:
-    factory_girl_rails (4.8.0)
-      factory_girl (~> 4.8.0)
+    factory_girl_rails (4.9.0)
+      factory_girl (~> 4.9.0)
       railties (>= 3.0.0)
 
 GEM
   remote: https://rubygems.org/
   specs:
-    actionpack (5.0.0)
-      actionview (= 5.0.0)
-      activesupport (= 5.0.0)
+    actionpack (5.0.6)
+      actionview (= 5.0.6)
+      activesupport (= 5.0.6)
       rack (~> 2.0)
       rack-test (~> 0.6.3)
       rails-dom-testing (~> 2.0)
       rails-html-sanitizer (~> 1.0, >= 1.0.2)
-    actionview (5.0.0)
-      activesupport (= 5.0.0)
+    actionview (5.0.6)
+      activesupport (= 5.0.6)
       builder (~> 3.1)
       erubis (~> 2.7.0)
       rails-dom-testing (~> 2.0)
-      rails-html-sanitizer (~> 1.0, >= 1.0.2)
-    activemodel (5.0.0)
-      activesupport (= 5.0.0)
-    activerecord (5.0.0)
-      activemodel (= 5.0.0)
-      activesupport (= 5.0.0)
+      rails-html-sanitizer (~> 1.0, >= 1.0.3)
+    activemodel (5.0.6)
+      activesupport (= 5.0.6)
+    activerecord (5.0.6)
+      activemodel (= 5.0.6)
+      activesupport (= 5.0.6)
       arel (~> 7.0)
-    activesupport (5.0.0)
+    activesupport (5.0.6)
       concurrent-ruby (~> 1.0, >= 1.0.2)
       i18n (~> 0.7)
       minitest (~> 5.1)
@@ -36,97 +36,98 @@
       bundler
       rake
       thor (>= 0.14.0)
-    arel (7.0.0)
-    aruba (0.14.1)
+    arel (7.1.4)
+    aruba (0.14.2)
       childprocess (~> 0.5.6)
       contracts (~> 0.9)
       cucumber (>= 1.3.19)
       ffi (~> 1.9.10)
       rspec-expectations (>= 2.99)
       thor (~> 0.19)
-    builder (3.2.2)
+    builder (3.2.3)
     childprocess (0.5.9)
       ffi (~> 1.0, >= 1.0.11)
-    coffee-rails (4.2.1)
+    coffee-rails (4.2.2)
       coffee-script (>= 2.2.0)
-      railties (>= 4.0.0, < 5.2.x)
+      railties (>= 4.0.0)
     coffee-script (2.4.1)
       coffee-script-source
       execjs
-    coffee-script-source (1.10.0)
-    concurrent-ruby (1.0.2)
-    contracts (0.14.0)
+    coffee-script-source (1.12.2)
+    concurrent-ruby (1.0.5)
+    contracts (0.16.0)
+    crass (1.0.2)
     cucumber (1.3.19)
       builder (>= 2.1.2)
       diff-lcs (>= 1.1.3)
       gherkin (~> 2.12)
       multi_json (>= 1.7.5, < 2.0)
       multi_test (>= 0.1.2)
-    diff-lcs (1.2.5)
+    diff-lcs (1.3)
     erubis (2.7.0)
     execjs (2.7.0)
-    factory_girl (4.8.0)
+    factory_girl (4.9.0)
       activesupport (>= 3.0.0)
-    ffi (1.9.10)
+    ffi (1.9.18)
     gherkin (2.12.2)
       multi_json (~> 1.3)
-    i18n (0.7.0)
-    jquery-rails (4.1.1)
+    i18n (0.9.0)
+      concurrent-ruby (~> 1.0)
+    jquery-rails (4.3.1)
       rails-dom-testing (>= 1, < 3)
       railties (>= 4.2.0)
       thor (>= 0.14, < 2.0)
-    loofah (2.0.3)
+    loofah (2.1.1)
+      crass (~> 1.0.2)
       nokogiri (>= 1.5.9)
-    method_source (0.8.2)
-    mini_portile2 (2.1.0)
-    minitest (5.9.0)
-    multi_json (1.12.1)
+    method_source (0.9.0)
+    mini_portile2 (2.3.0)
+    minitest (5.10.3)
+    multi_json (1.12.2)
     multi_test (0.1.2)
-    nokogiri (1.6.8)
-      mini_portile2 (~> 2.1.0)
-      pkg-config (~> 1.1.7)
-    pkg-config (1.1.7)
+    nokogiri (1.8.1)
+      mini_portile2 (~> 2.3.0)
     power_assert (0.3.0)
-    rack (2.0.1)
+    rack (2.0.3)
     rack-test (0.6.3)
       rack (>= 1.0)
-    rails-dom-testing (2.0.1)
-      activesupport (>= 4.2.0, < 6.0)
-      nokogiri (~> 1.6.0)
+    rails-dom-testing (2.0.3)
+      activesupport (>= 4.2.0)
+      nokogiri (>= 1.6)
     rails-html-sanitizer (1.0.3)
       loofah (~> 2.0)
-    railties (5.0.0)
-      actionpack (= 5.0.0)
-      activesupport (= 5.0.0)
+    railties (5.0.6)
+      actionpack (= 5.0.6)
+      activesupport (= 5.0.6)
       method_source
       rake (>= 0.8.7)
       thor (>= 0.18.1, < 2.0)
-    rake (11.2.2)
-    rspec-core (3.5.0.beta4)
-      rspec-support (= 3.5.0.beta4)
-    rspec-expectations (3.5.0.beta4)
+    rake (12.1.0)
+    rspec-core (3.5.4)
+      rspec-support (~> 3.5.0)
+    rspec-expectations (3.5.0)
       diff-lcs (>= 1.2.0, < 2.0)
-      rspec-support (= 3.5.0.beta4)
-    rspec-mocks (3.5.0.beta4)
+      rspec-support (~> 3.5.0)
+    rspec-mocks (3.5.0)
       diff-lcs (>= 1.2.0, < 2.0)
-      rspec-support (= 3.5.0.beta4)
-    rspec-rails (3.5.0.beta4)
+      rspec-support (~> 3.5.0)
+    rspec-rails (3.5.2)
       actionpack (>= 3.0)
       activesupport (>= 3.0)
       railties (>= 3.0)
-      rspec-core (= 3.5.0.beta4)
-      rspec-expectations (= 3.5.0.beta4)
-      rspec-mocks (= 3.5.0.beta4)
-      rspec-support (= 3.5.0.beta4)
-    rspec-support (3.5.0.beta4)
-    sqlite3 (1.3.11)
+      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)
+    sqlite3 (1.3.13)
     test-unit (3.2.0)
       power_assert
-    thor (0.19.1)
-    thread_safe (0.3.5)
-    tzinfo (1.2.2)
+    thor (0.20.0)
+    thread_safe (0.3.6)
+    tzinfo (1.2.3)
       thread_safe (~> 0.1)
-    uglifier (3.0.0)
+    uglifier (3.2.0)
       execjs (>= 0.3.0, < 3)
 
 PLATFORMS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2016-12-16 19:28:40.000000000 +0100
+++ new/metadata        2017-10-24 15:57:29.000000000 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: factory_girl_rails
 version: !ruby/object:Gem::Version
-  version: 4.8.0
+  version: 4.9.0
 platform: ruby
 authors:
 - Joe Ferris
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2016-12-16 00:00:00.000000000 Z
+date: 2017-10-24 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: railties
@@ -30,14 +30,14 @@
     requirements:
     - - "~>"
       - !ruby/object:Gem::Version
-        version: 4.8.0
+        version: 4.9.0
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - "~>"
       - !ruby/object:Gem::Version
-        version: 4.8.0
+        version: 4.9.0
 description: |-
   factory_girl_rails provides integration between
       factory_girl and rails 3 or newer (currently just automatic factory 
definition
@@ -193,7 +193,7 @@
       version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.6.4
+rubygems_version: 2.5.2
 signing_key: 
 specification_version: 4
 summary: factory_girl_rails provides integration between factory_girl and 
rails 3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tmp/aruba/testapp/Gemfile 
new/tmp/aruba/testapp/Gemfile
--- old/tmp/aruba/testapp/Gemfile       2016-12-16 19:28:40.000000000 +0100
+++ new/tmp/aruba/testapp/Gemfile       2017-10-24 15:57:29.000000000 +0200
@@ -1,8 +1,13 @@
 source 'https://rubygems.org'
 
+git_source(:github) do |repo_name|
+  repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
+  "https://github.com/#{repo_name}.git";
+end
+
 
 # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
-gem 'rails', '~> 5.0.0'
+gem 'rails', '~> 5.0.6'
 # Use sqlite3 as the database for Active Record
 gem 'sqlite3'
 # Use Puma as the app server
@@ -37,7 +42,7 @@
 
 group :development do
   # Access an IRB console on exception pages or by using <%= console %> 
anywhere in the code.
-  gem 'web-console'
+  gem 'web-console', '>= 3.3.0'
   gem 'listen', '~> 3.0.5'
   # Spring speeds up development by keeping your application running in the 
background. Read more: https://github.com/rails/spring
   gem 'spring'
@@ -46,5 +51,5 @@
 
 # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
 gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
-gem "factory_girl_rails", :path => 
"/Users/joshuaclayton/dev/gems/factory_girl_rails"
+gem "factory_girl_rails", :path => 
"/Users/joshuaclayton/dev/gems/factory_bot_rails"
 gem "test-unit"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tmp/aruba/testapp/Gemfile.lock 
new/tmp/aruba/testapp/Gemfile.lock
--- old/tmp/aruba/testapp/Gemfile.lock  2016-12-16 19:28:40.000000000 +0100
+++ new/tmp/aruba/testapp/Gemfile.lock  2017-10-24 15:57:29.000000000 +0200
@@ -1,164 +1,171 @@
 PATH
-  remote: /Users/joshuaclayton/dev/gems/factory_girl_rails
+  remote: /Users/joshuaclayton/dev/gems/factory_bot_rails
   specs:
-    factory_girl_rails (4.8.0)
-      factory_girl (~> 4.8.0)
+    factory_girl_rails (4.9.0)
+      factory_girl (~> 4.9.0)
       railties (>= 3.0.0)
 
 GEM
   remote: https://rubygems.org/
   specs:
-    actioncable (5.0.0.1)
-      actionpack (= 5.0.0.1)
-      nio4r (~> 1.2)
+    actioncable (5.0.6)
+      actionpack (= 5.0.6)
+      nio4r (>= 1.2, < 3.0)
       websocket-driver (~> 0.6.1)
-    actionmailer (5.0.0.1)
-      actionpack (= 5.0.0.1)
-      actionview (= 5.0.0.1)
-      activejob (= 5.0.0.1)
+    actionmailer (5.0.6)
+      actionpack (= 5.0.6)
+      actionview (= 5.0.6)
+      activejob (= 5.0.6)
       mail (~> 2.5, >= 2.5.4)
       rails-dom-testing (~> 2.0)
-    actionpack (5.0.0.1)
-      actionview (= 5.0.0.1)
-      activesupport (= 5.0.0.1)
+    actionpack (5.0.6)
+      actionview (= 5.0.6)
+      activesupport (= 5.0.6)
       rack (~> 2.0)
       rack-test (~> 0.6.3)
       rails-dom-testing (~> 2.0)
       rails-html-sanitizer (~> 1.0, >= 1.0.2)
-    actionview (5.0.0.1)
-      activesupport (= 5.0.0.1)
+    actionview (5.0.6)
+      activesupport (= 5.0.6)
       builder (~> 3.1)
       erubis (~> 2.7.0)
       rails-dom-testing (~> 2.0)
-      rails-html-sanitizer (~> 1.0, >= 1.0.2)
-    activejob (5.0.0.1)
-      activesupport (= 5.0.0.1)
+      rails-html-sanitizer (~> 1.0, >= 1.0.3)
+    activejob (5.0.6)
+      activesupport (= 5.0.6)
       globalid (>= 0.3.6)
-    activemodel (5.0.0.1)
-      activesupport (= 5.0.0.1)
-    activerecord (5.0.0.1)
-      activemodel (= 5.0.0.1)
-      activesupport (= 5.0.0.1)
+    activemodel (5.0.6)
+      activesupport (= 5.0.6)
+    activerecord (5.0.6)
+      activemodel (= 5.0.6)
+      activesupport (= 5.0.6)
       arel (~> 7.0)
-    activesupport (5.0.0.1)
+    activesupport (5.0.6)
       concurrent-ruby (~> 1.0, >= 1.0.2)
       i18n (~> 0.7)
       minitest (~> 5.1)
       tzinfo (~> 1.1)
     arel (7.1.4)
-    builder (3.2.2)
-    byebug (9.0.6)
-    coffee-rails (4.2.1)
+    bindex (0.5.0)
+    builder (3.2.3)
+    byebug (9.1.0)
+    coffee-rails (4.2.2)
       coffee-script (>= 2.2.0)
-      railties (>= 4.0.0, < 5.2.x)
+      railties (>= 4.0.0)
     coffee-script (2.4.1)
       coffee-script-source
       execjs
-    coffee-script-source (1.11.1)
-    concurrent-ruby (1.0.2)
-    debug_inspector (0.0.2)
+    coffee-script-source (1.12.2)
+    concurrent-ruby (1.0.5)
+    crass (1.0.2)
     erubis (2.7.0)
     execjs (2.7.0)
-    factory_girl (4.8.0)
+    factory_girl (4.9.0)
       activesupport (>= 3.0.0)
-    ffi (1.9.14)
-    globalid (0.3.7)
-      activesupport (>= 4.1.0)
-    i18n (0.7.0)
-    jbuilder (2.6.1)
-      activesupport (>= 3.0.0, < 5.1)
-      multi_json (~> 1.2)
-    jquery-rails (4.2.1)
+    ffi (1.9.18)
+    globalid (0.4.0)
+      activesupport (>= 4.2.0)
+    i18n (0.9.0)
+      concurrent-ruby (~> 1.0)
+    jbuilder (2.7.0)
+      activesupport (>= 4.2.0)
+      multi_json (>= 1.2)
+    jquery-rails (4.3.1)
       rails-dom-testing (>= 1, < 3)
       railties (>= 4.2.0)
       thor (>= 0.14, < 2.0)
     listen (3.0.8)
       rb-fsevent (~> 0.9, >= 0.9.4)
       rb-inotify (~> 0.9, >= 0.9.7)
-    loofah (2.0.3)
+    loofah (2.1.1)
+      crass (~> 1.0.2)
       nokogiri (>= 1.5.9)
-    mail (2.6.4)
+    mail (2.6.6)
       mime-types (>= 1.16, < 4)
-    method_source (0.8.2)
+    method_source (0.9.0)
     mime-types (3.1)
       mime-types-data (~> 3.2015)
     mime-types-data (3.2016.0521)
-    mini_portile2 (2.1.0)
-    minitest (5.10.1)
-    multi_json (1.12.1)
-    nio4r (1.2.1)
-    nokogiri (1.6.8.1)
-      mini_portile2 (~> 2.1.0)
+    mini_portile2 (2.3.0)
+    minitest (5.10.3)
+    multi_json (1.12.2)
+    nio4r (2.1.0)
+    nokogiri (1.8.1)
+      mini_portile2 (~> 2.3.0)
     power_assert (0.3.0)
-    puma (3.6.2)
-    rack (2.0.1)
+    puma (3.10.0)
+    rack (2.0.3)
     rack-test (0.6.3)
       rack (>= 1.0)
-    rails (5.0.0.1)
-      actioncable (= 5.0.0.1)
-      actionmailer (= 5.0.0.1)
-      actionpack (= 5.0.0.1)
-      actionview (= 5.0.0.1)
-      activejob (= 5.0.0.1)
-      activemodel (= 5.0.0.1)
-      activerecord (= 5.0.0.1)
-      activesupport (= 5.0.0.1)
-      bundler (>= 1.3.0, < 2.0)
-      railties (= 5.0.0.1)
+    rails (5.0.6)
+      actioncable (= 5.0.6)
+      actionmailer (= 5.0.6)
+      actionpack (= 5.0.6)
+      actionview (= 5.0.6)
+      activejob (= 5.0.6)
+      activemodel (= 5.0.6)
+      activerecord (= 5.0.6)
+      activesupport (= 5.0.6)
+      bundler (>= 1.3.0)
+      railties (= 5.0.6)
       sprockets-rails (>= 2.0.0)
-    rails-dom-testing (2.0.1)
-      activesupport (>= 4.2.0, < 6.0)
-      nokogiri (~> 1.6.0)
+    rails-dom-testing (2.0.3)
+      activesupport (>= 4.2.0)
+      nokogiri (>= 1.6)
     rails-html-sanitizer (1.0.3)
       loofah (~> 2.0)
-    railties (5.0.0.1)
-      actionpack (= 5.0.0.1)
-      activesupport (= 5.0.0.1)
+    railties (5.0.6)
+      actionpack (= 5.0.6)
+      activesupport (= 5.0.6)
       method_source
       rake (>= 0.8.7)
       thor (>= 0.18.1, < 2.0)
-    rake (12.0.0)
-    rb-fsevent (0.9.8)
-    rb-inotify (0.9.7)
-      ffi (>= 0.5.0)
-    sass (3.4.22)
+    rake (12.1.0)
+    rb-fsevent (0.10.2)
+    rb-inotify (0.9.10)
+      ffi (>= 0.5.0, < 2)
+    sass (3.5.2)
+      sass-listen (~> 4.0.0)
+    sass-listen (4.0.0)
+      rb-fsevent (~> 0.9, >= 0.9.4)
+      rb-inotify (~> 0.9, >= 0.9.7)
     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)
-    spring (2.0.0)
+    spring (2.0.2)
       activesupport (>= 4.2)
     spring-watcher-listen (2.0.1)
       listen (>= 2.7, < 4.0)
       spring (>= 1.2, < 3.0)
-    sprockets (3.7.0)
+    sprockets (3.7.1)
       concurrent-ruby (~> 1.0)
       rack (> 1, < 3)
-    sprockets-rails (3.2.0)
+    sprockets-rails (3.2.1)
       actionpack (>= 4.0)
       activesupport (>= 4.0)
       sprockets (>= 3.0.0)
-    sqlite3 (1.3.12)
+    sqlite3 (1.3.13)
     test-unit (3.2.0)
       power_assert
-    thor (0.19.4)
-    thread_safe (0.3.5)
-    tilt (2.0.5)
+    thor (0.20.0)
+    thread_safe (0.3.6)
+    tilt (2.0.8)
     turbolinks (5.0.1)
       turbolinks-source (~> 5)
-    turbolinks-source (5.0.0)
-    tzinfo (1.2.2)
+    turbolinks-source (5.0.3)
+    tzinfo (1.2.3)
       thread_safe (~> 0.1)
-    uglifier (3.0.4)
+    uglifier (3.2.0)
       execjs (>= 0.3.0, < 3)
-    web-console (3.4.0)
+    web-console (3.5.1)
       actionview (>= 5.0)
       activemodel (>= 5.0)
-      debug_inspector
+      bindex (>= 0.4.0)
       railties (>= 5.0)
-    websocket-driver (0.6.4)
+    websocket-driver (0.6.5)
       websocket-extensions (>= 0.1.0)
     websocket-extensions (0.1.2)
 
@@ -173,7 +180,7 @@
   jquery-rails
   listen (~> 3.0.5)
   puma (~> 3.0)
-  rails (~> 5.0.0)
+  rails (~> 5.0.6)
   sass-rails (~> 5.0)
   spring
   spring-watcher-listen (~> 2.0.0)
@@ -182,7 +189,7 @@
   turbolinks (~> 5)
   tzinfo-data
   uglifier (>= 1.3.0)
-  web-console
+  web-console (>= 3.3.0)
 
 BUNDLED WITH
    1.13.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tmp/aruba/testapp/bin/spring 
new/tmp/aruba/testapp/bin/spring
--- old/tmp/aruba/testapp/bin/spring    2016-12-16 19:28:40.000000000 +0100
+++ new/tmp/aruba/testapp/bin/spring    2017-10-24 15:57:29.000000000 +0200
@@ -8,7 +8,8 @@
   require 'bundler'
 
   lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read)
-  if spring = lockfile.specs.detect { |spec| spec.name == "spring" }
+  spring = lockfile.specs.detect { |spec| spec.name == "spring" }
+  if spring
     Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path
     gem 'spring', spring.version
     require 'spring/binstub'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/tmp/aruba/testapp/config/initializers/application_controller_renderer.rb 
new/tmp/aruba/testapp/config/initializers/application_controller_renderer.rb
--- 
old/tmp/aruba/testapp/config/initializers/application_controller_renderer.rb    
    2016-12-16 19:28:40.000000000 +0100
+++ 
new/tmp/aruba/testapp/config/initializers/application_controller_renderer.rb    
    2017-10-24 15:57:29.000000000 +0200
@@ -1,6 +1,8 @@
 # Be sure to restart your server when you modify this file.
 
-# ApplicationController.renderer.defaults.merge!(
-#   http_host: 'example.org',
-#   https: false
-# )
+# ActiveSupport::Reloader.to_prepare do
+#   ApplicationController.renderer.defaults.merge!(
+#     http_host: 'example.org',
+#     https: false
+#   )
+# end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/tmp/aruba/testapp/config/initializers/new_framework_defaults.rb 
new/tmp/aruba/testapp/config/initializers/new_framework_defaults.rb
--- old/tmp/aruba/testapp/config/initializers/new_framework_defaults.rb 
2016-12-16 19:28:40.000000000 +0100
+++ new/tmp/aruba/testapp/config/initializers/new_framework_defaults.rb 
2017-10-24 15:57:29.000000000 +0200
@@ -2,7 +2,9 @@
 #
 # This file contains migration options to ease your Rails 5.0 upgrade.
 #
-# Read the Rails 5.0 release notes for more info on each option.
+# Read the Guide for Upgrading Ruby on Rails for more info on each option.
+
+Rails.application.config.action_controller.raise_on_unfiltered_parameters = 
true
 
 # Enable per-form CSRF tokens. Previous versions had false.
 Rails.application.config.action_controller.per_form_csrf_tokens = true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tmp/aruba/testapp/config/secrets.yml 
new/tmp/aruba/testapp/config/secrets.yml
--- old/tmp/aruba/testapp/config/secrets.yml    2016-12-16 19:28:40.000000000 
+0100
+++ new/tmp/aruba/testapp/config/secrets.yml    2017-10-24 15:57:29.000000000 
+0200
@@ -11,10 +11,10 @@
 # if you're sharing your code publicly.
 
 development:
-  secret_key_base: 
f4865ef4c1e36b57ee89e2e568990686e659d2bdab0c77bcb6bf4060ba5a515c25501b27a75ecf36fb34f9686505e948c857f73342db7a66bb99440ebb088832
+  secret_key_base: 
b4f0bd75a1fb43bfacfd2680c1e3181c436f207f129fc032de27643995d00bfa62f2ce592925e100f7f5accc02000c73d16ab6048c39c3ea9cc9272a125d2f7d
 
 test:
-  secret_key_base: 
987cedfae6112521098bbbf1551fa3325be8a3a5c6330db6cd65760f354ace18dbfba693bb65ded6882df86d38b4dc5c97011ee3c31fbaba3702974644d01142
+  secret_key_base: 
0390ee6caa4be721005d9b80ceaa3053feaa5408c5bf6d5921baee1a347040bdf0522e14f6899937d9c228eb88b4bdb2f1eab5e88d2034119c4ed24022f069ae
 
 # Do not keep production secrets in the repository,
 # instead read values from the environment.
Binary files old/tmp/aruba/testapp/db/development.sqlite3 and 
new/tmp/aruba/testapp/db/development.sqlite3 differ
Binary files old/tmp/aruba/testapp/db/test.sqlite3 and 
new/tmp/aruba/testapp/db/test.sqlite3 differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tmp/aruba/testapp/log/development.log 
new/tmp/aruba/testapp/log/development.log
--- old/tmp/aruba/testapp/log/development.log   2016-12-16 19:28:40.000000000 
+0100
+++ new/tmp/aruba/testapp/log/development.log   2017-10-24 15:57:29.000000000 
+0200
@@ -1,16 +1,16 @@
-   (1.8ms)  CREATE TABLE "schema_migrations" ("version" 
varchar NOT NULL PRIMARY KEY)
-   (1.0ms)  CREATE TABLE "ar_internal_metadata" ("key" 
varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, 
"updated_at" datetime NOT NULL)
-  ActiveRecord::SchemaMigration Load (0.2ms)  SELECT 
"schema_migrations".* FROM "schema_migrations"
+   (1.5ms)  CREATE TABLE "schema_migrations" ("version" 
varchar NOT NULL PRIMARY KEY)
+   (0.9ms)  CREATE TABLE "ar_internal_metadata" ("key" 
varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, 
"updated_at" datetime NOT NULL)
+  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT 
"schema_migrations".* FROM "schema_migrations"
 Migrating to CreateUsers (1)
-   (0.1ms)  begin transaction
+   (0.0ms)  begin transaction
 DEPRECATION WARNING: Directly inheriting from ActiveRecord::Migration is 
deprecated. Please specify the Rails release the migration was written for:
 
-  class CreateUsers < ActiveRecord::Migration[4.2] (called from load at 
/Users/joshuaclayton/.rbenv/versions/2.3.1/bin/rake:22)
-   (0.6ms)  CREATE TABLE "users" ("id" INTEGER PRIMARY 
KEY AUTOINCREMENT NOT NULL, "name" varchar)
+  class CreateUsers < ActiveRecord::Migration[4.2] (called from load at 
/Users/joshuaclayton/.rbenv/versions/2.3.3/bin/rake:22)
+   (0.3ms)  CREATE TABLE "users" ("id" INTEGER PRIMARY 
KEY AUTOINCREMENT NOT NULL, "name" varchar)
   SQL (0.1ms)  INSERT INTO "schema_migrations" 
("version") VALUES (?)  [["version", "1"]]
-   (0.9ms)  commit transaction
-  ActiveRecord::InternalMetadata Load (0.1ms)  SELECT  
"ar_internal_metadata".* FROM "ar_internal_metadata" WHERE 
"ar_internal_metadata"."key" = ? LIMIT ?  [["key", :environment], ["LIMIT", 
1]]
-   (0.1ms)  begin transaction
-  SQL (0.3ms)  INSERT INTO "ar_internal_metadata" 
("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["key", 
"environment"], ["value", "development"], ["created_at", 2016-12-16 14:08:30 
UTC], ["updated_at", 2016-12-16 14:08:30 UTC]]
-   (0.6ms)  commit transaction
+   (1.0ms)  commit transaction
+  ActiveRecord::InternalMetadata Load (0.1ms)  SELECT  
"ar_internal_metadata".* FROM "ar_internal_metadata" WHERE 
"ar_internal_metadata"."key" = ? LIMIT ?  [["key", "environment"], 
["LIMIT", 1]]
+   (0.0ms)  begin transaction
+  SQL (0.3ms)  INSERT INTO "ar_internal_metadata" 
("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["key", 
"environment"], ["value", "development"], ["created_at", "2017-10-23 
20:03:06.153991"], ["updated_at", "2017-10-23 20:03:06.153991"]]
+   (0.7ms)  commit transaction
   ActiveRecord::SchemaMigration Load (0.1ms)  SELECT 
"schema_migrations".* FROM "schema_migrations"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tmp/aruba/testapp/log/test.log 
new/tmp/aruba/testapp/log/test.log
--- old/tmp/aruba/testapp/log/test.log  2016-12-16 19:28:40.000000000 +0100
+++ new/tmp/aruba/testapp/log/test.log  2017-10-24 15:57:29.000000000 +0200
@@ -1,21 +1,21 @@
-   (1.4ms)  CREATE TABLE "users" ("id" INTEGER PRIMARY 
KEY AUTOINCREMENT NOT NULL, "name" varchar)
-   (0.9ms)  CREATE TABLE "schema_migrations" ("version" 
varchar NOT NULL PRIMARY KEY)
-   (0.3ms)  SELECT version FROM "schema_migrations"
-   (0.9ms)  INSERT INTO "schema_migrations" (version) 
VALUES ('1')
+   (1.7ms)  CREATE TABLE "users" ("id" INTEGER PRIMARY 
KEY AUTOINCREMENT NOT NULL, "name" varchar)
+   (1.1ms)  CREATE TABLE "schema_migrations" ("version" 
varchar NOT NULL PRIMARY KEY)
+   (0.1ms)  SELECT version FROM "schema_migrations"
+   (0.9ms)  INSERT INTO "schema_migrations" (version) 
VALUES (1)
    (1.0ms)  CREATE TABLE "ar_internal_metadata" ("key" 
varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, 
"updated_at" datetime NOT NULL)
-  ActiveRecord::InternalMetadata Load (0.1ms)  SELECT  
"ar_internal_metadata".* FROM "ar_internal_metadata" WHERE 
"ar_internal_metadata"."key" = ? LIMIT ?  [["key", :environment], ["LIMIT", 
1]]
-   (0.1ms)  begin transaction
-  SQL (0.4ms)  INSERT INTO "ar_internal_metadata" 
("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["key", 
"environment"], ["value", "test"], ["created_at", 2016-12-16 14:08:34 UTC], 
["updated_at", 2016-12-16 14:08:34 UTC]]
-   (0.6ms)  commit transaction
-  ActiveRecord::InternalMetadata Load (0.1ms)  SELECT  
"ar_internal_metadata".* FROM "ar_internal_metadata" WHERE 
"ar_internal_metadata"."key" = ? LIMIT ?  [["key", :environment], ["LIMIT", 
1]]
+  ActiveRecord::InternalMetadata Load (0.1ms)  SELECT  
"ar_internal_metadata".* FROM "ar_internal_metadata" WHERE 
"ar_internal_metadata"."key" = ? LIMIT ?  [["key", "environment"], 
["LIMIT", 1]]
+   (0.0ms)  begin transaction
+  SQL (0.3ms)  INSERT INTO "ar_internal_metadata" 
("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["key", 
"environment"], ["value", "test"], ["created_at", "2017-10-23 
20:03:10.069536"], ["updated_at", "2017-10-23 20:03:10.069536"]]
+   (0.7ms)  commit transaction
+  ActiveRecord::InternalMetadata Load (0.0ms)  SELECT  
"ar_internal_metadata".* FROM "ar_internal_metadata" WHERE 
"ar_internal_metadata"."key" = ? LIMIT ?  [["key", "environment"], 
["LIMIT", 1]]
    (0.0ms)  begin transaction
-   (0.0ms)  commit transaction
-  ActiveRecord::SchemaMigration Load (0.1ms)  SELECT 
"schema_migrations".* FROM "schema_migrations"
+   (0.1ms)  commit transaction
+  ActiveRecord::SchemaMigration Load (0.3ms)  SELECT 
"schema_migrations".* FROM "schema_migrations"
    (0.1ms)  begin transaction
 ------------------------------------------
 UserTest: test_use_factory_of_some_railtie
 ------------------------------------------
    (0.0ms)  SAVEPOINT active_record_1
-  SQL (0.4ms)  INSERT INTO "users" ("name") VALUES 
(?)  [["name", "Artem"]]
+  SQL (0.5ms)  INSERT INTO "users" ("name") VALUES 
(?)  [["name", "Artem"]]
    (0.0ms)  RELEASE SAVEPOINT active_record_1
-   (0.3ms)  rollback transaction
+   (1.8ms)  rollback transaction
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tmp/aruba/testapp/public/404.html 
new/tmp/aruba/testapp/public/404.html
--- old/tmp/aruba/testapp/public/404.html       2016-12-16 19:28:40.000000000 
+0100
+++ new/tmp/aruba/testapp/public/404.html       2017-10-24 15:57:29.000000000 
+0200
@@ -4,7 +4,7 @@
   <title>The page you were looking for doesn't exist (404)</title>
   <meta name="viewport" content="width=device-width,initial-scale=1">
   <style>
-  body {
+  .rails-default-error-page {
     background-color: #EFEFEF;
     color: #2E2F30;
     text-align: center;
@@ -12,13 +12,13 @@
     margin: 0;
   }
 
-  div.dialog {
+  .rails-default-error-page div.dialog {
     width: 95%;
     max-width: 33em;
     margin: 4em auto 0;
   }
 
-  div.dialog > div {
+  .rails-default-error-page div.dialog > div {
     border: 1px solid #CCC;
     border-right-color: #999;
     border-left-color: #999;
@@ -31,13 +31,13 @@
     box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
   }
 
-  h1 {
+  .rails-default-error-page h1 {
     font-size: 100%;
     color: #730E15;
     line-height: 1.5em;
   }
 
-  div.dialog > p {
+  .rails-default-error-page div.dialog > p {
     margin: 0 0 1em;
     padding: 1em;
     background-color: #F7F7F7;
@@ -54,7 +54,7 @@
   </style>
 </head>
 
-<body>
+<body class="rails-default-error-page">
   <!-- This file lives in public/404.html -->
   <div class="dialog">
     <div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tmp/aruba/testapp/public/422.html 
new/tmp/aruba/testapp/public/422.html
--- old/tmp/aruba/testapp/public/422.html       2016-12-16 19:28:40.000000000 
+0100
+++ new/tmp/aruba/testapp/public/422.html       2017-10-24 15:57:29.000000000 
+0200
@@ -4,7 +4,7 @@
   <title>The change you wanted was rejected (422)</title>
   <meta name="viewport" content="width=device-width,initial-scale=1">
   <style>
-  body {
+  .rails-default-error-page {
     background-color: #EFEFEF;
     color: #2E2F30;
     text-align: center;
@@ -12,13 +12,13 @@
     margin: 0;
   }
 
-  div.dialog {
+  .rails-default-error-page div.dialog {
     width: 95%;
     max-width: 33em;
     margin: 4em auto 0;
   }
 
-  div.dialog > div {
+  .rails-default-error-page div.dialog > div {
     border: 1px solid #CCC;
     border-right-color: #999;
     border-left-color: #999;
@@ -31,13 +31,13 @@
     box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
   }
 
-  h1 {
+  .rails-default-error-page h1 {
     font-size: 100%;
     color: #730E15;
     line-height: 1.5em;
   }
 
-  div.dialog > p {
+  .rails-default-error-page div.dialog > p {
     margin: 0 0 1em;
     padding: 1em;
     background-color: #F7F7F7;
@@ -54,7 +54,7 @@
   </style>
 </head>
 
-<body>
+<body class="rails-default-error-page">
   <!-- This file lives in public/422.html -->
   <div class="dialog">
     <div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tmp/aruba/testapp/public/500.html 
new/tmp/aruba/testapp/public/500.html
--- old/tmp/aruba/testapp/public/500.html       2016-12-16 19:28:40.000000000 
+0100
+++ new/tmp/aruba/testapp/public/500.html       2017-10-24 15:57:29.000000000 
+0200
@@ -4,7 +4,7 @@
   <title>We're sorry, but something went wrong (500)</title>
   <meta name="viewport" content="width=device-width,initial-scale=1">
   <style>
-  body {
+  .rails-default-error-page {
     background-color: #EFEFEF;
     color: #2E2F30;
     text-align: center;
@@ -12,13 +12,13 @@
     margin: 0;
   }
 
-  div.dialog {
+  .rails-default-error-page div.dialog {
     width: 95%;
     max-width: 33em;
     margin: 4em auto 0;
   }
 
-  div.dialog > div {
+  .rails-default-error-page div.dialog > div {
     border: 1px solid #CCC;
     border-right-color: #999;
     border-left-color: #999;
@@ -31,13 +31,13 @@
     box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
   }
 
-  h1 {
+  .rails-default-error-page h1 {
     font-size: 100%;
     color: #730E15;
     line-height: 1.5em;
   }
 
-  div.dialog > p {
+  .rails-default-error-page div.dialog > p {
     margin: 0 0 1em;
     padding: 1em;
     background-color: #F7F7F7;
@@ -54,7 +54,7 @@
   </style>
 </head>
 
-<body>
+<body class="rails-default-error-page">
   <!-- This file lives in public/500.html -->
   <div class="dialog">
     <div>


Reply via email to