lib/i18n/tasks/data/adapter/yaml_adapter.rb in i18n-tasks-0.9.12 vs lib/i18n/tasks/data/adapter/yaml_adapter.rb in i18n-tasks-0.9.13

- old
+ new

@@ -1,5 +1,6 @@ # frozen_string_literal: true + require 'yaml' module I18n::Tasks module Data module Adapter module YamlAdapter