Skip to content

Commit

Permalink
Update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
MuriloDalRi committed Feb 9, 2024
1 parent 4f851de commit 6a5a547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plek.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.license = "MIT"

s.files = Dir.glob("lib/**/*") + %w[LICENCE README.md]
s.required_ruby_version = ">= 3.0"
s.required_ruby_version = ">= 3.3"
s.require_path = "lib"
s.add_development_dependency "climate_control"
s.add_development_dependency "minitest"
Expand Down

0 comments on commit 6a5a547

Please sign in to comment.