bin/lock-gemfile in lock-gemfile-0.1.0 vs bin/lock-gemfile in lock-gemfile-0.1.1
- old
+ new
@@ -30,9 +30,13 @@
require "bundler"
require "thor"
require_relative "../lib/lock/gemfile/rewriter"
+# Squelch irrelevant deprecation warnings.
+
+$VERBOSE = nil
+
class GemfileUpdater < Thor
#
# This class update a Gemfile with locked versions - designed to pull
# from the corresponding Gemfile.lock file, it can also accept an
# arbitrary hash of versions.. It uses the Parser gem to parse the