Move Gemfile to make passenger work (still partially using bundler though).
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 14 Jun 2016 20:27:18 +0000 (22:27 +0200)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 14 Jun 2016 20:59:32 +0000 (22:59 +0200)
.travis.yml
Gemfile.devel [moved from Gemfile with 100% similarity]
README.md

index f003cc1..6c696f5 100644 (file)
@@ -1,5 +1,8 @@
 language: ruby
 
+gemfile:
+  - Gemfile.devel
+
 rvm:
   - 1.9.3
   - 2.0
similarity index 100%
rename from Gemfile
rename to Gemfile.devel
index 9672c85..9365503 100644 (file)
--- a/README.md
+++ b/README.md
@@ -29,6 +29,7 @@ List networks example:
 
 ## Development
 
+    export BUNDLE_GEMFILE=Gemfile.devel
     bundle install
     bundle exec rackup