Skip to content

Commit

Permalink
Allow phlex_ui to be used by rails >= 6
Browse files Browse the repository at this point in the history
  • Loading branch information
cirdes committed Jun 15, 2024
1 parent 3423cb1 commit df19452
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
phlex_ui (0.1.9)
activesupport (~> 6.0)
activesupport (>= 6.0)
phlex (~> 1.10)
rouge (~> 4.2.0)
zeitwerk (~> 2.6)
Expand Down
2 changes: 1 addition & 1 deletion phlex_ui.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.add_dependency "phlex", "~> 1.10"
s.add_dependency "rouge", "~> 4.2.0"
s.add_dependency "zeitwerk", "~> 2.6"
s.add_dependency "activesupport", "~> 6.0"
s.add_dependency "activesupport", ">= 6.0"

s.add_development_dependency "rake"
s.add_development_dependency "standard"
Expand Down

0 comments on commit df19452

Please sign in to comment.