File: rails_3.gemfile

package info (click to toggle)
ruby-grape 0.16.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,736 kB
  • ctags: 1,175
  • sloc: ruby: 17,103; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 231 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file was generated by Appraisal

source 'https://rubygems.org'

gem 'rails', '3.2.22'
gem 'rack-cache', '<= 1.2'

group :development, :test do
  gem 'guard'
  gem 'guard-rspec'
  gem 'guard-rubocop'
end

gemspec path: '../'