Skip to content

Commit

Permalink
Merge pull request #920 from recurly/add-gems
Browse files Browse the repository at this point in the history
chore: Adding base64 to gemspec to accommodate removal in 3.4.0
  • Loading branch information
btruncali1 authored Feb 3, 2025
2 parents 4a6ea75 + 26a445f commit 8690579
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recurly.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ Gem::Specification.new do |spec|
# spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "base64", "~> 0.2.0"

spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rake", "~> 12.3.3"
spec.add_development_dependency "rspec", "~> 3.0"
Expand Down

0 comments on commit 8690579

Please sign in to comment.