mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-25 14:47:43 +00:00
Merge remote-tracking branch 'upstream/dalli_versions' into patch-3
This commit is contained in:
commit
b4fc97405d
3 changed files with 10 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ rvm:
|
||||||
gemfile:
|
gemfile:
|
||||||
- gemfiles/activesupport3.2
|
- gemfiles/activesupport3.2
|
||||||
- gemfiles/activesupport4.0
|
- gemfiles/activesupport4.0
|
||||||
|
- gemfiles/dalli1.1
|
||||||
|
- gemfiles/dalli2
|
||||||
|
|
||||||
services:
|
services:
|
||||||
- redis
|
- 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