File: Gemfile

package info (click to toggle)
ruby-clockwork 3.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 348 kB
  • sloc: ruby: 1,638; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
source 'https://rubygems.org'

gemspec

rails_version = ENV.fetch("ACTIVE_SUPPORT_VERSION", "7.0")

gem "activesupport", "~> #{rails_version}"
gem "minitest", "~> 5.0"