Skip to content
Snippets Groups Projects
Commit 1c95bc50 authored by Steve Purcell's avatar Steve Purcell
Browse files

Allow newer pg_query versions

parent 42202fa1
Branches
No related tags found
No related merge requests found
source "https://rubygems.org" source "https://rubygems.org"
gem "pg_query" gem "pg_query", ">= 1.0", "< 2"
group :development do group :development do
gem "rspec" gem "rspec"
......
...@@ -21,8 +21,8 @@ PLATFORMS ...@@ -21,8 +21,8 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
pg_query pg_query (>= 1.0, < 2)
rspec rspec
BUNDLED WITH BUNDLED WITH
1.14.6 1.17.1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment