Skip to content

Commit

Permalink
update more gems
Browse files Browse the repository at this point in the history
  • Loading branch information
korny committed Sep 3, 2017
1 parent 3f4e3e0 commit 436c1a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ group :development do
gem "bundler"
gem "rake", ">= 10.5"
gem "RedCloth", RUBY_PLATFORM == 'java' ? "= 4.2.9" : ">= 4.0.3"
gem "term-ansicolor", "~> 1.3.2"
gem "term-ansicolor", ">= 1.3.2"
gem 'tins', '>= 1.6.0'
gem "shoulda-context", "= 1.2.1"
gem "shoulda-context", ">= 1.2.1"
gem "test-unit"
gem "json", "~> 1.8" if RUBY_VERSION < '1.9'
gem "rdoc", "~> 4.2.2"
gem "json", ">= 1.8" if RUBY_VERSION < '1.9'
gem "rdoc", ">= 4.2.2"
end

0 comments on commit 436c1a4

Please sign in to comment.