File tree Expand file tree Collapse file tree 4 files changed +15
-10
lines changed Expand file tree Collapse file tree 4 files changed +15
-10
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 0.5.2
4+
5+ * Fixes a puma deprecation warning
6+ [ #95 ] ( https://github.com/testdouble/cypress-rails/pull/95 )
7+
38## 0.5.1
49
510* Sprinkles two instance variables to the custom transaction manager that cribs
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- cypress-rails (0.5.1 )
4+ cypress-rails (0.5.2 )
55 puma (>= 3.8.0 )
66 railties (>= 5.2.0 )
77
3434 erubi (1.10.0 )
3535 i18n (1.8.10 )
3636 concurrent-ruby (~> 1.0 )
37- loofah (2.10 .0 )
37+ loofah (2.12 .0 )
3838 crass (~> 1.0.2 )
3939 nokogiri (>= 1.5.9 )
4040 method_source (1.0.0 )
41- mini_portile2 (2.5.3 )
41+ mini_portile2 (2.6.1 )
4242 minitest (5.14.4 )
43- nio4r (2.5.7 )
44- nokogiri (1.11.7 )
45- mini_portile2 (~> 2.5.0 )
43+ nio4r (2.5.8 )
44+ nokogiri (1.12.3 )
45+ mini_portile2 (~> 2.6.1 )
4646 racc (~> 1.4 )
4747 parallel (1.20.1 )
4848 parser (3.0.1.1 )
4949 ast (~> 2.4.1 )
50- puma (5.3.2 )
50+ puma (5.4.0 )
5151 nio4r (~> 2.0 )
5252 racc (1.5.2 )
5353 rack (2.2.3 )
5656 rails-dom-testing (2.0.3 )
5757 activesupport (>= 4.2.0 )
5858 nokogiri (>= 1.6 )
59- rails-html-sanitizer (1.3.0 )
59+ rails-html-sanitizer (1.4.1 )
6060 loofah (~> 2.3 )
6161 railties (6.1.4 )
6262 actionpack (= 6.1.4 )
Original file line number Diff line number Diff line change 11PATH
22 remote: ..
33 specs:
4- cypress-rails (0.5.1 )
4+ cypress-rails (0.5.2 )
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.1 "
2+ VERSION = "0.5.2 "
33end
You can’t perform that action at this time.
0 commit comments