Skip to content

Commit 436c1a4

Browse files
committed
update more gems
1 parent 3f4e3e0 commit 436c1a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ group :development do
99
gem "bundler"
1010
gem "rake", ">= 10.5"
1111
gem "RedCloth", RUBY_PLATFORM == 'java' ? "= 4.2.9" : ">= 4.0.3"
12-
gem "term-ansicolor", "~> 1.3.2"
12+
gem "term-ansicolor", ">= 1.3.2"
1313
gem 'tins', '>= 1.6.0'
14-
gem "shoulda-context", "= 1.2.1"
14+
gem "shoulda-context", ">= 1.2.1"
1515
gem "test-unit"
16-
gem "json", "~> 1.8" if RUBY_VERSION < '1.9'
17-
gem "rdoc", "~> 4.2.2"
16+
gem "json", ">= 1.8" if RUBY_VERSION < '1.9'
17+
gem "rdoc", ">= 4.2.2"
1818
end

0 commit comments

Comments
 (0)