Skip to content

Commit

Permalink
gemspec: add base64, bigdecimal
Browse files Browse the repository at this point in the history
If absent, these gems raise warnings.
  • Loading branch information
olleolleolle committed Sep 1, 2024
1 parent 66834b2 commit 2191d58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blo

## [Unreleased]
### Changed
- Added gems `base64`, `bigdecimal` as dependencies ([olleolleolle](https://github.com/olleolleolle))
- Updated `cucumber-compatibility-kit` to v16 ([luke-hill](https://github.com/luke-hill))
- Changed compatibility testing to fully lean on external assets instead of duplicating them ([luke-hill](https://github.com/luke-hill))

Expand Down
2 changes: 2 additions & 0 deletions cucumber.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 3.0'
s.required_rubygems_version = '>= 3.2.8'

s.add_dependency 'base64'
s.add_dependency 'bigdecimal'
s.add_dependency 'builder', '~> 3.2'
s.add_dependency 'cucumber-ci-environment', '> 9', '< 11'
s.add_dependency 'cucumber-core', '> 13', '< 14'
Expand Down

0 comments on commit 2191d58

Please sign in to comment.