diff --git a/Gemfile b/Gemfile index e8cd20ab..fff8cea1 100644 --- a/Gemfile +++ b/Gemfile @@ -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" diff --git a/Gemfile.lock b/Gemfile.lock index be5d01e4..02c68b72 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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