Added 'require 'bundler/setup'
authorNeil Smith <neil.github@njae.me.uk>
Sun, 4 Mar 2012 12:46:57 +0000 (12:46 +0000)
committerNeil Smith <neil.github@njae.me.uk>
Sun, 4 Mar 2012 12:46:57 +0000 (12:46 +0000)
lib/graph.njae.rb

index b6dad293c59bd7bd8972aea6263bd1672469b497..ac4e0b395f829fd3eb14a026096e7105b9fcc43c 100644 (file)
@@ -1,3 +1,5 @@
+require 'bundler/setup'
+
 require 'graph.njae/graph'
 require 'graph.njae/edge'
 require 'graph.njae/vertex'