Skip to content

Commit

Permalink
Merge pull request #27 from sambostock/prism-load-error-message
Browse files Browse the repository at this point in the history
Fix Prism `LoadError` message
  • Loading branch information
ohbarye authored May 23, 2024
2 parents 01a6eef + 7daca9f commit c94a406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pbt/check/rspec_adapter/predicate_block_inspector.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require "prism"
rescue LoadError
raise InvalidConfiguration,
"Prism gem (https://github.com/grosser/parallel) is required to use worker `:rator` and `:experimental_ractor_rspec_integration`. Please add `gem 'parallel'` to your Gemfile."
"Prism gem (https://github.com/ruby/prism) is required to use worker `:ractor` and `:experimental_ractor_rspec_integration`. Please add `gem 'prism'` to your Gemfile."
end

module Pbt
Expand Down

0 comments on commit c94a406

Please sign in to comment.