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 d4d27b2 commit f16a659Copy full SHA for f16a659
Gemfile
@@ -7,10 +7,10 @@ gemspec
7
# Include everything needed to run rake, tests, features, etc.
8
group :development do
9
gem "bundler"
10
- gem "rake", "~> 10.5"
+ gem "rake", ">= 10.5"
11
gem "RedCloth", RUBY_PLATFORM == 'java' ? "= 4.2.9" : ">= 4.0.3"
12
gem "term-ansicolor", "~> 1.3.2"
13
- gem 'tins', '~> 1.6.0'
+ gem 'tins', '>= 1.6.0'
14
gem "shoulda-context", "= 1.2.1"
15
gem "test-unit"
16
gem "json", "~> 1.8" if RUBY_VERSION < '1.9'
0 commit comments