File: Gemfile

package info (click to toggle)
ruby-otr-activerecord 2.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 356 kB
  • sloc: ruby: 561; sh: 133; makefile: 6
file content (6 lines) | stat: -rw-r--r-- 149 bytes parent folder | download
1
2
3
4
5
6
source 'https://rubygems.org'

gem 'activerecord', '8.0.1', require: 'active_record'
gem 'otr-activerecord', path: '../../'
gem 'sqlite3'
gem 'rake'