gemfiles/Gemfile.rails5 in validates_host-1.2.0 vs gemfiles/Gemfile.rails5 in validates_host-1.3.0
- old
+ new
@@ -1,5 +1,5 @@
-source :rubygems
+source 'https://rubygems.org'
-gem 'activesupport', '>= 5.0.0'
+gem 'activesupport', '>= 5.0.0', '< 6.0.0'
-gemspec :path => '../'
\ No newline at end of file
+gemspec :path => '../'