JoshCheek / seeing_is_believing

Displays the results of every line of code in your file
1.3k stars 54 forks source link

New release to support Apple Silicon (M1) Macs? #168

Open andyw8 opened 2 years ago

andyw8 commented 2 years ago

Hi,

The ffi issue seems to have been resolved – I'd love if there could be an updated release so this can be used on Apple Silicon Macs.

Thanks!

(for anyone looking for a temporary workaround: https://rubygems.org/gems/andyw8-seeing_is_believing)

Vucius commented 1 year ago

maybe we can manually changing seeing_is_believing.gemspec? the line 22 s.add_dependency "ffi", "~> 1.15

janko commented 1 year ago

Yes, releasing this fix would make a huge difference for me, I currently cannot install seeing_is_believing on my M1 Mac. In the past I installed it manually from the repo, but I would prefer not having to do that on every new Ruby version 😛

nilcolor commented 3 weeks ago
$ gem install specific_install
$ gem specific_install https://github.com/JoshCheek/seeing_is_believing.git

not the best solution but works. and easier than manual process.