Gemfile in git-switcher-0.0.2 vs Gemfile in git-switcher-1.0.0
- old
+ new
@@ -1,11 +1,4 @@
source 'https://rubygems.org'
# Specify your gem's dependencies in git-switcher.gemspec
gemspec
-
-# Explicitly add rake, for "Travis CI" purposes
-group :test do
- gem 'rake'
-end
-
-# vim:syntax=ruby