summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2016-02-13 14:40:46 +0100
committerKornelius Kalnbach <murphy@rubychan.de>2016-02-13 14:40:46 +0100
commitae5d868a13ac722e49f0c83080ee2e05ab8d9aa8 (patch)
treea6d8bddda6f4d4569601d88360656cbe8ad4fbd1
parent153f9fb053e7e59af7ac34744265a608c1c90ff7 (diff)
downloadcoderay-ae5d868a13ac722e49f0c83080ee2e05ab8d9aa8.tar.gz
fix issue with tins on older Ruby versions
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 0fae04b..6d3a176 100644
--- a/Gemfile
+++ b/Gemfile
@@ -10,6 +10,7 @@ group :development do
gem "rake"
gem "RedCloth", RUBY_PLATFORM == 'java' ? ">= 4.2.7" : ">= 4.0.3"
gem "term-ansicolor"
+ gem 'tins', '~> 1.6.0'
gem "shoulda-context"
gem "test-unit"
gem "json" if RUBY_VERSION < '1.9'