Skip to content

Commit 76142dc

Browse files
Update base64 requirement from ~> 0.2.0 to ~> 0.3.0
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] <[email protected]>
1 parent 0464c4a commit 76142dc

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
@@ -9,6 +9,6 @@ gem "rubocop", "~> 1.75", require: false
99
gem "rubocop-performance", "~> 1.25", require: false
1010
gem "rubocop-rake", "~> 0.7", require: false
1111
gem "rubocop-rspec", "~> 3.6", require: false
12-
gem "base64", "~> 0.2.0"
12+
gem "base64", "~> 0.3.0"
1313
gem "bigdecimal", "~> 3.1"
1414
gem "csv", "~> 3.2"

0 commit comments

Comments
 (0)