Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
loe committed Jun 30, 2011
1 parent e057508 commit 1d65b85
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Gemfile
Expand Up @@ -5,6 +5,8 @@ gem "em-http-request"
gem "yajl-ruby" gem "yajl-ruby"
gem "activesupport" gem "activesupport"


gem "bundler", "~> 1.0.0", :require => false group :development do
gem "jeweler", "~> 1.5.2", :require => false gem "bundler", "~> 1.0.0"
gem "rcov", ">= 0", :require => false gem "jeweler", "~> 1.5.2"
gem "rcov", ">= 0"
end

0 comments on commit 1d65b85

Please sign in to comment.