File: rails_7_2.gemfile

package info (click to toggle)
ruby-email-spec 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 920 kB
  • sloc: javascript: 6,743; ruby: 2,575; makefile: 4
file content (13 lines) | stat: -rw-r--r-- 238 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# This file was generated by Appraisal

source "https://rubygems.org"

gem "actionmailer", "~> 7.2.0"

group :development, :test do
  gem "appraisal"
  gem "debug", require: false
  gem "net-smtp", require: false
end

gemspec path: "../"