Skip to content

Commit 64191c2

Browse files
committed
0.5.3
1 parent 6a4095c commit 64191c2

File tree

4 files changed

+19
-14
lines changed

4 files changed

+19
-14
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 0.5.3
4+
5+
* Fix 2.5 & 2.6 compatibility
6+
[#100](https://github.com/testdouble/cypress-rails/issues/100)
7+
38
## 0.5.2
49

510
* Fixes a puma deprecation warning

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
PATH
22
remote: .
33
specs:
4-
cypress-rails (0.5.2)
4+
cypress-rails (0.5.3)
55
puma (>= 3.8.0)
66
railties (>= 5.2.0)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actionpack (6.1.4)
12-
actionview (= 6.1.4)
13-
activesupport (= 6.1.4)
11+
actionpack (6.1.4.1)
12+
actionview (= 6.1.4.1)
13+
activesupport (= 6.1.4.1)
1414
rack (~> 2.0, >= 2.0.9)
1515
rack-test (>= 0.6.3)
1616
rails-dom-testing (~> 2.0)
1717
rails-html-sanitizer (~> 1.0, >= 1.2.0)
18-
actionview (6.1.4)
19-
activesupport (= 6.1.4)
18+
actionview (6.1.4.1)
19+
activesupport (= 6.1.4.1)
2020
builder (~> 3.1)
2121
erubi (~> 1.4)
2222
rails-dom-testing (~> 2.0)
2323
rails-html-sanitizer (~> 1.1, >= 1.2.0)
24-
activesupport (6.1.4)
24+
activesupport (6.1.4.1)
2525
concurrent-ruby (~> 1.0, >= 1.0.2)
2626
i18n (>= 1.6, < 2)
2727
minitest (>= 5.1)
@@ -41,7 +41,7 @@ GEM
4141
mini_portile2 (2.6.1)
4242
minitest (5.14.4)
4343
nio4r (2.5.8)
44-
nokogiri (1.12.3)
44+
nokogiri (1.12.4)
4545
mini_portile2 (~> 2.6.1)
4646
racc (~> 1.4)
4747
parallel (1.20.1)
@@ -56,11 +56,11 @@ GEM
5656
rails-dom-testing (2.0.3)
5757
activesupport (>= 4.2.0)
5858
nokogiri (>= 1.6)
59-
rails-html-sanitizer (1.4.1)
59+
rails-html-sanitizer (1.4.2)
6060
loofah (~> 2.3)
61-
railties (6.1.4)
62-
actionpack (= 6.1.4)
63-
activesupport (= 6.1.4)
61+
railties (6.1.4.1)
62+
actionpack (= 6.1.4.1)
63+
activesupport (= 6.1.4.1)
6464
method_source
6565
rake (>= 0.13)
6666
thor (~> 1.0)

example/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
cypress-rails (0.5.2)
4+
cypress-rails (0.5.3)
55
puma (>= 3.8.0)
66
railties (>= 5.2.0)
77

lib/cypress-rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module CypressRails
2-
VERSION = "0.5.2"
2+
VERSION = "0.5.3"
33
end

0 commit comments

Comments
 (0)