Skip to content

Commit 50dbbf9

Browse files
committed
0.5.4
1 parent 70a5040 commit 50dbbf9

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## 0.5.4
4+
5+
* Fix Rails 5 support
6+
[#126](https://github.com/testdouble/cypress-rails/pull/126)
7+
38
## 0.5.3
49

510
* Fix 2.5 & 2.6 compatibility

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
cypress-rails (0.5.3)
4+
cypress-rails (0.5.4)
55
puma (>= 3.8.0)
66
railties (>= 5.2.0)
77

example/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ..
33
specs:
4-
cypress-rails (0.5.3)
4+
cypress-rails (0.5.4)
55
puma (>= 3.8.0)
66
railties (>= 5.2.0)
77

lib/cypress-rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module CypressRails
2-
VERSION = "0.5.3"
2+
VERSION = "0.5.4"
33
end

0 commit comments

Comments
 (0)