File: ar_7.0.gemfile

package info (click to toggle)
ruby-otr-activerecord 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 340 kB
  • sloc: ruby: 562; sh: 133; makefile: 6
file content (16 lines) | stat: -rw-r--r-- 275 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file was generated by Appraisal

source "https://rubygems.org"

gem "rake"
gem "appraisal", "~> 2.5"
gem "rack", "~> 3.1"
gem "activerecord", "~> 7.0.1"
gem "sqlite3", "~> 1.4.2"
gem "concurrent-ruby", "1.3.4"

group :test do
  gem "minitest"
end

gemspec path: "../"