Skip to content

Commit 6ef0cc4

Browse files
Bump to version 0.3.8
1 parent d324a0d commit 6ef0cc4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
query_helper (0.3.7)
4+
query_helper (0.3.8)
55
activerecord (> 5)
66
activesupport (> 5)
77
sqlite3
@@ -89,7 +89,7 @@ GEM
8989
rspec-mocks (~> 3.10)
9090
rspec-support (~> 3.10)
9191
rspec-support (3.10.2)
92-
sqlite3 (1.6.4)
92+
sqlite3 (2.1.0)
9393
mini_portile2 (~> 2.8.0)
9494
thor (1.1.0)
9595
tzinfo (2.0.4)

lib/query_helper/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class QueryHelper
2-
VERSION = "0.3.7"
2+
VERSION = "0.3.8"
33
end

0 commit comments

Comments
 (0)