Skip to content

Commit

Permalink
Remove stupid hack that's blowing everything up >.<
Browse files Browse the repository at this point in the history
Parser released a new version,
the binary was limiting the version such that it would install correctly,
but then explode when running it.
  • Loading branch information
JoshCheek committed Apr 20, 2015
1 parent a8904bf commit 6bc6658
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/seeing_is_believing
Expand Up @@ -2,6 +2,5 @@

$LOAD_PATH.unshift File.expand_path '../../lib', __FILE__

gem 'parser', '~> 2.2.0.2'
require 'seeing_is_believing/binary'
exit SeeingIsBelieving::Binary.call(ARGV, $stdin, $stdout, $stderr)

0 comments on commit 6bc6658

Please sign in to comment.