File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.12.0
2
+
3
+ - Drop support for EOL software (Ruby 2.x, Rails 6.0)
4
+ - Add ` database_role ` option to scope checks for replicas
5
+
1
6
## 0.11.0
2
7
3
8
- Relax dependencies for compatibility with Rails 7.0
Original file line number Diff line number Diff line change 1
1
# db-query-matchers
2
2
3
3
[ ![ Gem Version] ( https://badge.fury.io/rb/db-query-matchers.svg )] ( https://badge.fury.io/rb/db-query-matchers )
4
- [ ![ Build Status] ( https://github.com/civiccc/db-query-matchers/actions/workflows/ci.yml/badge.svg )] ( https://github.com/civiccc/db-query-matchers/actions )
5
- [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/776d6f7223e01be5f17a/maintainability )] ( https://codeclimate.com/github/brigade/db-query-matchers/maintainability )
4
+ [ ![ Build Status] ( https://github.com/civiccc/db-query-matchers/actions/workflows/ci.yaml/badge.svg )] ( https://github.com/civiccc/db-query-matchers/actions )
6
5
7
6
RSpec matchers for database queries made by ActiveRecord.
8
7
Original file line number Diff line number Diff line change 1
1
# Defines the gem version.
2
2
module DBQueryMatchers
3
- VERSION = '0.11 .0'
3
+ VERSION = '0.12 .0'
4
4
end
You can’t perform that action at this time.
0 commit comments