Skip to content

Commit

Permalink
Revert "build(deps): add base64 as a development dependency"
Browse files Browse the repository at this point in the history
This reverts commit 8c8522b.

`base64` is not needed since we updated the `rubocop` version, and the
latest versions of `rubocop` has `base64` as a dependency.
  • Loading branch information
nicolastemciuc committed Feb 21, 2025
1 parent 1331a97 commit 028c06f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cose.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ Gem::Specification.new do |spec|
spec.add_dependency "openssl-signature_algorithm", "~> 1.0"

spec.add_development_dependency "appraisal", "~> 2.2.0"
spec.add_development_dependency "base64", "~> 0.2"
spec.add_development_dependency "bundler", ">= 1.17", "< 3"
spec.add_development_dependency "byebug", "~> 11.0"
spec.add_development_dependency "rake", "~> 13.0"
Expand Down

0 comments on commit 028c06f

Please sign in to comment.