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 d324a0d commit 6ef0cc4Copy full SHA for 6ef0cc4
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- query_helper (0.3.7)
+ query_helper (0.3.8)
5
activerecord (> 5)
6
activesupport (> 5)
7
sqlite3
@@ -89,7 +89,7 @@ GEM
89
rspec-mocks (~> 3.10)
90
rspec-support (~> 3.10)
91
rspec-support (3.10.2)
92
- sqlite3 (1.6.4)
+ sqlite3 (2.1.0)
93
mini_portile2 (~> 2.8.0)
94
thor (1.1.0)
95
tzinfo (2.0.4)
lib/query_helper/version.rb
@@ -1,3 +1,3 @@
class QueryHelper
- VERSION = "0.3.7"
+ VERSION = "0.3.8"
end
0 commit comments