Skip to content

Commit 279098e

Browse files
committed
Bump version to 0.7.1
1 parent 348c6ed commit 279098e

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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
47
git
58
* Add a `CYPRESS_RAILS_CYPRESS_DIR` option for cases where

Gemfile.lock

+7-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
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

@@ -47,21 +47,19 @@ GEM
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)
63-
nokogiri (1.16.2)
64-
mini_portile2 (~> 2.8.2)
62+
nokogiri (1.16.2-arm64-darwin)
6563
racc (~> 1.4)
6664
parallel (1.24.0)
6765
parser (3.3.0.5)
@@ -97,10 +95,10 @@ GEM
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)
@@ -133,7 +131,7 @@ GEM
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)

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.7.0)
4+
cypress-rails (0.7.1)
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.7.0"
2+
VERSION = "0.7.1"
33
end

0 commit comments

Comments
 (0)