Skip to content

Commit

Permalink
Merge pull request lookbook-hq#266 from DRBragg/pin_ruby_version
Browse files Browse the repository at this point in the history
chore: Require Ruby version 2.7 or higher
  • Loading branch information
allmarkedup authored Dec 21, 2022
2 parents bbe97f1 + 3181375 commit 5b58791
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lookbook.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Gem::Specification.new do |spec|
spec.files = Dir["{app,config,lib,public}/**/*", "LICENSE.txt", "README.md"]
spec.require_paths = ["lib"]

spec.required_ruby_version = ">= 2.7.0"

spec.add_dependency "css_parser"
spec.add_dependency "actioncable"
spec.add_dependency "activemodel"
Expand Down

0 comments on commit 5b58791

Please sign in to comment.