File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blo
10
10
11
11
## [ Unreleased]
12
12
### Changed
13
+ - Added gems ` base64 ` , ` bigdecimal ` as dependencies ([ olleolleolle] ( https://github.com/olleolleolle ) )
13
14
- Updated ` cucumber-compatibility-kit ` to v16 ([ luke-hill] ( https://github.com/luke-hill ) )
14
15
- Changed compatibility testing to fully lean on external assets instead of duplicating them ([ luke-hill] ( https://github.com/luke-hill ) )
15
16
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ Gem::Specification.new do |s|
22
22
s . required_ruby_version = '>= 3.0'
23
23
s . required_rubygems_version = '>= 3.2.8'
24
24
25
+ s . add_dependency 'base64'
26
+ s . add_dependency 'bigdecimal'
25
27
s . add_dependency 'builder' , '~> 3.2'
26
28
s . add_dependency 'cucumber-ci-environment' , '> 9' , '< 11'
27
29
s . add_dependency 'cucumber-core' , '> 13' , '< 14'
You can’t perform that action at this time.
0 commit comments