Skip to content

Commit

Permalink
🔀 Merge pull request #261 from ruby/add-base64-dev-dependency
Browse files Browse the repository at this point in the history
Add base64 dev dependency
  • Loading branch information
nevans authored Jan 17, 2024
2 parents efbd204 + 573114a commit d6725eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ source "https://rubygems.org"

gemspec

gem "digest"
gem "strscan"
gem "base64"

gem "rake"
gem "rdoc"
gem "test-unit"
Expand Down
3 changes: 0 additions & 3 deletions net-imap.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,4 @@ Gem::Specification.new do |spec|

spec.add_dependency "net-protocol"
spec.add_dependency "date"

spec.add_development_dependency "digest"
spec.add_development_dependency "strscan"
end

0 comments on commit d6725eb

Please sign in to comment.