Skip to content

Commit

Permalink
Merge pull request #46 from patterninc/GRO-8914-version-upgrade
Browse files Browse the repository at this point in the history
Gro 8914 version upgrade
  • Loading branch information
NileshN authored Apr 18, 2023
2 parents 2896447 + 1f5e7ea commit 57218a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
query_helper (0.3.1)
query_helper (0.3.4)
activerecord (> 5)
activesupport (> 5)
sqlite3
Expand Down Expand Up @@ -89,7 +89,8 @@ GEM
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.10.2)
sqlite3 (1.4.4)
sqlite3 (1.6.2)
mini_portile2 (~> 2.8.0)
thor (1.1.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/query_helper/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class QueryHelper
VERSION = "0.3.1"
VERSION = "0.3.4"
end

0 comments on commit 57218a3

Please sign in to comment.