Skip to content

Commit 9191ea3

Browse files
committed
v3.12.5
1 parent 005645e commit 9191ea3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Changelog.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
### Development
2-
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.12.4...3-12-maintenance)
2+
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.12.5...3-12-maintenance)
3+
4+
### 3.12.5 / 2023-03-30
5+
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.12.4...v3.12.5)
36

47
Bug Fixes:
58

69
* Fix compatibility issue with Rails where active_support monkey patches `with`
710
when using any instance. (Lachlan Sylvester, #1540)
811

9-
### 3.12.4 / 2023-01-17
12+
### 3.12.4 / 2023-03-12
1013
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.12.3...v3.12.4)
1114

1215
Bug Fixes:

lib/rspec/mocks/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module Mocks
33
# Version information for RSpec mocks.
44
module Version
55
# Version of RSpec mocks currently in use in SemVer format.
6-
STRING = '3.12.4'
6+
STRING = '3.12.5'
77
end
88
end
99
end

0 commit comments

Comments
 (0)