File: Gemfile

package info (click to toggle)
ruby-ahoy-email 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 324 kB
  • sloc: ruby: 820; makefile: 6
file content (13 lines) | stat: -rw-r--r-- 222 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
source "https://rubygems.org"

if ENV['AUTOPKGTEST_TMP']
  gem 'minitest'
  gem 'ahoy_email'
  gem 'rails'
  gem 'combustion'
else
  gemspec
end

gem "actionmailer", ">= 5.0", "< 7.0"
gem "activerecord", ">= 5.0", "< 7.0"