We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da39961 commit 38e3338Copy full SHA for 38e3338
Gemfile
@@ -6,11 +6,11 @@ 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"
10
gem "rake"
11
gem "RedCloth", RUBY_PLATFORM == 'java' ? ">= 4.2.7" : ">= 4.0.3"
12
- gem "term-ansicolor", '~> 1.3.0'
13
- gem "shoulda-context", "~> 1.1.2"
+ gem "term-ansicolor"
+ gem "shoulda-context"
14
gem "json" if RUBY_VERSION < '1.9'
15
gem "rdoc"
16
end
0 commit comments