Skip to content

Commit 9f085bd

Browse files
Bump irb from 1.14.1 to 1.14.3
Bumps [irb](https://github.com/ruby/irb) from 1.14.1 to 1.14.3. - [Release notes](https://github.com/ruby/irb/releases) - [Commits](ruby/irb@v1.14.1...v1.14.3) --- updated-dependencies: - dependency-name: irb dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e0f0402 commit 9f085bd

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Gemfile.lock

+6-4
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ GEM
5656
json
5757
curb (1.0.6)
5858
daemons (1.4.1)
59+
date (3.4.1)
5960
diff-lcs (1.5.1)
6061
domain_name (0.6.20240107)
6162
drb (2.2.1)
@@ -82,9 +83,9 @@ GEM
8283
http_parser.rb (0.8.0)
8384
i18n (1.14.6)
8485
concurrent-ruby (~> 1.0)
85-
io-console (0.7.2)
86+
io-console (0.8.0)
8687
io-like (0.3.1)
87-
irb (1.14.1)
88+
irb (1.14.3)
8889
rdoc (>= 4.0.0)
8990
reline (>= 0.4.2)
9091
json (2.9.1)
@@ -138,7 +139,8 @@ GEM
138139
pry-byebug (3.10.1)
139140
byebug (~> 11.0)
140141
pry (>= 0.13, < 0.15)
141-
psych (5.2.0)
142+
psych (5.2.2)
143+
date
142144
stringio
143145
public_suffix (6.0.1)
144146
qr4r (0.6.2)
@@ -156,7 +158,7 @@ GEM
156158
rdoc (6.8.1)
157159
psych (>= 4.0.0)
158160
regexp_parser (2.9.2)
159-
reline (0.5.10)
161+
reline (0.6.0)
160162
io-console (~> 0.5)
161163
rest-client (2.1.0)
162164
http-accept (>= 1.7.0, < 2.0)

0 commit comments

Comments
 (0)