Skip to content

Commit

Permalink
depend on net-pop from github to resolve test problems
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Nov 2, 2024
1 parent c447b2a commit 8ee4c5f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ gem 'puma'
# Use Redis for Action Cable
gem "redis", "~> 5.0"

# Can remove when upgrading to 3.3.4
# see: https://github.com/ruby/net-pop/issues/26
gem 'net-pop', github: 'ruby/net-pop'

group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'pry-byebug'
Expand Down
8 changes: 7 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
GIT
remote: https://github.com/ruby/net-pop.git
revision: e8d0afe2773b9eb6a23c39e9e437f6fc0fc7c733
specs:
net-pop (0.1.2)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -248,7 +254,6 @@ GEM
net-imap (0.5.0)
date
net-protocol
net-pop (0.1.2)
net-protocol (0.2.2)
timeout
net-sftp (4.0.0)
Expand Down Expand Up @@ -518,6 +523,7 @@ DEPENDENCIES
issue
jbuilder (~> 2.11)
mini_racer
net-pop!
net-sftp (~> 4.0)
octicons_helper
octokit
Expand Down

0 comments on commit 8ee4c5f

Please sign in to comment.