Skip to content

Commit 8fa3e19

Browse files
committed
cleanup Gemfile
1 parent 8ffc3da commit 8fa3e19

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Gemfile

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
source "http://rubygems.org"
2-
31
# Specify your gem's dependencies in coderay.gemspec
42
gemspec
53

64
# Add dependencies to develop your gem here.
75
# Include everything needed to run rake, tests, features, etc.
86
group :development do
97
gem "bundler", ">= 1.0.0"
10-
gem "rake", "~> 0.9.2"
8+
gem "rake"
119
gem "RedCloth", RUBY_PLATFORM == 'java' ? ">= 4.2.7" : ">= 4.0.3"
1210
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'
11+
gem "shoulda-context", "~> 1.0.0"
12+
gem "json" if RUBY_VERSION < '1.9'
13+
gem "rdoc"
14+
gem "activesupport"
1615
end

0 commit comments

Comments
 (0)