Skip to content

Commit

Permalink
Merge pull request #217 from javierav/ostruct
Browse files Browse the repository at this point in the history
Add ostruct dependency to gemspec
  • Loading branch information
gaffneyc authored Dec 18, 2024
2 parents 7604c4b + 9cc10db commit 42a7792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 3.2.0 / Unreleased
* [BUGFIX] Raise failures from nested contexts [#170]
* [FEATURE] Add `ostruct` dependency to gemspec.

## 3.1.2 / 2019-12-29
* [BUGFIX] Fix Context#fail! on Ruby 2.7
Expand Down
1 change: 1 addition & 0 deletions interactor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Gem::Specification.new do |spec|
spec.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
spec.test_files = spec.files.grep(/^spec/)

spec.add_dependency "ostruct"
spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
end

0 comments on commit 42a7792

Please sign in to comment.