Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
gem "email_validator", "~> 2.2.3"
gem "json_schemer", "~> 2.5.0"
gem "ruby-duration", "~> 3.2.0"
gem "msgpack", "~> 1.8.0"
gem "msgpack", "~> 1.8.3"

Check warning on line 116 in Gemfile

View workflow job for this annotation

GitHub Actions / RuboCop

[rubocop] reported by reviewdog 🐶 Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem `msgpack` should appear before `ruby-duration`. Raw Output: Gemfile:116:1: C: Bundler/OrderedGems: Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem `msgpack` should appear before `ruby-duration`.

gem "mail", "2.9.0"

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ GEM
minitest (6.0.6)
drb (~> 2.0)
prism (~> 1.5)
msgpack (1.8.1)
msgpack (1.8.3)
multi_json (1.20.1)
mustermann (4.0.0)
mustermann-grape (1.1.0)
Expand Down Expand Up @@ -1660,7 +1660,7 @@ DEPENDENCIES
md_to_pdf!
meta-tags (~> 2.23.0)
mini_magick (~> 5.3.0)
msgpack (~> 1.8.0)
msgpack (~> 1.8.3)
multi_json (~> 1.20.0)
my_page!
net-ldap (~> 0.20.0)
Expand Down Expand Up @@ -2024,7 +2024,7 @@ CHECKSUMS
mini_magick (5.3.1) sha256=29395dfd76badcabb6403ee5aff6f681e867074f8f28ce08d78661e9e4a351c4
mini_mime (1.1.5) sha256=8681b7e2e4215f2a159f9400b5816d85e9d8c6c6b491e96a12797e798f8bccef
minitest (6.0.6) sha256=153ea36d1d987a62942382b61075745042a2b3123b1cd48f4c3675af9cc7d6f1
msgpack (1.8.1) sha256=3fef787cd3965fd119c08a22724a56a93ca25008c3421fc15039f603a8b7c86c
msgpack (1.8.3) sha256=8bda4a6428d3244e50d6bd55854d354edbada88a4e1f4f5731a39a0f86bee6a1
multi_json (1.20.1) sha256=2f3934e805cc45ef91b551a1f89d0e9191abd06a5e04a2ef09a6a036c452ca6d
mustermann (4.0.0) sha256=91f67411bb208d1d93c41e6128cb3b0f8ddd9ec7c45966f1007e1c43c08040d7
mustermann-grape (1.1.0) sha256=8d258a986004c8f01ce4c023c0b037c168a9ed889cf5778068ad54398fa458c5
Expand Down
Loading