We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c9f921 commit 11a4cb7Copy full SHA for 11a4cb7
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## master
2
3
+## 0.9.0
4
+
5
+- Add `rspec` and `activesupport` as proper runtime dependencies
6
7
## 0.8.0
8
9
- No longer require `rspec/mocks`.
lib/db_query_matchers/version.rb
@@ -1,4 +1,4 @@
# Defines the gem version.
module DBQueryMatchers
- VERSION = '0.8.0'
+ VERSION = '0.9.0'
end
0 commit comments