Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 6810564

Browse files
committed
Version 3.9.1
1 parent 142fb3c commit 6810564

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 3.9.1 / 2019-12-28
2+
3+
Bug Fixes:
4+
5+
* Remove warning caused by keyword arguments on Ruby 2.7.0.
6+
(Jon Rowe, #392)
7+
18
### 3.9.0 / 2019-10-07
29

310
*NO CHANGES*

lib/rspec/support/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module RSpec
22
module Support
33
module Version
4-
STRING = '3.9.0'
4+
STRING = '3.9.1'
55
end
66
end
77
end

0 commit comments

Comments
 (0)