Skip to content

Commit

Permalink
Merge pull request #103 from pact-foundation/chore/add_base64_to_gemspec
Browse files Browse the repository at this point in the history
chore(deps): add base64 gem as removed from stdlib in 3.4.x
  • Loading branch information
YOU54F authored Jun 18, 2024
2 parents d37eea7 + 2a46b1a commit bd2874a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ reports
Gemfile.lock
gemfiles/*.lock
spec/examples.txt
.byebug_history
.byebug_history

.DS_Store
1 change: 1 addition & 0 deletions pact-support.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "appraisal"
spec.add_development_dependency "conventional-changelog", "~> 1.3"
spec.add_development_dependency "bump", "~> 0.5"
spec.add_development_dependency "base64", "~> 0.2"
end

0 comments on commit bd2874a

Please sign in to comment.