Skip to content

Commit

Permalink
dep(dev): relax bundler requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpage committed Dec 11, 2023
1 parent 5e7e5e3 commit c5c3b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord-postgres_pub_sub.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "with_advisory_lock"

spec.add_development_dependency "appraisal"
spec.add_development_dependency "bundler", ">= 2.4.0"
spec.add_development_dependency "bundler", "~> 2.2"
spec.add_development_dependency "database_cleaner"
spec.add_development_dependency "ezcater_matchers"
spec.add_development_dependency "ezcater_rubocop", "~> 6.1.0"
Expand Down

0 comments on commit c5c3b4a

Please sign in to comment.