Skip to content

Commit

Permalink
Add base64 to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
djbender committed Apr 3, 2024
1 parent 777658a commit 766b0fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scorm_engine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.required_ruby_version = ">= 2.7"

spec.add_dependency "base64"
spec.add_dependency "faraday", ">=0.12", "<=3.0"
spec.add_dependency "faraday_middleware", ">=0.12", "<=2.0"

Expand Down

0 comments on commit 766b0fc

Please sign in to comment.