File tree Expand file tree Collapse file tree 4 files changed +19
-14
lines changed Expand file tree Collapse file tree 4 files changed +19
-14
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11PATH
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
88GEM
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 )
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 )
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 )
Original file line number Diff line number Diff line change 11PATH
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
Original file line number Diff line number Diff line change 11module CypressRails
2- VERSION = "0.5.2 "
2+ VERSION = "0.5.3 "
33end
You can’t perform that action at this time.
0 commit comments