From: František Dvořák Date: Tue, 14 Jun 2016 20:27:18 +0000 (+0200) Subject: Move Gemfile to make passenger work (still partially using bundler though). X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=437d45e1f35f181620123d735494ffa9cffda76d;p=now.git Move Gemfile to make passenger work (still partially using bundler though). --- diff --git a/.travis.yml b/.travis.yml index f003cc1..6c696f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ language: ruby +gemfile: + - Gemfile.devel + rvm: - 1.9.3 - 2.0 diff --git a/Gemfile b/Gemfile.devel similarity index 100% rename from Gemfile rename to Gemfile.devel diff --git a/README.md b/README.md index 9672c85..9365503 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ List networks example: ## Development + export BUNDLE_GEMFILE=Gemfile.devel bundle install bundle exec rackup