We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b9b81 commit f8cb4b3Copy full SHA for f8cb4b3
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- rails-dom-testing (2.2.0)
+ rails-dom-testing (2.3.0)
5
activesupport (>= 5.0.0)
6
minitest
7
nokogiri (>= 1.6)
@@ -38,6 +38,8 @@ GEM
38
minitest (5.25.4)
39
nokogiri (1.18.3-aarch64-linux-gnu)
40
racc (~> 1.4)
41
+ nokogiri (1.18.3-x86_64-darwin)
42
+ racc (~> 1.4)
43
nokogiri (1.18.3-x86_64-linux-gnu)
44
45
parallel (1.26.3)
lib/rails/dom/testing/version.rb
@@ -3,7 +3,7 @@
module Rails
module Dom
module Testing
- VERSION = "2.2.0"
+ VERSION = "2.3.0"
end
8
9
0 commit comments