Commit e9bc991

mo khan <mo.khan@gmail.com>
2019-08-23 16:57:36
update to rails 6
1 parent 29db137
Changed files (2)
spec/spec_helper.rb
@@ -7,6 +7,7 @@ end
 require 'bundler/setup'
 require 'saml/kit'
 require 'saml/kit/rspec'
+require 'active_support/core_ext/string/strip'
 require 'active_support/testing/time_helpers'
 require 'ffaker'
 require 'webmock/rspec'
Gemfile.lock
@@ -9,13 +9,14 @@ PATH
 GEM
   remote: https://rubygems.org/
   specs:
-    activemodel (5.2.3)
-      activesupport (= 5.2.3)
-    activesupport (5.2.3)
+    activemodel (6.0.0)
+      activesupport (= 6.0.0)
+    activesupport (6.0.0)
       concurrent-ruby (~> 1.0, >= 1.0.2)
       i18n (>= 0.7, < 2)
       minitest (~> 5.1)
       tzinfo (~> 1.1)
+      zeitwerk (~> 2.1, >= 2.1.8)
     addressable (2.6.0)
       public_suffix (>= 2.0.2, < 4.0)
     ast (2.4.0)
@@ -103,6 +104,7 @@ GEM
       xmldsig (~> 0.6)
     xmldsig (0.6.6)
       nokogiri (>= 1.6.8, < 2.0.0)
+    zeitwerk (2.1.9)
 
 PLATFORMS
   ruby