mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
[travisci] Add tests for activesupport 3.2 and 4.0
This commit is contained in:
parent
7d9326235d
commit
da2f265e7e
3 changed files with 12 additions and 0 deletions
|
|
@ -3,3 +3,7 @@ rvm:
|
|||
- 1.9.3
|
||||
- 2.0.0
|
||||
- jruby-head
|
||||
|
||||
gemfile:
|
||||
- gemfiles/activesupport3.2
|
||||
- gemfiles/activesupport4.0
|
||||
|
|
|
|||
4
gemfiles/activesupport3.2
Normal file
4
gemfiles/activesupport3.2
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
source "https://rubygems.org"
|
||||
gemspec
|
||||
|
||||
gem 'activesupport', '~> 3.2.0'
|
||||
4
gemfiles/activesupport4.0
Normal file
4
gemfiles/activesupport4.0
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
source "https://rubygems.org"
|
||||
gemspec
|
||||
|
||||
gem 'activesupport', '~> 4.0.0'
|
||||
Loading…
Reference in a new issue