Skip to content

Commit

Permalink
Workaround for incompatibilities between Prism 0.24.0 and 0.25.0 (#290)
Browse files Browse the repository at this point in the history
This is a workaround for incompatibilities between Prism 0.24.0 and 0.25.0.
To upgrade to Prism 0.25+, it is necessary to investigate the following build error and provide feedback to Prism.
  • Loading branch information
koic committed Apr 29, 2024
1 parent b7ce8f9 commit 4796a1d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile
Expand Up @@ -11,7 +11,10 @@ gemspec
gem 'bump', require: false
gem 'bundler', '>= 1.15.0', '< 3.0'
gem 'oedipus_lex', '>= 2.6.0', require: false
gem 'prism', '>= 0.24.0'
# FIXME: This is a workaround for incompatibilities between Prism 0.24.0 and 0.25.0.
# To upgrade to Prism 0.25+, it is necessary to investigate the following build error
# and provide feedback to Prism.
gem 'prism', '0.24.0'
gem 'racc'
gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.7'
Expand Down

0 comments on commit 4796a1d

Please sign in to comment.