diff --git a/Gemfile b/Gemfile index 18c7ee3..e90b0f6 100644 --- a/Gemfile +++ b/Gemfile @@ -57,7 +57,7 @@ gem "httparty", "~> 0.22.0" gem "view_component", "~> 3.21" # Interact with the Ruby syntax tree -gem "prism", "~> 0.22" +gem "prism", "~> 1.3" # A pure Ruby code highlighter that is compatible with Pygments gem "rouge", "~> 4.3" diff --git a/Gemfile.lock b/Gemfile.lock index 3778238..7ed75e3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -192,7 +192,7 @@ GEM ast (~> 2.4.1) racc pg (1.5.7) - prism (0.22.0) + prism (1.3.0) psych (5.1.2) stringio public_suffix (5.0.3) @@ -335,7 +335,7 @@ DEPENDENCIES jsbundling-rails meta-tags pg (~> 1.5) - prism (~> 0.22) + prism (~> 1.3) puma (~> 6.4) rails (~> 7.1.3) rails-html-sanitizer (~> 1.6)