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 ` to Gemfiile ([ 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 @@ -4,6 +4,8 @@ source 'https://rubygems.org'
4
4
5
5
gemspec
6
6
7
+ gem 'base64'
8
+ gem 'bigdecimal'
7
9
# To hack on Cucumber together with any of these libraries, uncomment the line below:
8
10
# gem 'cucumber-core', path: '../cucumber-ruby-core'
9
11
# gem 'cucumber-cucumber-expressions', path: '../cucumber-expressions/ruby'
You can’t perform that action at this time.
0 commit comments