We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f4e3e0 commit 436c1a4Copy full SHA for 436c1a4
Gemfile
@@ -9,10 +9,10 @@ group :development do
9
gem "bundler"
10
gem "rake", ">= 10.5"
11
gem "RedCloth", RUBY_PLATFORM == 'java' ? "= 4.2.9" : ">= 4.0.3"
12
- gem "term-ansicolor", "~> 1.3.2"
+ gem "term-ansicolor", ">= 1.3.2"
13
gem 'tins', '>= 1.6.0'
14
- gem "shoulda-context", "= 1.2.1"
+ gem "shoulda-context", ">= 1.2.1"
15
gem "test-unit"
16
- gem "json", "~> 1.8" if RUBY_VERSION < '1.9'
17
- gem "rdoc", "~> 4.2.2"
+ gem "json", ">= 1.8" if RUBY_VERSION < '1.9'
+ gem "rdoc", ">= 4.2.2"
18
end
0 commit comments