Skip to content

Commit

Permalink
Bump minimum bundler version
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Feb 7, 2022
1 parent 1933979 commit d1a0d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ Gem::Specification.new do |s|
s.add_runtime_dependency('pg_query', '~> 2')
s.add_development_dependency('rake', '>= 12.3.3')
s.add_development_dependency('rspec', '~> 3.2')
s.add_development_dependency('bundler', '~> 1.3')
s.add_development_dependency('bundler', '>= 2.2.33')
end

0 comments on commit d1a0d1a

Please sign in to comment.