Skip to content

Commit

Permalink
Improve precision of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Nov 24, 2022
1 parent 19c4fc4 commit f0afbb9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions phlex-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
spec.authors = ["Joel Drapper"]
spec.email = ["[email protected]"]

spec.summary = "A framework for building views with a Ruby DSL."
spec.summary = "A Phlex adapter for Rails"
spec.description = "A high-performance view framework optimised for developer happiness."
spec.homepage = "https://www.phlex.fun"
spec.license = "MIT"
Expand All @@ -30,9 +30,9 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "phlex"
spec.add_dependency "rails"
spec.add_dependency "zeitwerk"
spec.add_dependency "phlex", ">= 0.5"
spec.add_dependency "rails", ">= 6.1", "< 8"
spec.add_dependency "zeitwerk", "~> 2"

spec.metadata["rubygems_mfa_required"] = "true"
end

0 comments on commit f0afbb9

Please sign in to comment.