File tree Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 0.7.1
4+ * Add Rack 3.1 support [ #163 ] ( https://github.com/testdouble/cypress-rails/pull/163 )
5+
36## 0.7.0
47git
58* Add a ` CYPRESS_RAILS_CYPRESS_DIR ` option for cases where
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- cypress-rails (0.7.0 )
4+ cypress-rails (0.7.1 )
55 puma (>= 3.8.0 )
66 railties (>= 5.2.0 )
77
4747 i18n (1.14.1 )
4848 concurrent-ruby (~> 1.0 )
4949 io-console (0.7.2 )
50- irb (1.11.2 )
51- rdoc
50+ irb (1.13.1 )
51+ rdoc ( >= 4.0.0 )
5252 reline (>= 0.4.2 )
5353 json (2.7.1 )
5454 language_server-protocol (3.17.0.3 )
5555 lint_roller (1.1.0 )
5656 loofah (2.22.0 )
5757 crass (~> 1.0.2 )
5858 nokogiri (>= 1.12.0 )
59- mini_portile2 (2.8.5 )
6059 minitest (5.22.2 )
6160 mutex_m (0.2.0 )
6261 nio4r (2.7.0 )
6362 nokogiri (1.16.2 )
64- mini_portile2 (~> 2.8.2 )
6563 racc (~> 1.4 )
6664 parallel (1.24.0 )
6765 parser (3.3.0.5 )
9795 zeitwerk (~> 2.6 )
9896 rainbow (3.1.1 )
9997 rake (13.1.0 )
100- rdoc (6.6.2 )
98+ rdoc (6.6.3.1 )
10199 psych (>= 4.0.0 )
102100 regexp_parser (2.9.0 )
103- reline (0.4.2 )
101+ reline (0.5.7 )
104102 io-console (~> 0.5 )
105103 rexml (3.2.6 )
106104 rubocop (1.59.0 )
133131 standard-performance (1.3.1 )
134132 lint_roller (~> 1.1 )
135133 rubocop-performance (~> 1.20.2 )
136- stringio (3.1.0 )
134+ stringio (3.1.1 )
137135 thor (1.3.0 )
138136 tzinfo (2.0.6 )
139137 concurrent-ruby (~> 1.0 )
Original file line number Diff line number Diff line change 11PATH
22 remote: ..
33 specs:
4- cypress-rails (0.7.0 )
4+ cypress-rails (0.7.1 )
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.7.0 "
2+ VERSION = "0.7.1 "
33end
You can’t perform that action at this time.
0 commit comments