Skip to content

Commit

Permalink
update unsupported platform error message
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancyq committed Sep 8, 2024
1 parent 94033fd commit eafa7e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/rodiff/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ def initialize(platform, exe_path)
bundle install
See `bundle lock --help` output for details.
If you're still seeing this message after taking those steps, try running
`bundle config` and ensure `force_ruby_platform` isn't set to `true`. See
https://github.com/ryancyq/rodiff#check-bundle_force_ruby_platform
for more details.
MSG
)
end
Expand Down

0 comments on commit eafa7e9

Please sign in to comment.