File: jruby.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-- 206 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
source 'https://rubygems.org'

gem "activerecord-jdbcsqlite3-adapter"
gem "jdbc-sqlite3"
gem "activerecord", "~> 7.1.0"

gem "factory_bot"
gem "fabrication"

gem "sidekiq"
gem "timecop"

gemspec path: '..'