File: activerecord6.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 (13 lines) | stat: -rw-r--r-- 223 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
source 'https://rubygems.org'

gem "activerecord", "~> 6.0"
gem "factory_bot", "~> 5.0"
gem "fabrication"
gem "sqlite3", "~> 1.4"
gem "sidekiq", "~> 6.0"
gem "timecop", "~> 0.9.1"
gem "pg"

gem "logger"

gemspec path: '..'