We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0abcb3d commit cee1223Copy full SHA for cee1223
Gemfile
@@ -7,7 +7,7 @@ gemspec
7
# Include everything needed to run rake, tests, features, etc.
8
group :development do
9
gem "bundler"
10
- gem "rake"
+ gem "rake", "~> 10.5"
11
gem "RedCloth", RUBY_PLATFORM == 'java' ? ">= 4.2.7" : ">= 4.0.3"
12
gem "term-ansicolor"
13
gem 'tins', '~> 1.6.0'
0 commit comments