Skip to content

Commit 7690cc3

Browse files
committed
Remove the bundler/gem_tasks require from Rakefile
1 parent 2b1ea3e commit 7690cc3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Rakefile

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/usr/bin/env rake
22
begin
33
require 'bundler/setup'
4-
require 'bundler/gem_tasks'
54
rescue LoadError
65
puts 'You must `gem install bundler` and `bundle install` to run rake tasks'
76
exit 1

0 commit comments

Comments
 (0)