summaryrefslogtreecommitdiff
path: root/bin/ronn
blob: 4501d03af3cbb4a75ca073cc0c09b261f103f1ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env ruby
# frozen_string_literal: true

load File.expand_path("../with_rubygems", __FILE__) if ENV["RGV"]

require_relative "../spec/support/rubygems_ext"

begin
  Spec::Rubygems.gem_load("ronn", "ronn")
rescue Gem::LoadError => e
  warn "We couln't activate ronn (#{e.requirement}). Run `gem install ronn:'#{e.requirement}'`"
end