Skip to content

Commit f8cb4b3

Browse files
committed
Prepare for 2.3.0
1 parent c3b9b81 commit f8cb4b3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Gemfile.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rails-dom-testing (2.2.0)
4+
rails-dom-testing (2.3.0)
55
activesupport (>= 5.0.0)
66
minitest
77
nokogiri (>= 1.6)
@@ -38,6 +38,8 @@ GEM
3838
minitest (5.25.4)
3939
nokogiri (1.18.3-aarch64-linux-gnu)
4040
racc (~> 1.4)
41+
nokogiri (1.18.3-x86_64-darwin)
42+
racc (~> 1.4)
4143
nokogiri (1.18.3-x86_64-linux-gnu)
4244
racc (~> 1.4)
4345
parallel (1.26.3)

lib/rails/dom/testing/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module Rails
44
module Dom
55
module Testing
6-
VERSION = "2.2.0"
6+
VERSION = "2.3.0"
77
end
88
end
99
end

0 commit comments

Comments
 (0)