File: activerecord7.gemfile

package info (click to toggle)
ruby-test-prof 1.6.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,448 kB
  • sloc: ruby: 13,093; sh: 4; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 177 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
source 'https://rubygems.org'

gem "activerecord", "~> 7.0"
gem "factory_bot"
gem "fabrication"
gem "sqlite3", "~> 2.0"
gem "sidekiq"
gem "timecop"
gem "pg"

gemspec path: '..'