Skip to content

Commit 3affb0b

Browse files
committed
update to shoulda-context 1.0.0 after release!
1 parent b0e85b2 commit 3affb0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ group :development do
1010
gem "rake", "~> 0.9.2"
1111
gem "RedCloth", RUBY_PLATFORM == 'java' ? "= 4.2.7" : ">= 4.0.3"
1212
gem "term-ansicolor"
13-
gem "shoulda-context", "= 1.0.0.beta1" if RUBY_VERSION >= '1.8.7'
13+
gem "shoulda-context", "~> 1.0.0" if RUBY_VERSION >= '1.8.7'
1414
gem "json" unless RUBY_VERSION >= '1.9.1'
1515
gem "rdoc" if RUBY_VERSION >= '1.8.7'
1616
end

0 commit comments

Comments
 (0)