mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 23:56:03 +01:00
Merge pull request #1950 from Retrospring/dependabot/bundler/rpush-9.2.0
This commit is contained in:
commit
77fcd7e083
1 changed files with 13 additions and 13 deletions
26
Gemfile.lock
26
Gemfile.lock
|
@ -176,12 +176,12 @@ GEM
|
||||||
mail
|
mail
|
||||||
faker (3.5.1)
|
faker (3.5.1)
|
||||||
i18n (>= 1.8.11, < 2)
|
i18n (>= 1.8.11, < 2)
|
||||||
faraday (2.12.0)
|
faraday (2.12.1)
|
||||||
faraday-net_http (>= 2.0, < 3.4)
|
faraday-net_http (>= 2.0, < 3.5)
|
||||||
json
|
json
|
||||||
logger
|
logger
|
||||||
faraday-net_http (3.3.0)
|
faraday-net_http (3.4.0)
|
||||||
net-http
|
net-http (>= 0.5.0)
|
||||||
ffi (1.16.3)
|
ffi (1.16.3)
|
||||||
fog-aws (3.29.0)
|
fog-aws (3.29.0)
|
||||||
base64 (~> 0.2.0)
|
base64 (~> 0.2.0)
|
||||||
|
@ -208,9 +208,9 @@ GEM
|
||||||
glob (0.4.0)
|
glob (0.4.0)
|
||||||
globalid (1.2.1)
|
globalid (1.2.1)
|
||||||
activesupport (>= 6.1)
|
activesupport (>= 6.1)
|
||||||
google-cloud-env (2.2.0)
|
google-cloud-env (2.2.1)
|
||||||
faraday (>= 1.0, < 3.a)
|
faraday (>= 1.0, < 3.a)
|
||||||
googleauth (1.11.0)
|
googleauth (1.11.2)
|
||||||
faraday (>= 1.0, < 3.a)
|
faraday (>= 1.0, < 3.a)
|
||||||
google-cloud-env (~> 2.1)
|
google-cloud-env (~> 2.1)
|
||||||
jwt (>= 1.4, < 3.0)
|
jwt (>= 1.4, < 3.0)
|
||||||
|
@ -267,7 +267,7 @@ GEM
|
||||||
childprocess (~> 5.0)
|
childprocess (~> 5.0)
|
||||||
letter_opener (1.10.0)
|
letter_opener (1.10.0)
|
||||||
launchy (>= 2.2, < 4)
|
launchy (>= 2.2, < 4)
|
||||||
logger (1.6.1)
|
logger (1.6.2)
|
||||||
lograge (0.14.0)
|
lograge (0.14.0)
|
||||||
actionpack (>= 4)
|
actionpack (>= 4)
|
||||||
activesupport (>= 4)
|
activesupport (>= 4)
|
||||||
|
@ -289,14 +289,14 @@ GEM
|
||||||
rake
|
rake
|
||||||
mini_magick (4.13.2)
|
mini_magick (4.13.2)
|
||||||
mini_mime (1.1.5)
|
mini_mime (1.1.5)
|
||||||
mini_portile2 (2.8.7)
|
mini_portile2 (2.8.8)
|
||||||
minitest (5.25.1)
|
minitest (5.25.2)
|
||||||
msgpack (1.7.2)
|
msgpack (1.7.2)
|
||||||
multi_json (1.15.0)
|
multi_json (1.15.0)
|
||||||
multi_xml (0.7.1)
|
multi_xml (0.7.1)
|
||||||
bigdecimal (~> 3.1)
|
bigdecimal (~> 3.1)
|
||||||
nested_form (0.3.2)
|
nested_form (0.3.2)
|
||||||
net-http (0.4.1)
|
net-http (0.6.0)
|
||||||
uri
|
uri
|
||||||
net-http-persistent (4.0.4)
|
net-http-persistent (4.0.4)
|
||||||
connection_pool (~> 2.2)
|
connection_pool (~> 2.2)
|
||||||
|
@ -398,8 +398,8 @@ GEM
|
||||||
rolify (6.0.1)
|
rolify (6.0.1)
|
||||||
rotp (6.3.0)
|
rotp (6.3.0)
|
||||||
rouge (4.1.3)
|
rouge (4.1.3)
|
||||||
rpush (9.1.0)
|
rpush (9.2.0)
|
||||||
activesupport (>= 6.0, < 7.2.0, != 7.1.4)
|
activesupport (>= 6.0, != 7.2.1, != 7.2.0, != 7.1.4)
|
||||||
googleauth
|
googleauth
|
||||||
jwt (>= 1.5.6)
|
jwt (>= 1.5.6)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
|
@ -539,7 +539,7 @@ GEM
|
||||||
unicode-emoji (~> 4.0, >= 4.0.4)
|
unicode-emoji (~> 4.0, >= 4.0.4)
|
||||||
unicode-emoji (4.0.4)
|
unicode-emoji (4.0.4)
|
||||||
uniform_notifier (1.16.0)
|
uniform_notifier (1.16.0)
|
||||||
uri (0.13.1)
|
uri (1.0.2)
|
||||||
view_component (3.20.0)
|
view_component (3.20.0)
|
||||||
activesupport (>= 5.2.0, < 8.1)
|
activesupport (>= 5.2.0, < 8.1)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
|
|
Loading…
Reference in a new issue