Add tests for ActiveSupport 5.0

This commit is contained in:
Aaron Suggs 2016-07-05 14:27:49 -04:00
parent e5e3ead0a5
commit 8a6e1e6c03

View file

@ -0,0 +1,15 @@
# This file was generated by Appraisal
source "https://rubygems.org"
gem "activesupport", "~> 5.0.0"
gem "actionpack", "~> 5.0.0"
gem "listen", "<= 3.0.6", platforms: [:ruby_21, :jruby]
group :development do
gem "pry"
gem "guard"
gem "guard-minitest"
end
gemspec :path => "../"