Update bundle and re-add net-* gems for Ruby 3.1 compatibility

This commit is contained in:
Sebastian Serth
2022-06-30 12:57:01 +02:00
parent d3f283c4e7
commit 5535917bc7
2 changed files with 29 additions and 5 deletions

View File

@ -22,6 +22,9 @@ gem 'js-routes'
gem 'kramdown'
gem 'mimemagic'
gem 'net-http-persistent'
gem 'net-imap', require: false
gem 'net-pop', require: false
gem 'net-smtp', require: false
gem 'nokogiri'
gem 'pagedown-bootstrap-rails'
gem 'pg'