Skip to content

Commit 28bc491

Browse files
committed
fix: Add base64 dependency
1 parent 874984e commit 28bc491

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

cognito_idp-client.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Gem::Specification.new do |spec|
3030
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
3131
spec.require_paths = ["lib"]
3232

33+
spec.add_dependency "base64"
3334
spec.add_dependency "faraday", "~> 2.7"
3435

3536
# For more information and examples about making a new gem, check out our

lib/cognito_idp/client.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# frozen_string_literal: true
22

3+
require "base64"
34
require "faraday"
45

56
module CognitoIdp

0 commit comments

Comments
 (0)