Skip to content

Commit

Permalink
Workaround NameError in diffy 3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
avdv committed Jul 4, 2022
1 parent fddff13 commit b053d33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/support/yaml_sort_checker.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

require 'yaml'
require 'open3' # workaround https://github.com/samg/diffy#119
require 'diffy'

# Check Yaml if Alphabetically sorted
Expand Down

0 comments on commit b053d33

Please sign in to comment.