Travis: Specific gemfiles

This commit is contained in:
Olle Jonsson
2016-09-27 23:50:32 +02:00
parent db1ffdd59b
commit cacd6dc3c8
3 changed files with 4 additions and 2 deletions
@@ -1,2 +1,3 @@
eval_gemfile File.expand_path('../../Gemfile', __FILE__)
gem 'rack', '~> 1.6'
gem 'activesupport', '~> 4'
@@ -1,2 +1,3 @@
eval_gemfile File.expand_path('../../Gemfile', __FILE__)
gem 'rack', '>= 2'
gem 'activesupport', '>= 4'