Skip to content

Commit 3a57848

Browse files
committed
Relax dry-types dependency version
1 parent f72d9b3 commit 3a57848

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
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).

grape.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)