Skip to content

Commit 7b2b22c

Browse files
committed
Update dry-types dependency (closes #84)
1 parent 4f06831 commit 7b2b22c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ source 'https://rubygems.org'
33
gemspec
44

55
gem 'dry-types', git: 'https://github.com/dry-rb/dry-types'
6+
gem 'dry-inflector', git: 'https://github.com/dry-rb/dry-inflector'
67

78
group :test do
89
gem 'codeclimate-test-reporter', platform: :mri, require: false

dry-struct.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
2727
spec.require_paths = ['lib']
2828

2929
spec.add_runtime_dependency 'dry-equalizer', '~> 0.2'
30-
spec.add_runtime_dependency 'dry-types', '>= 1.0.0.beta', '< 2'
30+
spec.add_runtime_dependency 'dry-types', '~> 0.13'
3131
spec.add_runtime_dependency 'dry-core', '~> 0.4', '>= 0.4.3'
3232
spec.add_runtime_dependency 'ice_nine', '~> 0.11'
3333

0 commit comments

Comments
 (0)