File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ source 'https://rubygems.org'
33gemspec
44
55gem 'dry-types' , git : 'https://github.com/dry-rb/dry-types'
6+ gem 'dry-inflector' , git : 'https://github.com/dry-rb/dry-inflector'
67
78group :test do
89 gem 'codeclimate-test-reporter' , platform : :mri , require : false
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments