From 8a6e1e6c030c95eb30166b2079c4e1cf3dc39fb6 Mon Sep 17 00:00:00 2001 From: Aaron Suggs Date: Tue, 5 Jul 2016 14:27:49 -0400 Subject: [PATCH] Add tests for ActiveSupport 5.0 --- gemfiles/activesupport5.0.gemfile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 gemfiles/activesupport5.0.gemfile diff --git a/gemfiles/activesupport5.0.gemfile b/gemfiles/activesupport5.0.gemfile new file mode 100644 index 0000000..6a03d13 --- /dev/null +++ b/gemfiles/activesupport5.0.gemfile @@ -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 => "../"