Skip to content

Commit b3edd00

Browse files
Update base64 requirement from ~> 0.2.0 to ~> 0.3.0 (#555)
Updates the requirements on [base64](https://github.com/ruby/base64) to permit the latest version. - [Release notes](https://github.com/ruby/base64/releases) - [Commits](ruby/base64@v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: base64 dependency-version: 0.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2b8ebc0 commit b3edd00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gem "minitest", "5.15.0"
1010
gem "rake-compiler", "~> 1.3.0" # Small bug in 1.2.4 that breaks Ruby 2.5
1111
gem "rake-compiler-dock", "1.9.1" # This should match the versions used in docker/Dockerfile.*
1212
gem "racc", "~> 1.7"
13-
gem "base64", "~> 0.2.0"
13+
gem "base64", "~> 0.3.0"
1414
gem "yard"
1515
gem "mutex_m"
1616

0 commit comments

Comments
 (0)