mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
tests: add gemfiles for dalli 1.1.x and 2.x
This commit is contained in:
parent
d76444164a
commit
db42cc702e
3 changed files with 10 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ rvm:
|
|||
gemfile:
|
||||
- gemfiles/activesupport3.2
|
||||
- gemfiles/activesupport4.0
|
||||
- gemfiles/dalli1.1
|
||||
- gemfiles/dalli2
|
||||
|
||||
services:
|
||||
- redis
|
||||
|
|
|
|||
4
gemfiles/dalli1.1
Normal file
4
gemfiles/dalli1.1
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
source "https://rubygems.org"
|
||||
gemspec path: '../'
|
||||
|
||||
gem 'dalli', '~> 1.1.5'
|
||||
4
gemfiles/dalli2
Normal file
4
gemfiles/dalli2
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
source "https://rubygems.org"
|
||||
gemspec path: '../'
|
||||
|
||||
gem 'dalli', '~> 2.7'
|
||||
Loading…
Reference in a new issue