Skip to content

Commit

Permalink
fixup! Update CI to run against Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
owst committed Mar 7, 2024
1 parent 60d0af6 commit d5b1433
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ PATH
remote: .
specs:
pg_query (5.1.0)
google-protobuf (>= 3.22.3)
google-protobuf (>= 3.25.3)

GEM
remote: https://rubygems.org/
specs:
ast (2.4.1)
diff-lcs (1.5.0)
docile (1.4.0)
google-protobuf (3.23.4)
google-protobuf (3.25.3)
parallel (1.20.1)
parser (2.7.2.0)
ast (~> 2.4.1)
Expand Down
2 changes: 1 addition & 1 deletion pg_query.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rubocop', '0.49.1'
s.add_development_dependency 'rubocop-rspec', '1.15.1'
s.add_development_dependency 'simplecov', '~> 0'
s.add_dependency 'google-protobuf', '>= 3.22.3'
s.add_dependency 'google-protobuf', '>= 3.25.3'
end

0 comments on commit d5b1433

Please sign in to comment.