-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#102 update ruby-packer to 0.4.7 #103
Conversation
CAMOBAP
commented
Jun 6, 2021
- Update to use latest ruby-packer that uses Ruby 2.5.1 #102
Looks like 0.4.7 use ruby-2.4.4, not ruby-2.5.1. @alexeymorozov could you please confirm? |
3e8f444
to
6f9ffb0
Compare
6f9ffb0
to
254732c
Compare
@CAMOBAP some failures, I'm not sure if they are real:
|
But the gems are not supposed to require |
Gems require sassc if you pull them from github, not if you run them from released version; is that what's going on here? |
@opoudjis possibly, but the
|
@ronaldtse @opoudjis as far as I understood, before publishing to rubygems.org we do There is no relevant logic in |
Got all answers, thanks to @opoudjis |
254732c
to
01e6be9
Compare
Both macOS and Linux are good I still working on windows/OCRA related issues... |
d7fe37a
to
5d671a9
Compare
Current error C:/Users/IEUser/AppData/Local/Temp/ocrD702.tmp/lib/ruby/2.7.0/rubygems/core_ext/kernel_require.rb:83:in `require': 126: The specified module could not be found. - C:/Users/IEUser/AppData/Local/Temp/ocrD702.tmp/lib/ruby/2.7.0/x64-mingw32/openssl.so (LoadError) Trounleshooting... |
e073dff
to
d9885d0
Compare
d9885d0
to
62431ad
Compare
Next issue larsch/ocra#174 |
@CAMOBAP what has changed in Ocra that it no longer works? |
@ronaldtse no changes in ocra by itself, but we changed ruby version from 2. to 2.5 |
Got it, thanks @CAMOBAP ! |
8717f05
to
a7391f3
Compare
@ronaldtse finally the OCRA issue looks solved But I have found out one serious problem We rarely faced with this issue before, but now it happens constantly because we use 'private' gem from github My proposal to investigate this issue separately |
Makes sense. Thank you for tackling this issue @CAMOBAP ! |