Skip to content

Commit

Permalink
Use Prism 0.28+ for development (#292)
Browse files Browse the repository at this point in the history
#290 was resolved in Prism 0.28.0.
  • Loading branch information
koic committed May 6, 2024
1 parent 9c8a30a commit 00b160d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Gemfile
Expand Up @@ -11,10 +11,7 @@ gemspec
gem 'bump', require: false
gem 'bundler', '>= 1.15.0', '< 3.0'
gem 'oedipus_lex', '>= 2.6.0', require: false
# 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 'prism', '>= 0.28.0'
gem 'racc'
gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.7'
Expand Down

0 comments on commit 00b160d

Please sign in to comment.