Gemfile in vault-test-tools-0.4.2 vs Gemfile in vault-test-tools-1.0.0
- old
+ new
@@ -7,7 +7,7 @@
gem 'yard'
gem 'pry-byebug'
end
group :test do
- gem 'fakeweb'
+ gem 'fakeweb', git: 'https://github.com/chrisk/fakeweb.git'
end
- old
+ new