Merge pull request #8427 from SuperTux88/gem-updates

Bump net-* gems and digest
This commit is contained in:
Benjamin Neff 2023-06-12 04:59:57 +02:00
commit 3b07b16962
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 8 additions and 14 deletions

View file

@ -53,7 +53,7 @@ We recommend setting up new pods using Ruby 3.1, and updating existing pods to t
* Drop `strip_exif` flag and always remove exif data from uploaded images [#8417](https://github.com/diaspora/diaspora/pull/8417) * Drop `strip_exif` flag and always remove exif data from uploaded images [#8417](https://github.com/diaspora/diaspora/pull/8417)
* Replace `apparition` with `cuprite` [#8418](https://github.com/diaspora/diaspora/pull/8418) * Replace `apparition` with `cuprite` [#8418](https://github.com/diaspora/diaspora/pull/8418)
* Remove `i18n-inflector-rails` for translations [#8420](https://github.com/diaspora/diaspora/pull/8420) * Remove `i18n-inflector-rails` for translations [#8420](https://github.com/diaspora/diaspora/pull/8420)
* Add ruby 3.0 and 3.1 support [#8423](https://github.com/diaspora/diaspora/pull/8423) * Add ruby 3.0 and 3.1 support [#8423](https://github.com/diaspora/diaspora/pull/8423) [#8426](https://github.com/diaspora/diaspora/pull/8426) [#8427](https://github.com/diaspora/diaspora/pull/8427)
## Bug fixes ## Bug fixes
* Fix multiple photos upload progress bar [#7655](https://github.com/diaspora/diaspora/pull/7655) * Fix multiple photos upload progress bar [#7655](https://github.com/diaspora/diaspora/pull/7655)

View file

@ -195,6 +195,7 @@ GEM
activerecord (>= 5.a) activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0) database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1) database_cleaner-core (2.0.1)
date (3.3.3)
devise (4.8.1) devise (4.8.1)
bcrypt (~> 3.0) bcrypt (~> 3.0)
orm_adapter (~> 0.1) orm_adapter (~> 0.1)
@ -225,7 +226,6 @@ GEM
fabrication (~> 2.29) fabrication (~> 2.29)
uuid (~> 2.3, >= 2.3.8) uuid (~> 2.3, >= 2.3.8)
diff-lcs (1.5.0) diff-lcs (1.5.0)
digest (3.0.0)
docile (1.4.0) docile (1.4.0)
domain_name (0.5.20190701) domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0) unf (>= 0.0.5, < 1.0.0)
@ -368,7 +368,6 @@ GEM
image_processing (1.12.2) image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5) mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3) ruby-vips (>= 2.0.17, < 3)
io-wait (0.2.0)
jasmine (3.10.0) jasmine (3.10.0)
jasmine-core (~> 3.10.0) jasmine-core (~> 3.10.0)
phantomjs phantomjs
@ -439,18 +438,14 @@ GEM
multipart-post (2.2.3) multipart-post (2.2.3)
mysql2 (0.5.4) mysql2 (0.5.4)
naught (1.1.0) naught (1.1.0)
net-imap (0.1.1) net-imap (0.3.4)
digest date
net-protocol net-protocol
strscan net-pop (0.1.2)
net-pop (0.1.1)
digest
net-protocol net-protocol
net-protocol (0.2.1)
timeout timeout
net-protocol (0.1.1) net-smtp (0.3.3)
io-wait
timeout
net-smtp (0.2.1)
net-protocol net-protocol
nio4r (2.5.8) nio4r (2.5.8)
nokogiri (1.13.7) nokogiri (1.13.7)
@ -706,7 +701,6 @@ GEM
ssrf_filter (1.1.1) ssrf_filter (1.1.1)
state_machines (0.5.0) state_machines (0.5.0)
string-direction (1.2.2) string-direction (1.2.2)
strscan (3.0.1)
swd (1.3.0) swd (1.3.0)
activesupport (>= 3) activesupport (>= 3)
attr_required (>= 0.0.5) attr_required (>= 0.0.5)
@ -724,7 +718,7 @@ GEM
thread_safe (0.3.6) thread_safe (0.3.6)
tilt (2.0.10) tilt (2.0.10)
timecop (0.9.5) timecop (0.9.5)
timeout (0.1.1) timeout (0.3.2)
timers (4.3.3) timers (4.3.3)
toml-rb (2.1.2) toml-rb (2.1.2)
citrus (~> 3.0, > 3.0) citrus (~> 3.0, > 3.0)