Skip to content

Commit

Permalink
Add required rubygems version to match SQLite 2.x requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabby committed Jun 14, 2024
1 parent 399e942 commit 3c3b754
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions statesman.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 3.0"
spec.required_rubygems_version = ">= 3.3.22"

spec.add_development_dependency "ammeter", "~> 1.1"
spec.add_development_dependency "bundler", "~> 2"
Expand Down

0 comments on commit 3c3b754

Please sign in to comment.