Skip to content

Commit

Permalink
Merge pull request #15 from geoconcerns/revert-rakefile
Browse files Browse the repository at this point in the history
Revert rakefile to previous state
  • Loading branch information
eliotjordan authored Sep 8, 2016
2 parents 77391dc + 6eba319 commit e3a1286
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# encoding: utf-8
require 'bundler/setup'
require 'bundler/gem_tasks'
begin
require 'bundler/setup'
require 'bundler/gem_tasks'
rescue
puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
end

begin
require 'rspec/core/rake_task'
Expand Down

0 comments on commit e3a1286

Please sign in to comment.