Skip to content

Commit e3dfd0d

Browse files
authored
Merge pull request rack#186 from kickstarter/rails5
Add tests for ActiveSupport 5.0
2 parents e5e3ead + 8a6e1e6 commit e3dfd0d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

gemfiles/activesupport5.0.gemfile

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# This file was generated by Appraisal
2+
3+
source "https://rubygems.org"
4+
5+
gem "activesupport", "~> 5.0.0"
6+
gem "actionpack", "~> 5.0.0"
7+
gem "listen", "<= 3.0.6", platforms: [:ruby_21, :jruby]
8+
9+
group :development do
10+
gem "pry"
11+
gem "guard"
12+
gem "guard-minitest"
13+
end
14+
15+
gemspec :path => "../"

0 commit comments

Comments
 (0)