mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-03 19:03:02 +01:00
Merge pull request #1974 from Retrospring/dependabot/bundler/openssl-3.3.0
This commit is contained in:
commit
b0c9d8744e
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -115,7 +115,7 @@ gem "pundit", "~> 2.4"
|
||||||
gem "rubyzip", "~> 2.4"
|
gem "rubyzip", "~> 2.4"
|
||||||
|
|
||||||
# to solve https://github.com/jwt/ruby-jwt/issues/526
|
# to solve https://github.com/jwt/ruby-jwt/issues/526
|
||||||
gem "openssl", "~> 3.2"
|
gem "openssl", "~> 3.3"
|
||||||
|
|
||||||
# mail 2.8.0 breaks sendmail usage: https://github.com/mikel/mail/issues/1538
|
# mail 2.8.0 breaks sendmail usage: https://github.com/mikel/mail/issues/1538
|
||||||
gem "mail", "~> 2.7.1"
|
gem "mail", "~> 2.7.1"
|
||||||
|
|
|
@ -339,7 +339,7 @@ GEM
|
||||||
oj (3.16.9)
|
oj (3.16.9)
|
||||||
bigdecimal (>= 3.0)
|
bigdecimal (>= 3.0)
|
||||||
ostruct (>= 0.2)
|
ostruct (>= 0.2)
|
||||||
openssl (3.2.0)
|
openssl (3.3.0)
|
||||||
orm_adapter (0.5.0)
|
orm_adapter (0.5.0)
|
||||||
os (1.1.4)
|
os (1.1.4)
|
||||||
ostruct (0.6.1)
|
ostruct (0.6.1)
|
||||||
|
@ -640,7 +640,7 @@ DEPENDENCIES
|
||||||
net-pop
|
net-pop
|
||||||
net-smtp
|
net-smtp
|
||||||
oj
|
oj
|
||||||
openssl (~> 3.2)
|
openssl (~> 3.3)
|
||||||
pg
|
pg
|
||||||
pghero
|
pghero
|
||||||
prometheus-client (~> 4.2)
|
prometheus-client (~> 4.2)
|
||||||
|
|
Loading…
Reference in a new issue