summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2011-12-12 05:00:38 +0100
committerKornelius Kalnbach <murphy@rubychan.de>2011-12-12 05:00:38 +0100
commit3affb0b62355d96c35c643c6bdb20d6ecd1b5d58 (patch)
tree7b9eb146b98e85986175b7a6b37071b487590024
parentb0e85b2b29258fc68a9efd8d2780f4c33a5f89e5 (diff)
downloadcoderay-3affb0b62355d96c35c643c6bdb20d6ecd1b5d58.tar.gz
update to shoulda-context 1.0.0 after release!
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index ce4735c..80fe57c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -10,7 +10,7 @@ group :development do
gem "rake", "~> 0.9.2"
gem "RedCloth", RUBY_PLATFORM == 'java' ? "= 4.2.7" : ">= 4.0.3"
gem "term-ansicolor"
- gem "shoulda-context", "= 1.0.0.beta1" if RUBY_VERSION >= '1.8.7'
+ gem "shoulda-context", "~> 1.0.0" if RUBY_VERSION >= '1.8.7'
gem "json" unless RUBY_VERSION >= '1.9.1'
gem "rdoc" if RUBY_VERSION >= '1.8.7'
end