Skip to content

Commit 5f94d69

Browse files
committed
0.5.2
1 parent ca4dc24 commit 5f94d69

File tree

4 files changed

+15
-10
lines changed

4 files changed

+15
-10
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.2
4+
5+
* Fixes a puma deprecation warning
6+
[#95](https://github.com/testdouble/cypress-rails/pull/95)
7+
38
## 0.5.1
49

510
* Sprinkles two instance variables to the custom transaction manager that cribs

Gemfile.lock

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

@@ -34,20 +34,20 @@ GEM
3434
erubi (1.10.0)
3535
i18n (1.8.10)
3636
concurrent-ruby (~> 1.0)
37-
loofah (2.10.0)
37+
loofah (2.12.0)
3838
crass (~> 1.0.2)
3939
nokogiri (>= 1.5.9)
4040
method_source (1.0.0)
41-
mini_portile2 (2.5.3)
41+
mini_portile2 (2.6.1)
4242
minitest (5.14.4)
43-
nio4r (2.5.7)
44-
nokogiri (1.11.7)
45-
mini_portile2 (~> 2.5.0)
43+
nio4r (2.5.8)
44+
nokogiri (1.12.3)
45+
mini_portile2 (~> 2.6.1)
4646
racc (~> 1.4)
4747
parallel (1.20.1)
4848
parser (3.0.1.1)
4949
ast (~> 2.4.1)
50-
puma (5.3.2)
50+
puma (5.4.0)
5151
nio4r (~> 2.0)
5252
racc (1.5.2)
5353
rack (2.2.3)
@@ -56,7 +56,7 @@ GEM
5656
rails-dom-testing (2.0.3)
5757
activesupport (>= 4.2.0)
5858
nokogiri (>= 1.6)
59-
rails-html-sanitizer (1.3.0)
59+
rails-html-sanitizer (1.4.1)
6060
loofah (~> 2.3)
6161
railties (6.1.4)
6262
actionpack (= 6.1.4)

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

0 commit comments

Comments
 (0)