mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-15 12:55:49 +00:00
18 lines
311 B
YAML
18 lines
311 B
YAML
language: ruby
|
|
# Temporary workaround for minitest 4.7.5 installation error on ruby 2.1.0
|
|
before_install:
|
|
- gem install bundler -v '>= 1.5.1'
|
|
rvm:
|
|
- 1.9.3
|
|
- 2.0.0
|
|
- 2.1.0
|
|
- 2.1.1
|
|
- jruby-19mode
|
|
|
|
gemfile:
|
|
- gemfiles/activesupport3.2
|
|
- gemfiles/activesupport4.0
|
|
|
|
services:
|
|
- redis
|
|
- memcached
|