We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0e85b2 commit 3affb0bCopy full SHA for 3affb0b
Gemfile
@@ -10,7 +10,7 @@ group :development do
10
gem "rake", "~> 0.9.2"
11
gem "RedCloth", RUBY_PLATFORM == 'java' ? "= 4.2.7" : ">= 4.0.3"
12
gem "term-ansicolor"
13
- 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'
14
gem "json" unless RUBY_VERSION >= '1.9.1'
15
gem "rdoc" if RUBY_VERSION >= '1.8.7'
16
end
0 commit comments