We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5232dbc commit d89b560Copy full SHA for d89b560
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- ruby_memcheck (2.3.0)
+ ruby_memcheck (3.0.0)
5
nokogiri
6
7
GEM
@@ -17,8 +17,6 @@ GEM
17
nokogiri (1.16.3)
18
mini_portile2 (~> 2.8.2)
19
racc (~> 1.4)
20
- nokogiri (1.16.3-arm64-darwin)
21
- racc (~> 1.4)
22
parallel (1.24.0)
23
parser (3.3.0.5)
24
ast (~> 2.4.1)
lib/ruby_memcheck/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module RubyMemcheck
- VERSION = "2.3.0"
+ VERSION = "3.0.0"
end
0 commit comments