We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7604c4b + 9cc10db commit 42a7792Copy full SHA for 42a7792
CHANGELOG.md
@@ -1,5 +1,6 @@
1
## 3.2.0 / Unreleased
2
* [BUGFIX] Raise failures from nested contexts [#170]
3
+* [FEATURE] Add `ostruct` dependency to gemspec.
4
5
## 3.1.2 / 2019-12-29
6
* [BUGFIX] Fix Context#fail! on Ruby 2.7
interactor.gemspec
@@ -14,6 +14,7 @@ Gem::Specification.new do |spec|
14
spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
15
spec.test_files = spec.files.grep(/^spec/)
16
17
+ spec.add_dependency "ostruct"
18
spec.add_development_dependency "bundler"
19
spec.add_development_dependency "rake"
20
end
0 commit comments