We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d86b8d1 + 245b8cc commit dd47fa8Copy full SHA for dd47fa8
Gemfile
@@ -8,7 +8,11 @@ gem 'asciidoctor'
8
gem 'bump', require: false
9
gem 'bundler', '>= 1.15.0', '< 3.0'
10
gem 'memory_profiler', platform: :mri
11
-gem 'prism', '>= 0.25.0'
+# 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'
16
gem 'rake', '~> 13.0'
17
gem 'rspec', '~> 3.7'
18
gem 'rubocop-performance', '~> 1.21.0'
0 commit comments