mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Update irb to 1.15.0 (#30912)
Dependabot PR: https://github.com/discourse/discourse/pull/30909
This commit is contained in:
parent
e98644fbc6
commit
9b100db91c
@ -29,6 +29,8 @@ ignored:
|
|||||||
- net-protocol # Ruby (default gem)
|
- net-protocol # Ruby (default gem)
|
||||||
- openssl # Ruby (default gem)
|
- openssl # Ruby (default gem)
|
||||||
- ostruct # Ruby (default gem)
|
- ostruct # Ruby (default gem)
|
||||||
|
- pp # Ruby (default gem)
|
||||||
|
- prettyprint # Ruby (default gem)
|
||||||
- racc # Ruby (default gem)
|
- racc # Ruby (default gem)
|
||||||
- rchardet # LGPL
|
- rchardet # LGPL
|
||||||
- rdoc # Ruby (default gem)
|
- rdoc # Ruby (default gem)
|
||||||
|
@ -193,7 +193,8 @@ GEM
|
|||||||
image_size (3.4.0)
|
image_size (3.4.0)
|
||||||
in_threads (1.6.0)
|
in_threads (1.6.0)
|
||||||
io-console (0.8.0)
|
io-console (0.8.0)
|
||||||
irb (1.14.3)
|
irb (1.15.0)
|
||||||
|
pp (>= 0.6.0)
|
||||||
rdoc (>= 4.0.0)
|
rdoc (>= 4.0.0)
|
||||||
reline (>= 0.4.2)
|
reline (>= 0.4.2)
|
||||||
iso8601 (0.13.0)
|
iso8601 (0.13.0)
|
||||||
@ -332,7 +333,10 @@ GEM
|
|||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
racc
|
racc
|
||||||
pg (1.5.9)
|
pg (1.5.9)
|
||||||
|
pp (0.6.2)
|
||||||
|
prettyprint
|
||||||
prettier_print (1.2.1)
|
prettier_print (1.2.1)
|
||||||
|
prettyprint (0.2.0)
|
||||||
progress (3.6.0)
|
progress (3.6.0)
|
||||||
pry (0.14.2)
|
pry (0.14.2)
|
||||||
coderay (~> 1.1)
|
coderay (~> 1.1)
|
||||||
|
Loading…
Reference in New Issue
Block a user