templates/gemfiles/Gemfile.base in schema_dev-1.4.0 vs templates/gemfiles/Gemfile.base in schema_dev-2.0.0

- old
+ new

@@ -2,5 +2,7 @@ gemspec :path => File.expand_path('..', __FILE__) platform :ruby do gem "byebug" if RUBY_VERSION > "2" end + +File.exist?(gemfile_local = File.expand_path('../Gemfile.local', __FILE__)) and eval File.read(gemfile_local), binding, gemfile_local