Douglas Eichelberger f52cbbb9da
Vendor mechanize gem outside Gemfile
We only need a single file and it avoids pulling in e.g. `nokogiri`
which is vulnerable.

Allow updating it using `brew vendor-gems`.
2023-04-24 14:03:55 +01:00

5 lines
70 B
Ruby

# frozen_string_literal: true
class Mechanize
VERSION = "2.9.1"
end