File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed
Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11source "https://rubygems.org"
22
3- gem "hexapdf"
3+ # hexapdf 1.3.0: Incorrect size 569304 for file /tmp/hexapdf-result-001.pdf (expected 569797)!
4+ gem "hexapdf", "~> 0.16.0"
Original file line number Diff line number Diff line change 33 specs:
44 cmdparse (3.0.7)
55 geom2d (0.4.1)
6- hexapdf (1.3 .0)
6+ hexapdf (0.16 .0)
77 cmdparse (~> 3.0, >= 3.0.3)
8- geom2d (~> 0.4, >= 0.4.1)
9- openssl (>= 2.2.1)
10- strscan (>= 3.1.2)
11- openssl (3.3.0)
12- strscan (3.1.5)
8+ geom2d (~> 0.3)
139
1410PLATFORMS
1511 ruby
1612 x86_64-linux
1713
1814DEPENDENCIES
19- hexapdf
15+ hexapdf (~> 0.16.0)
2016
2117BUNDLED WITH
2218 2.8.0.dev
Original file line number Diff line number Diff line change 22
33source "https://rubygems.org"
44
5- gem "ruby-lsp", ">= 0.13.4"
5+ # ruby-lsp 0.26.1: uninitialized constant RubyIndexer::IndexablePath (NameError)
6+ gem "ruby-lsp", "~> 0.17.4"
Original file line number Diff line number Diff line change 66 prism (1.4.0)
77 rbs (3.9.4)
88 logger
9- ruby-lsp (0.26.1 )
9+ ruby-lsp (0.17.17 )
1010 language_server-protocol (~> 3.17.0)
11- prism (>= 1.2, < 2.0)
12- rbs (>= 3, < 5)
11+ prism (~> 1.0)
12+ rbs (>= 3, < 4)
13+ sorbet-runtime (>= 0.5.10782)
14+ sorbet-runtime (0.5.12366)
1315
1416PLATFORMS
1517 ruby
1618 x86_64-linux
1719
1820DEPENDENCIES
19- ruby-lsp (>= 0.13 .4)
21+ ruby-lsp (~> 0.17 .4)
2022
2123BUNDLED WITH
2224 2.8.0.dev
You can’t perform that action at this time.
0 commit comments