diff --git a/Gemfile.lock b/Gemfile.lock index f6be4db..29e2e6e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - query_helper (0.3.7) + query_helper (0.3.8) activerecord (> 5) activesupport (> 5) sqlite3 @@ -89,7 +89,7 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.10.2) - sqlite3 (1.6.4) + sqlite3 (2.1.0) mini_portile2 (~> 2.8.0) thor (1.1.0) tzinfo (2.0.4) diff --git a/lib/query_helper/version.rb b/lib/query_helper/version.rb index 258d35d..b285ca4 100644 --- a/lib/query_helper/version.rb +++ b/lib/query_helper/version.rb @@ -1,3 +1,3 @@ class QueryHelper - VERSION = "0.3.7" + VERSION = "0.3.8" end