Skip to content

Commit

Permalink
Update .gemspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
MuriloDalRi committed Feb 13, 2024
1 parent b962c20 commit efbb4d8
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.1.4"
s.require_path = "lib"
s.add_development_dependency "climate_control"
s.add_development_dependency "minitest"
Expand Down

0 comments on commit efbb4d8

Please sign in to comment.