Skip to content

Instantly share code, notes, and snippets.

@ompugao
Created April 2, 2012 11:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ompugao/2282696 to your computer and use it in GitHub Desktop.
Save ompugao/2282696 to your computer and use it in GitHub Desktop.
patch to a source coded automatically generated by jeweler
diff --git a/Gemfile b/Gemfile
index eedb107..6d26f41 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,7 +8,7 @@ source "http://rubygems.org"
group :development do
gem "rspec", "~> 2.8.0"
gem "rdoc", "~> 3.12"
- gem "bundler", "~> 1.0.0"
+ gem "bundler", ">= 1.0.0"
gem "jeweler", "~> 1.8.3"
- gem "rcov", ">= 0"
+ gem "simplecov", ">= 0"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment