Skip to content

Commit

Permalink
Relax dry-types dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
nbulaj committed Dec 26, 2019
1 parent f72d9b3 commit fc3e3e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#### Features

* Your contribution here.
* [#1948](/~https://github.com/ruby-grape/grape/pull/1948): Relax `dry-types` dependency version - [@nbulaj](/~https://github.com/nbulaj).
* [#1944](/~https://github.com/ruby-grape/grape/pull/1944): Reduces `attribute_translator` string allocations - [@ericproulx](/~https://github.com/ericproulx).
* [#1943](/~https://github.com/ruby-grape/grape/pull/1943): Reduces number of regex string allocations - [@ericproulx](/~https://github.com/ericproulx).
* [#1942](/~https://github.com/ruby-grape/grape/pull/1942): Optimizes retained memory methods - [@ericproulx](/~https://github.com/ericproulx).
Expand Down
2 changes: 1 addition & 1 deletion grape.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|

s.add_runtime_dependency 'activesupport'
s.add_runtime_dependency 'builder'
s.add_runtime_dependency 'dry-types', '~> 1.1.1'
s.add_runtime_dependency 'dry-types', '~> 1.1'
s.add_runtime_dependency 'mustermann-grape', '~> 1.0.0'
s.add_runtime_dependency 'rack', '>= 1.3.0'
s.add_runtime_dependency 'rack-accept'
Expand Down

0 comments on commit fc3e3e3

Please sign in to comment.