Skip to content

Commit 72cc8c0

Browse files
committed
Gemfile: add base64, bigdecimal
If absent, these gems raise warnings.
1 parent 66834b2 commit 72cc8c0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Please visit [cucumber/CONTRIBUTING.md](https://github.com/cucumber/cucumber/blo
1010

1111
## [Unreleased]
1212
### Changed
13+
- Added gems `base64`, `bigdecimal` to Gemfiile ([olleolleolle](https://github.com/olleolleolle))
1314
- Updated `cucumber-compatibility-kit` to v16 ([luke-hill](https://github.com/luke-hill))
1415
- Changed compatibility testing to fully lean on external assets instead of duplicating them ([luke-hill](https://github.com/luke-hill))
1516

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ source 'https://rubygems.org'
44

55
gemspec
66

7+
gem 'base64'
8+
gem 'bigdecimal'
79
# To hack on Cucumber together with any of these libraries, uncomment the line below:
810
# gem 'cucumber-core', path: '../cucumber-ruby-core'
911
# gem 'cucumber-cucumber-expressions', path: '../cucumber-expressions/ruby'

0 commit comments

Comments
 (0)