source 'https://rubygems.org'

# Specify your gem's dependencies in spring.gemspec
gemspec

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