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
3
#### Features
4
4
5
5
* Your contribution here.
6
+ * [ #1948 ] ( https://github.com/ruby-grape/grape/pull/1948 ) : Relax ` dry-types ` dependency version - [ @nbulaj ] ( https://github.com/nbulaj ) .
6
7
* [ #1944 ] ( https://github.com/ruby-grape/grape/pull/1944 ) : Reduces ` attribute_translator ` string allocations - [ @ericproulx ] ( https://github.com/ericproulx ) .
7
8
* [ #1943 ] ( https://github.com/ruby-grape/grape/pull/1943 ) : Reduces number of regex string allocations - [ @ericproulx ] ( https://github.com/ericproulx ) .
8
9
* [ #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|
22
22
23
23
s . add_runtime_dependency 'activesupport'
24
24
s . add_runtime_dependency 'builder'
25
- s . add_runtime_dependency 'dry-types' , '~> 1. 1.1'
25
+ s . add_runtime_dependency 'dry-types' , '>= 1.1'
26
26
s . add_runtime_dependency 'mustermann-grape' , '~> 1.0.0'
27
27
s . add_runtime_dependency 'rack' , '>= 1.3.0'
28
28
s . add_runtime_dependency 'rack-accept'
You can’t perform that action at this time.
0 commit comments