Gemfile in locabulary-0.2.0 vs Gemfile in locabulary-0.3.0

- old
+ new

@@ -1,4 +1,7 @@ source 'https://rubygems.org' # Specify your gem's dependencies in vocabulary.gemspec gemspec + +gem 'dry-validation', github: 'dry-rb/dry-validation' +gem 'dry-types', github: 'dry-rb/dry-types'