summaryrefslogtreecommitdiff
path: root/Gemfile
blob: 29c842ecde11e0e9556818098ba9f23434d3ad9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
source "http://rubygems.org"

# Specify your gem's dependencies in coderay.gemspec
gemspec

# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development do
  gem "rake", "~> 0.9.2"
  gem "shoulda-context", "= 1.0.0.beta1"
  gem "RedCloth"
  gem "json" unless RUBY_VERSION >= '1.9.1'
  gem "rdoc"
  gem "bundler", "~> 1.0.0"
end