diff --git a/Gemfile b/Gemfile index ce4735c1..80fe57c0 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