summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2013-06-09 20:20:15 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2013-06-09 20:20:15 +0200
commit410e51ea3225b2a5c043c2ddd754dd614f4fcf1d (patch)
treecdcd16506b9b3fb07b5961adc8489639656a555d /Gemfile
parentafa283677ba133cdf91ee9fe05fb127945519553 (diff)
downloadcoderay-410e51ea3225b2a5c043c2ddd754dd614f4fcf1d.tar.gz
update term-ansicolor
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index df6d563..15a71ae 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,7 +9,7 @@ group :development do
gem "bundler", ">= 1.0.0"
gem "rake"
gem "RedCloth", RUBY_PLATFORM == 'java' ? ">= 4.2.7" : ">= 4.0.3"
- gem "term-ansicolor", '= 1.1.1'
+ gem "term-ansicolor", '~> 1.2.2'
gem "shoulda-context", "~> 1.1.2"
gem "json" if RUBY_VERSION < '1.9'
gem "rdoc"