Skip to content

Commit

Permalink
Fix base64 and faraday-multipart dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
epistrephein committed Jun 19, 2024
1 parent bd94098 commit 0afef4a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

source 'https://rubygems.org'

gem 'base64', '~> 0.2'
gem 'faraday-multipart', '~> 1.0'
gem 'faraday-retry', '~> 2.2'
gem 'octokit', '~> 9.1'
gem 'rack-cors', '~> 2.0'
Expand Down
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ GEM
docile (1.4.0)
faraday (2.9.1)
faraday-net_http (>= 2.0, < 3.2)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-net_http (3.1.0)
net-http
faraday-retry (2.2.1)
Expand All @@ -30,6 +32,7 @@ GEM
rb-inotify (~> 0.9, >= 0.9.10)
method_source (1.0.0)
mock_redis (0.44.0)
multipart-post (2.4.1)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
net-http (0.4.1)
Expand Down Expand Up @@ -136,6 +139,8 @@ PLATFORMS
ruby

DEPENDENCIES
base64 (~> 0.2)
faraday-multipart (~> 1.0)
faraday-retry (~> 2.2)
mock_redis (~> 0.19)
octokit (~> 9.1)
Expand Down
1 change: 1 addition & 0 deletions lib/remote.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

require 'octokit'
require 'rubygems'
require 'base64'
require 'json'
require 'yaml'

Expand Down

0 comments on commit 0afef4a

Please sign in to comment.