Gemfile in faster_path-0.1.12 vs Gemfile in faster_path-0.1.13

- old
+ new

@@ -3,13 +3,5 @@ gemspec group :test do gem 'coveralls', require: false end end - -begin -# https://github.com/ruby/spec dependencies - eval_gemfile File.expand_path('spec/ruby_spec/Gemfile', File.dirname(__FILE__)) -rescue - `git submodule update --init` - eval_gemfile File.expand_path('spec/ruby_spec/Gemfile', File.dirname(__FILE__)) -end