summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2017-01-15 18:38:46 +1300
committerKornelius Kalnbach <murphy@rubychan.de>2017-01-15 18:38:46 +1300
commit6f9b2b8eb356327fa73e3e1d6c4ce18420f9db2a (patch)
treec5f4ab34427f4bbe37358db9a7c4dfdfea6c7d99
parent294183efae11e1a002cd455480e4dde8301f6b1e (diff)
downloadcoderay-6f9b2b8eb356327fa73e3e1d6c4ce18420f9db2a.tar.gz
downgrade shoulda-context
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index c4463a9..8710555 100644
--- a/Gemfile
+++ b/Gemfile
@@ -11,7 +11,7 @@ group :development do
gem "RedCloth", RUBY_PLATFORM == 'java' ? ">= 4.2.7" : ">= 4.0.3"
gem "term-ansicolor", "~> 1.3.2"
gem 'tins', '~> 1.6.0'
- gem "shoulda-context"
+ gem "shoulda-context", "= 1.2.1"
gem "test-unit"
gem "json", "~> 1.8" if RUBY_VERSION < '1.9'
gem "rdoc", "~> 4.2.2"