gemfiles/Gemfile.base in schema_associations-1.2.2 vs gemfiles/Gemfile.base in schema_associations-1.2.3
- old
+ new
@@ -1,4 +1,4 @@
source 'https://rubygems.org'
gemspec :path => File.expand_path('..', __FILE__)
-gem "byebug" if RUBY_VERSION > "2"
+File.exist?(gemfile_local = File.expand_path('../Gemfile.local', __FILE__)) and eval File.read(gemfile_local), binding, gemfile_local