mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-29 10:05:51 +00:00
18 lines
322 B
YAML
18 lines
322 B
YAML
language: ruby
|
|
rvm:
|
|
- 2.0.0
|
|
- 2.1.7
|
|
- 2.2.3
|
|
- jruby-19mode
|
|
|
|
gemfile:
|
|
- gemfiles/activesupport3.2.gemfile
|
|
- gemfiles/activesupport4.0.gemfile
|
|
- gemfiles/activesupport4.1.gemfile
|
|
- gemfiles/activesupport4.2.gemfile
|
|
- gemfiles/dalli1.1.gemfile
|
|
- gemfiles/dalli2.gemfile
|
|
|
|
services:
|
|
- redis
|
|
- memcached
|