lib/teuton/project/configfile_reader.rb in teuton-2.1.0 vs lib/teuton/project/configfile_reader.rb in teuton-2.1.1

- old
+ new

@@ -1,8 +1,8 @@ # frozen_string_literal: true require 'yaml' -require 'json' +require 'json/pure' # Functions that read data from ConfigFile using formats YAML and JSON # * read # * read_yaml # * read_json