We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97dc325 commit b0e85b2Copy full SHA for b0e85b2
Gemfile
@@ -6,7 +6,7 @@ gemspec
6
# Add dependencies to develop your gem here.
7
# Include everything needed to run rake, tests, features, etc.
8
group :development do
9
- gem "bundler", "~> 1.0.0"
+ gem "bundler", ">= 1.0.0"
10
gem "rake", "~> 0.9.2"
11
gem "RedCloth", RUBY_PLATFORM == 'java' ? "= 4.2.7" : ">= 4.0.3"
12
gem "term-ansicolor"
0 commit comments