rabl-rails/Gemfile

19 lines
632 B
Ruby
Raw Permalink Normal View History

2012-02-22 10:42:38 +00:00
source "http://rubygems.org"
2012-04-20 14:28:34 +00:00
# Declare your gem's dependencies in rabl-rails.gemspec.
2012-02-22 10:42:38 +00:00
# Bundler will treat runtime dependencies like base dependencies, and
# development dependencies will be added by default to the :development group.
gemspec
# jquery-rails is used by the dummy application
2012-02-27 13:49:34 +00:00
gem 'rspec-mocks'
2012-02-22 10:42:38 +00:00
# Declare any dependencies that are still in development here instead of in
# your gemspec. These might include edge Rails or gems from your path or
# Git. Remember to move these dependencies to your gemspec before releasing
# your gem to rubygems.org.
# To use debugger
# gem 'ruby-debug19', :require => 'ruby-debug'