Merge remote-tracking branch 'upstream/dalli_versions' into patch-3

This commit is contained in:
hakanensari 2014-04-09 12:17:29 +01:00
commit b4fc97405d
3 changed files with 10 additions and 0 deletions

View file

@ -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
View file

@ -0,0 +1,4 @@
source "https://rubygems.org"
gemspec path: '../'
gem 'dalli', '~> 1.1.5'

4
gemfiles/dalli2 Normal file
View file

@ -0,0 +1,4 @@
source "https://rubygems.org"
gemspec path: '../'
gem 'dalli', '~> 2.7'