mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
[travis] Test activesupport 4.2
This commit is contained in:
parent
3aee014a8c
commit
1981b38063
2 changed files with 8 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ gemfile:
|
|||
- gemfiles/activesupport3.2.gemfile
|
||||
- gemfiles/activesupport4.0.gemfile
|
||||
- gemfiles/activesupport4.1.gemfile
|
||||
- gemfiles/activesupport4.2.gemfile
|
||||
- gemfiles/dalli1.1.gemfile
|
||||
- gemfiles/dalli2.gemfile
|
||||
|
||||
|
|
|
|||
7
gemfiles/activesupport4.2.gemfile
Normal file
7
gemfiles/activesupport4.2.gemfile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# This file was generated by Appraisal
|
||||
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "activesupport", "~> 4.2.1"
|
||||
|
||||
gemspec :path => "../"
|
||||
Loading…
Reference in a new issue