File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
### 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 )
3
6
4
7
Bug Fixes:
5
8
6
9
* Fix compatibility issue with Rails where active_support monkey patches ` with `
7
10
when using any instance. (Lachlan Sylvester, #1540 )
8
11
9
- ### 3.12.4 / 2023-01-17
12
+ ### 3.12.4 / 2023-03-12
10
13
[ Full Changelog] ( http://github.com/rspec/rspec-mocks/compare/v3.12.3...v3.12.4 )
11
14
12
15
Bug Fixes:
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module Mocks
3
3
# Version information for RSpec mocks.
4
4
module Version
5
5
# Version of RSpec mocks currently in use in SemVer format.
6
- STRING = '3.12.4 '
6
+ STRING = '3.12.5 '
7
7
end
8
8
end
9
9
end
You can’t perform that action at this time.
0 commit comments