rabl-rails/Gemfile

11 lines
106 B
Ruby

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