lib/gistory/change_log.rb in gistory-0.1.3 vs lib/gistory/change_log.rb in gistory-0.1.4
- old
+ new
@@ -1,5 +1,6 @@
# frozen_string_literal: true
+
require 'bundler'
module Gistory
class ChangeLog
LOCKFILE = 'Gemfile.lock'.freeze
- old
+ new