Skip to content

Commit ae5d868

Browse files
committed
fix issue with tins on older Ruby versions
1 parent 153f9fb commit ae5d868

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ group :development do
1010
gem "rake"
1111
gem "RedCloth", RUBY_PLATFORM == 'java' ? ">= 4.2.7" : ">= 4.0.3"
1212
gem "term-ansicolor"
13+
gem 'tins', '~> 1.6.0'
1314
gem "shoulda-context"
1415
gem "test-unit"
1516
gem "json" if RUBY_VERSION < '1.9'

0 commit comments

Comments
 (0)