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 33#### Features
44
55* Your contribution here.
6+ * [ #1948 ] ( https://github.com/ruby-grape/grape/pull/1948 ) : Relax ` dry-types ` dependency version - [ @nbulaj ] ( https://github.com/nbulaj ) .
67* [ #1944 ] ( https://github.com/ruby-grape/grape/pull/1944 ) : Reduces ` attribute_translator ` string allocations - [ @ericproulx ] ( https://github.com/ericproulx ) .
78* [ #1943 ] ( https://github.com/ruby-grape/grape/pull/1943 ) : Reduces number of regex string allocations - [ @ericproulx ] ( https://github.com/ericproulx ) .
89* [ #1942 ] ( https://github.com/ruby-grape/grape/pull/1942 ) : Optimizes retained memory methods - [ @ericproulx ] ( https://github.com/ericproulx ) .
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
2222
2323 s . add_runtime_dependency 'activesupport'
2424 s . add_runtime_dependency 'builder'
25- s . add_runtime_dependency 'dry-types' , '~> 1. 1.1'
25+ s . add_runtime_dependency 'dry-types' , '>= 1.1'
2626 s . add_runtime_dependency 'mustermann-grape' , '~> 1.0.0'
2727 s . add_runtime_dependency 'rack' , '>= 1.3.0'
2828 s . add_runtime_dependency 'rack-accept'
You can’t perform that action at this time.
0 commit comments