Open briri opened 3 years ago
There are no changes in the native code or in the extension configuration between 0.7.4 and 0.7.5 -- here's the diff: https://github.com/faye/websocket-driver-ruby/compare/0.7.4..0.7.5
We also don't do anything special with the extension config, we just tell rubygems about it:
For development we use rake-compiler
to build.
I'm not able to provide support for Amazon Linux but usually compiler issues aren't to do with this gem specifically but some other problem with the environment gems are being compiled in.
Ok. thanks for the info.
I just saw this gist, https://gist.github.com/yograterol/99c8e123afecc828cb8c, which seems related. I don't have the appropriate permissions to install the package so will update this thread afterward to indicate whether it addressed the issue.
Feel free to close this since its not related to the changes in the upgrade.
I just ran
bundle update
for my project and all went well and am able to run my Rails 5.2.x app on my OSX dev machine. When I try to runbundle install
however on my linux server it fails to install the 0.7.5 gem.I was able to lock it to version 0.7.4 in my Gemfile for now.
My OS info:
Bundler output:
Gemfile.lock (just displaying the pertinent bits):