diff options
Diffstat (limited to 'bin/ronn')
-rwxr-xr-x | bin/ronn | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,8 +1,6 @@ #!/usr/bin/env ruby # frozen_string_literal: true -load File.expand_path("../with_rubygems", __FILE__) if ENV["RGV"] - require_relative "../spec/support/rubygems_ext" Spec::Rubygems.gem_load("ronn", "ronn") |