Skip to content

Commit dd47fa8

Browse files
authored
Merge pull request #12856 from koic/workaround_for_prism_0_26
Workaround for incompatibilities between Prism 0.25.0 and 0.26.0
2 parents d86b8d1 + 245b8cc commit dd47fa8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Gemfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ gem 'asciidoctor'
88
gem 'bump', require: false
99
gem 'bundler', '>= 1.15.0', '< 3.0'
1010
gem 'memory_profiler', platform: :mri
11-
gem 'prism', '>= 0.25.0'
11+
# FIXME: This is a workaround for incompatibilities between Prism 0.25.0 and 0.26.0.
12+
# To upgrade to Prism 0.26+, it is necessary to investigate the following build error
13+
# and provide feedback to Prism:
14+
# https://github.com/rubocop/rubocop/actions/runs/8748485587/job/24008584735?pr=12855
15+
gem 'prism', '0.25.0'
1216
gem 'rake', '~> 13.0'
1317
gem 'rspec', '~> 3.7'
1418
gem 'rubocop-performance', '~> 1.21.0'

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy