Skip to content

Commit

Permalink
Merge pull request #8427 from SuperTux88/gem-updates
Browse files Browse the repository at this point in the history
Bump net-* gems and digest
  • Loading branch information
SuperTux88 committed Jun 12, 2023
2 parents b34a184 + f420a78 commit 3b07b16
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
* 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)
* 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
* Fix multiple photos upload progress bar [#7655](https://github.com/diaspora/diaspora/pull/7655)
Expand Down
20 changes: 7 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ GEM
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
date (3.3.3)
devise (4.8.1)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
Expand Down Expand Up @@ -225,7 +226,6 @@ GEM
fabrication (~> 2.29)
uuid (~> 2.3, >= 2.3.8)
diff-lcs (1.5.0)
digest (3.0.0)
docile (1.4.0)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
Expand Down Expand Up @@ -368,7 +368,6 @@ GEM
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
io-wait (0.2.0)
jasmine (3.10.0)
jasmine-core (~> 3.10.0)
phantomjs
Expand Down Expand Up @@ -439,18 +438,14 @@ GEM
multipart-post (2.2.3)
mysql2 (0.5.4)
naught (1.1.0)
net-imap (0.1.1)
digest
net-imap (0.3.4)
date
net-protocol
strscan
net-pop (0.1.1)
digest
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
timeout
net-protocol (0.1.1)
io-wait
timeout
net-smtp (0.2.1)
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nokogiri (1.13.7)
Expand Down Expand Up @@ -706,7 +701,6 @@ GEM
ssrf_filter (1.1.1)
state_machines (0.5.0)
string-direction (1.2.2)
strscan (3.0.1)
swd (1.3.0)
activesupport (>= 3)
attr_required (>= 0.0.5)
Expand All @@ -724,7 +718,7 @@ GEM
thread_safe (0.3.6)
tilt (2.0.10)
timecop (0.9.5)
timeout (0.1.1)
timeout (0.3.2)
timers (4.3.3)
toml-rb (2.1.2)
citrus (~> 3.0, > 3.0)
Expand Down

0 comments on commit 3b07b16

Please sign in to comment.