File tree 4 files changed +12
-11
lines changed
4 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 0.7.1
4
+ * Add Rack 3.1 support [ #163 ] ( https://github.com/testdouble/cypress-rails/pull/163 )
5
+
3
6
## 0.7.0
4
7
git
5
8
* Add a ` CYPRESS_RAILS_CYPRESS_DIR ` option for cases where
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- cypress-rails (0.7.0 )
4
+ cypress-rails (0.7.1 )
5
5
puma (>= 3.8.0 )
6
6
railties (>= 5.2.0 )
7
7
47
47
i18n (1.14.1 )
48
48
concurrent-ruby (~> 1.0 )
49
49
io-console (0.7.2 )
50
- irb (1.11.2 )
51
- rdoc
50
+ irb (1.13.1 )
51
+ rdoc ( >= 4.0.0 )
52
52
reline (>= 0.4.2 )
53
53
json (2.7.1 )
54
54
language_server-protocol (3.17.0.3 )
55
55
lint_roller (1.1.0 )
56
56
loofah (2.22.0 )
57
57
crass (~> 1.0.2 )
58
58
nokogiri (>= 1.12.0 )
59
- mini_portile2 (2.8.5 )
60
59
minitest (5.22.2 )
61
60
mutex_m (0.2.0 )
62
61
nio4r (2.7.0 )
63
- nokogiri (1.16.2 )
64
- mini_portile2 (~> 2.8.2 )
62
+ nokogiri (1.16.2-arm64-darwin )
65
63
racc (~> 1.4 )
66
64
parallel (1.24.0 )
67
65
parser (3.3.0.5 )
97
95
zeitwerk (~> 2.6 )
98
96
rainbow (3.1.1 )
99
97
rake (13.1.0 )
100
- rdoc (6.6.2 )
98
+ rdoc (6.6.3.1 )
101
99
psych (>= 4.0.0 )
102
100
regexp_parser (2.9.0 )
103
- reline (0.4.2 )
101
+ reline (0.5.7 )
104
102
io-console (~> 0.5 )
105
103
rexml (3.2.6 )
106
104
rubocop (1.59.0 )
133
131
standard-performance (1.3.1 )
134
132
lint_roller (~> 1.1 )
135
133
rubocop-performance (~> 1.20.2 )
136
- stringio (3.1.0 )
134
+ stringio (3.1.1 )
137
135
thor (1.3.0 )
138
136
tzinfo (2.0.6 )
139
137
concurrent-ruby (~> 1.0 )
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ..
3
3
specs:
4
- cypress-rails (0.7.0 )
4
+ cypress-rails (0.7.1 )
5
5
puma (>= 3.8.0 )
6
6
railties (>= 5.2.0 )
7
7
Original file line number Diff line number Diff line change 1
1
module CypressRails
2
- VERSION = "0.7.0 "
2
+ VERSION = "0.7.1 "
3
3
end
You can’t perform that action at this time.
0 commit comments