Merge pull request #873 from Retrospring/dependabot/bundler/openssl-3.1.0
This commit is contained in:
commit
5fbd1b094d
2
Gemfile
2
Gemfile
|
@ -115,4 +115,4 @@ gem "pundit", "~> 2.2"
|
||||||
gem "rubyzip", "~> 2.3"
|
gem "rubyzip", "~> 2.3"
|
||||||
|
|
||||||
# to solve https://github.com/jwt/ruby-jwt/issues/526
|
# to solve https://github.com/jwt/ruby-jwt/issues/526
|
||||||
gem "openssl", "~> 3.0", ">= 3.0.1"
|
gem "openssl", "~> 3.1"
|
||||||
|
|
|
@ -296,7 +296,7 @@ GEM
|
||||||
omniauth-twitter (1.4.0)
|
omniauth-twitter (1.4.0)
|
||||||
omniauth-oauth (~> 1.1)
|
omniauth-oauth (~> 1.1)
|
||||||
rack
|
rack
|
||||||
openssl (3.0.1)
|
openssl (3.1.0)
|
||||||
orm_adapter (0.5.0)
|
orm_adapter (0.5.0)
|
||||||
parallel (1.22.1)
|
parallel (1.22.1)
|
||||||
parser (3.1.3.0)
|
parser (3.1.3.0)
|
||||||
|
@ -553,7 +553,7 @@ DEPENDENCIES
|
||||||
omniauth
|
omniauth
|
||||||
omniauth-rails_csrf_protection (~> 1.0)
|
omniauth-rails_csrf_protection (~> 1.0)
|
||||||
omniauth-twitter
|
omniauth-twitter
|
||||||
openssl (~> 3.0, >= 3.0.1)
|
openssl (~> 3.1)
|
||||||
pg
|
pg
|
||||||
pghero
|
pghero
|
||||||
puma
|
puma
|
||||||
|
|
Loading…
Reference in New Issue