Skip to content

Commit

Permalink
relax gem version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
korny committed May 17, 2014
1 parent da39961 commit 38e3338
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ gemspec
# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development do
gem "bundler", ">= 1.0.0"
gem "bundler"
gem "rake"
gem "RedCloth", RUBY_PLATFORM == 'java' ? ">= 4.2.7" : ">= 4.0.3"
gem "term-ansicolor", '~> 1.3.0'
gem "shoulda-context", "~> 1.1.2"
gem "term-ansicolor"
gem "shoulda-context"
gem "json" if RUBY_VERSION < '1.9'
gem "rdoc"
end

0 comments on commit 38e3338

Please sign in to comment.