add openssl-3.0.1 to bundle

This commit is contained in:
Georg Gadinger 2022-12-10 04:50:36 +01:00
parent e1bdb1324f
commit 3b99e43876
2 changed files with 5 additions and 0 deletions

View File

@ -113,3 +113,6 @@ gem "net-pop"
gem "pundit", "~> 2.2"
gem "rubyzip", "~> 2.3"
# to solve https://github.com/jwt/ruby-jwt/issues/526
gem "openssl", "~> 3.0", ">= 3.0.1"

View File

@ -294,6 +294,7 @@ GEM
omniauth-twitter (1.4.0)
omniauth-oauth (~> 1.1)
rack
openssl (3.0.1)
orm_adapter (0.5.0)
parallel (1.22.1)
parser (3.1.2.1)
@ -550,6 +551,7 @@ DEPENDENCIES
omniauth
omniauth-rails_csrf_protection (~> 1.0)
omniauth-twitter
openssl (~> 3.0, >= 3.0.1)
pg
pghero
puma