File: Gemfile

package info (click to toggle)
ruby-rabl 0.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,280 kB
  • sloc: ruby: 6,732; javascript: 102; makefile: 6
file content (13 lines) | stat: -rw-r--r-- 325 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
source 'https://rubygems.org'

gem 'rake'
gem 'activerecord', :require => "active_record"
gem 'sqlite3'

gem 'sinatra', '>= 1.3.3'
gem 'json'
gem 'rabl', :path => File.expand_path(File.dirname(__FILE__) + "/../../")

# Test requirements
gem 'riot', :group => "test"
gem 'rack-test', :require => "rack/test", :group => "test"