Skip to content

Commit

Permalink
fix: update sftp gem
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed Jun 21, 2022
1 parent e37f47d commit 9f23dda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "puma"
gem "sidekiq"

source "https://rubygems.pkg.github.com/mlibrary" do
gem "sftp", "0.1.0"
gem "sftp"
end

group :development, :test do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ GEM
GEM
remote: https://rubygems.pkg.github.com/mlibrary/
specs:
sftp (0.1.0)
sftp (0.2.1)

PLATFORMS
x86_64-linux
Expand All @@ -112,7 +112,7 @@ DEPENDENCIES
puma
rack-test
rspec
sftp (= 0.1.0)!
sftp!
sidekiq
simplecov
sinatra
Expand Down

0 comments on commit 9f23dda

Please sign in to comment.