Skip to content

Commit 51d9ad3

Browse files
committed
Bump version to 0.2.6
1 parent b198058 commit 51d9ad3

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

‎Gemfile.lock‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
log_bench (0.2.5)
4+
log_bench (0.2.6)
55
curses (~> 1.5)
66
lograge (~> 0.14)
77
net-http (~> 0.6)
@@ -70,9 +70,13 @@ GEM
7070
loofah (2.24.0)
7171
crass (~> 1.0.2)
7272
nokogiri (>= 1.12.0)
73+
mini_portile2 (2.8.9)
7374
minitest (5.25.5)
7475
net-http (0.6.0)
7576
uri
77+
nokogiri (1.18.6)
78+
mini_portile2 (~> 2.8.2)
79+
racc (~> 1.4)
7680
nokogiri (1.18.6-arm64-darwin)
7781
racc (~> 1.4)
7882
parallel (1.27.0)

‎lib/log_bench/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 LogBench
4-
VERSION = "0.2.5"
4+
VERSION = "0.2.6"
55
end

0 commit comments

Comments
 (0)