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 8ffc3da commit 8fa3e19Copy full SHA for 8fa3e19
Gemfile
@@ -1,16 +1,15 @@
1
-source "http://rubygems.org"
2
-
3
# Specify your gem's dependencies in coderay.gemspec
4
gemspec
5
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"
10
- gem "rake", "~> 0.9.2"
+ gem "rake"
11
gem "RedCloth", RUBY_PLATFORM == 'java' ? ">= 4.2.7" : ">= 4.0.3"
12
gem "term-ansicolor"
13
- gem "shoulda-context", "~> 1.0.0" if RUBY_VERSION >= '1.8.7'
14
- gem "json" unless RUBY_VERSION >= '1.9.1'
15
- gem "rdoc" if RUBY_VERSION >= '1.8.7'
+ gem "shoulda-context", "~> 1.0.0"
+ gem "json" if RUBY_VERSION < '1.9'
+ gem "rdoc"
+ gem "activesupport"
16
end
0 commit comments