Skip to content

Commit

Permalink
Re-enable the gems
Browse files Browse the repository at this point in the history
  • Loading branch information
dsandstrom committed Sep 27, 2022
1 parent b112dcc commit c400d0f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ gem 'ranked-model', '~> 0.4'
gem 'rollbar', '~> 3.2'

# required for ruby 3.1 until a new map version is released
# gem 'net-imap', '~> 0.2.3', require: false
# gem 'net-pop', '~> 0.1.1', require: false
# # required for ruby 3.1
gem 'net-imap', '~> 0.2.3', require: false
gem 'net-pop', '~> 0.1.1', require: false
# required for ruby 3.1
gem 'net-smtp', '~> 0.3.1', require: false

group :development, :test do
Expand Down
11 changes: 11 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,14 @@ GEM
msgpack (1.5.6)
multi_json (1.15.0)
nenv (0.3.0)
net-imap (0.2.3)
digest
net-protocol
strscan
net-pop (0.1.1)
digest
net-protocol
timeout
net-protocol (0.1.3)
timeout
net-smtp (0.3.1)
Expand Down Expand Up @@ -317,6 +325,7 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
strscan (3.0.1)
thor (1.2.1)
tilt (2.0.11)
timeout (0.3.0)
Expand Down Expand Up @@ -374,6 +383,8 @@ DEPENDENCIES
guard-webpacker (~> 0.2.1)
kaminari (~> 1.2)
listen (~> 3.3)
net-imap (~> 0.2.3)
net-pop (~> 0.1.1)
net-smtp (~> 0.3.1)
pg (~> 1.4.3)
puma (~> 5.0)
Expand Down

0 comments on commit c400d0f

Please sign in to comment.