File: Gemfile

package info (click to toggle)
ruby-spring 2.0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 408 kB
  • sloc: ruby: 3,297; sh: 9; makefile: 7
file content (11 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
source 'https://rubygems.org'

if ENV['AUTOPKGTEST_TMP']
  gem 'spring'
else
  gemspec
end

if ENV["RAILS_VERSION"]
  gem "activesupport", ENV["RAILS_VERSION"]
end