Skip to content

Commit dde2862

Browse files
committed
v0.5.1
1 parent 7ce9d38 commit dde2862

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ GIT
1212
PATH
1313
remote: .
1414
specs:
15-
end_of_life (0.5.0)
15+
end_of_life (0.5.1)
1616
async
1717
bundler (>= 2.3.0, < 3)
1818
dry-monads (~> 1.3)
@@ -28,7 +28,7 @@ GEM
2828
addressable (2.8.7)
2929
public_suffix (>= 2.0.2, < 7.0)
3030
ast (2.4.3)
31-
async (2.30.0)
31+
async (2.31.0)
3232
console (~> 1.29)
3333
fiber-annotation
3434
io-event (~> 1.11)
@@ -71,7 +71,7 @@ GEM
7171
language_server-protocol (3.17.0.5)
7272
lint_roller (1.1.0)
7373
logger (1.7.0)
74-
metrics (0.14.0)
74+
metrics (0.15.0)
7575
net-http (0.6.0)
7676
uri
7777
octokit (9.2.0)
@@ -142,7 +142,7 @@ GEM
142142
unicode-display_width (>= 1.5, < 3.0)
143143
unicode_utils (~> 1.4)
144144
strings-ansi (0.2.0)
145-
traces (0.18.1)
145+
traces (0.18.2)
146146
tty-color (0.6.0)
147147
tty-cursor (0.7.1)
148148
tty-screen (0.8.2)

lib/end_of_life/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module EndOfLife
4-
VERSION = "0.5.0"
4+
VERSION = "0.5.1"
55
end

0 commit comments

Comments
 (0)