Skip to content

Commit cee1223

Browse files
committed
fix tests for Ruby 1.8
1 parent 0abcb3d commit cee1223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gemspec
77
# Include everything needed to run rake, tests, features, etc.
88
group :development do
99
gem "bundler"
10-
gem "rake"
10+
gem "rake", "~> 10.5"
1111
gem "RedCloth", RUBY_PLATFORM == 'java' ? ">= 4.2.7" : ">= 4.0.3"
1212
gem "term-ansicolor"
1313
gem 'tins', '~> 1.6.0'

0 commit comments

Comments
 (0)