10000 Bump pg_query dependency to 1.0.2, and release 0.1.8 · purcell/sqlint@73889c9 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Bump pg_query dependency to 1.0.2, and release 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Jun 23, 2018
1 parent 81a6885 commit 73889c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,20 @@ GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.3)
json (2.1.0)
pg_query (1.0.0)
json (>= 1.8, < 3)
pg_query (1.0.2)
rspec (3.7.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
rspec-core (3.7.0)
rspec-core (3.7.1)
rspec-support (~> 3.7.0)
rspec-expectations (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-mocks (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.0)
rspec-support (3.7.1)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion lib/sqlint/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SQLint
VERSION = "0.1.7"
VERSION = "0.1.8"
end
2 changes: 1 addition & 1 deletion sqlint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Gem::Specification.new do |s|
s.rubygems_version = '1.8.23'
s.summary = 'Simple SQL linter.'

s.add_runtime_dependency('pg_query', '~> 0.13.5')
s.add_runtime_dependency('pg_query', '~> 1.0.2')
s.add_development_dependency('rake', '~> 10.1')
s.add_development_dependency('rspec', '~> 3.2')
s.add_development_dependency('bundler', '~> 1.3')
Expand Down

0 comments on commit 73889c9

Please sign in to comment.
0