Skip to content

Commit

Permalink
Merge pull request #62 from cirdes/ch/update-phlex-to-1.11
Browse files Browse the repository at this point in the history
Update Phlex to Version 1.11
  • Loading branch information
SethHorsley authored Jul 9, 2024
2 parents 73ea717 + 5c711ea commit ba2cc50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
phlex_ui (0.1.10)
activesupport (>= 6.0)
phlex (~> 1.10)
phlex (~> 1.11)
rouge (~> 4.2.0)
zeitwerk (~> 2.6)

Expand All @@ -28,7 +28,7 @@ GEM
parser (3.3.3.0)
ast (~> 2.4.1)
racc
phlex (1.10.3)
phlex (1.11.0)
racc (1.8.0)
rainbow (3.1.1)
rake (13.2.1)
Expand Down
2 changes: 1 addition & 1 deletion phlex_ui.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = ">= 3.2"

s.add_dependency "phlex", "~> 1.10"
s.add_dependency "phlex", "~> 1.11"
s.add_dependency "rouge", "~> 4.2.0"
s.add_dependency "zeitwerk", "~> 2.6"
s.add_dependency "activesupport", ">= 6.0"
Expand Down

0 comments on commit ba2cc50

Please sign in to comment.