Skip to content

Commit 626bf70

Browse files
committed
0.7.0
1 parent 6090721 commit 626bf70

File tree

4 files changed

+70
-33
lines changed

4 files changed

+70
-33
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 0.7.0
4+
git
5+
* Add a `CYPRESS_RAILS_CYPRESS_DIR` option for cases where
6+
the cypress tests live outside the CYPRESS_RAILS_DIR [#159](https://github.com/testdouble/cypress-rails/pull/159)
7+
38
## 0.6.1
49

510
* Fix a deprecation warning in Rails

Gemfile.lock

+63-31
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,103 @@
11
PATH
22
remote: .
33
specs:
4-
cypress-rails (0.6.1)
4+
cypress-rails (0.7.0)
55
puma (>= 3.8.0)
66
railties (>= 5.2.0)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actionpack (7.0.6)
12-
actionview (= 7.0.6)
13-
activesupport (= 7.0.6)
14-
rack (~> 2.0, >= 2.2.4)
11+
actionpack (7.1.3)
12+
actionview (= 7.1.3)
13+
activesupport (= 7.1.3)
14+
nokogiri (>= 1.8.5)
15+
racc
16+
rack (>= 2.2.4)
17+
rack-session (>= 1.0.1)
1518
rack-test (>= 0.6.3)
16-
rails-dom-testing (~> 2.0)
17-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
18-
actionview (7.0.6)
19-
activesupport (= 7.0.6)
19+
rails-dom-testing (~> 2.2)
20+
rails-html-sanitizer (~> 1.6)
21+
actionview (7.1.3)
22+
activesupport (= 7.1.3)
2023
builder (~> 3.1)
21-
erubi (~> 1.4)
22-
rails-dom-testing (~> 2.0)
23-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
24-
activesupport (7.0.6)
24+
erubi (~> 1.11)
25+
rails-dom-testing (~> 2.2)
26+
rails-html-sanitizer (~> 1.6)
27+
activesupport (7.1.3)
28+
base64
29+
bigdecimal
2530
concurrent-ruby (~> 1.0, >= 1.0.2)
31+
connection_pool (>= 2.2.5)
32+
drb
2633
i18n (>= 1.6, < 2)
2734
minitest (>= 5.1)
35+
mutex_m
2836
tzinfo (~> 2.0)
2937
ast (2.4.2)
38+
base64 (0.2.0)
39+
bigdecimal (3.1.6)
3040
builder (3.2.4)
31-
concurrent-ruby (1.2.2)
41+
concurrent-ruby (1.2.3)
42+
connection_pool (2.4.1)
3243
crass (1.0.6)
44+
drb (2.2.0)
45+
ruby2_keywords
3346
erubi (1.12.0)
3447
i18n (1.14.1)
3548
concurrent-ruby (~> 1.0)
36-
loofah (2.21.3)
49+
io-console (0.7.2)
50+
irb (1.11.2)
51+
rdoc
52+
reline (>= 0.4.2)
53+
loofah (2.22.0)
3754
crass (~> 1.0.2)
3855
nokogiri (>= 1.12.0)
39-
method_source (1.0.0)
40-
mini_portile2 (2.8.2)
56+
mini_portile2 (2.8.5)
4157
minitest (5.15.0)
42-
nio4r (2.5.9)
43-
nokogiri (1.15.3)
58+
mutex_m (0.2.0)
59+
nio4r (2.7.0)
60+
nokogiri (1.16.2)
4461
mini_portile2 (~> 2.8.2)
4562
racc (~> 1.4)
4663
parallel (1.22.1)
4764
parser (3.1.2.0)
4865
ast (~> 2.4.1)
49-
puma (6.3.0)
66+
psych (5.1.2)
67+
stringio
68+
puma (6.4.2)
5069
nio4r (~> 2.0)
51-
racc (1.7.1)
52-
rack (2.2.7)
70+
racc (1.7.3)
71+
rack (3.0.9)
72+
rack-session (2.0.0)
73+
rack (>= 3.0.0)
5374
rack-test (2.1.0)
5475
rack (>= 1.3)
55-
rails-dom-testing (2.1.1)
76+
rackup (2.1.0)
77+
rack (>= 3)
78+
webrick (~> 1.8)
79+
rails-dom-testing (2.2.0)
5680
activesupport (>= 5.0.0)
5781
minitest
5882
nokogiri (>= 1.6)
5983
rails-html-sanitizer (1.6.0)
6084
loofah (~> 2.21)
6185
nokogiri (~> 1.14)
62-
railties (7.0.6)
63-
actionpack (= 7.0.6)
64-
activesupport (= 7.0.6)
65-
method_source
86+
railties (7.1.3)
87+
actionpack (= 7.1.3)
88+
activesupport (= 7.1.3)
89+
irb
90+
rackup (>= 1.0.0)
6691
rake (>= 12.2)
67-
thor (~> 1.0)
68-
zeitwerk (~> 2.5)
92+
thor (~> 1.0, >= 1.2.2)
93+
zeitwerk (~> 2.6)
6994
rainbow (3.1.1)
7095
rake (13.0.6)
96+
rdoc (6.6.2)
97+
psych (>= 4.0.0)
7198
regexp_parser (2.4.0)
99+
reline (0.4.2)
100+
io-console (~> 0.5)
72101
rexml (3.2.5)
73102
rubocop (1.29.1)
74103
parallel (~> 1.10)
@@ -85,14 +114,17 @@ GEM
85114
rubocop (>= 1.7.0, < 2.0)
86115
rubocop-ast (>= 0.4.0)
87116
ruby-progressbar (1.11.0)
117+
ruby2_keywords (0.0.5)
88118
standard (1.12.1)
89119
rubocop (= 1.29.1)
90120
rubocop-performance (= 1.13.3)
91-
thor (1.2.2)
121+
stringio (3.1.0)
122+
thor (1.3.0)
92123
tzinfo (2.0.6)
93124
concurrent-ruby (~> 1.0)
94125
unicode-display_width (2.1.0)
95-
zeitwerk (2.6.8)
126+
webrick (1.8.1)
127+
zeitwerk (2.6.13)
96128

97129
PLATFORMS
98130
ruby

example/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
cypress-rails (0.6.1)
4+
cypress-rails (0.7.0)
55
puma (>= 3.8.0)
66
railties (>= 5.2.0)
77

lib/cypress-rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module CypressRails
2-
VERSION = "0.6.1"
2+
VERSION = "0.7.0"
33
end

0 commit comments

Comments
 (0)