rabl-rails/Gemfile
ccocchi 1db4cae807 Allow to specify json engine used.
Default to MultiJson (with Yajl engine) instead of ActiveSupport::JSON
2012-07-18 23:42:09 +02:00

10 lines
95 B
Ruby

source "http://rubygems.org"
gemspec
gem 'yajl-ruby'
group :test do
gem 'rspec-mocks'
end