Revert "travis likes old bundler"

This reverts commit 1adda31cbc.
This commit is contained in:
Sam Saffron
2015-04-16 16:15:04 +10:00
parent 1adda31cbc
commit b2c30d0e34
3 changed files with 6 additions and 32 deletions

View File

@@ -1,16 +1,4 @@
#!/usr/bin/env ruby
#
# This file was generated by Bundler.
#
# The application 'rake' is installed as part of a gem, and
# this file is here to facilitate running it.
#
require 'pathname'
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
Pathname.new(__FILE__).realpath)
require 'rubygems'
require 'bundler/setup'
load Gem.bin_path('rake', 'rake')
require_relative '../config/boot'
require 'rake'
Rake.application.run