Skip to content

Commit

Permalink
make gemfile work with bundler 1.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
hgschmie committed Sep 12, 2012
1 parent 18f1cdb commit e02d27f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -4,7 +4,7 @@ gem "thin", ">= 1.3.1"
gem "json", ">= 1.5.1"

group :development do
gem "bundler", "~> 1.1.2"
gem "jeweler", "~> 1.8.3"
gem "bundler", ">= 1.1.2"
gem "jeweler", ">= 1.8.3"
gem (RUBY_VERSION =~ /^1\.9/ ? "simplecov" : "rcov"), ">= 0"
end

0 comments on commit e02d27f

Please sign in to comment.