File: Gemfile

package info (click to toggle)
ruby-acts-as-api 1.0.1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 624 kB
  • sloc: ruby: 2,366; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
source 'https://rubygems.org'

gem 'rails', '5.0.0.1'

gem 'sqlite3'

gem 'shared_engine', path: '../shared_engine'
gem 'acts_as_api', path: '../../'