Skip to content

Commit

Permalink
update to shoulda-context 1.0.0 after release!
Browse files Browse the repository at this point in the history
  • Loading branch information
korny committed Dec 12, 2011
1 parent b0e85b2 commit 3affb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -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

0 comments on commit 3affb0b

Please sign in to comment.