Skip to content

Commit

Permalink
Add net-pop to Gemfile (Issue with ruby 3.3.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
brotandgames committed Jun 25, 2024
1 parent 4d42526 commit 6d4a0e5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN set -x \
build-base \
libxml2-dev \
libxslt-dev \
git \
&& gem install bundler \
&& bundle config set --local without 'development:test' \
&& bundle install --jobs 20 -j"$(nproc)" --retry 3 \
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ end
gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby]

gem "bootstrap", "~> 4.3.1"
# https://stackoverflow.com/questions/78617432/strange-bundle-update-issue-disappearing-net-pop-0-1-2-dependency
gem "net-pop", github: "ruby/net-pop"
gem "prometheus-client"
gem "rufus-scheduler"
gem "simple_form"
Expand Down
9 changes: 8 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
GIT
remote: https://github.com/ruby/net-pop.git
revision: e8d0afe2773b9eb6a23c39e9e437f6fc0fc7c733
specs:
net-pop (0.1.2)
net-protocol

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -146,7 +153,6 @@ GEM
net-imap (0.4.14)
date
net-protocol
net-pop (0.1.2)
net-protocol (0.2.2)
timeout
net-smtp (0.5.0)
Expand Down Expand Up @@ -348,6 +354,7 @@ DEPENDENCIES
letter_opener
listen (~> 3.3)
mocha
net-pop!
prometheus-client
puma (~> 5.0)
rack-mini-profiler (~> 2.0)
Expand Down

0 comments on commit 6d4a0e5

Please sign in to comment.