Open castro1688 opened 4 years ago
Same issue with 0.15.0
Can I ask what version of Ruby you are both using?
I ask because this syntax is valid as of Ruby 2.0 https://thoughtbot.com/blog/ruby-2-keyword-arguments and Ruby 1.9.3 was EOL'd back in 2015: https://www.ruby-lang.org/en/news/2014/01/10/ruby-1-9-3-will-end-on-2015/
ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux-gnu]
I have no issues with 0.13.0 but 0.14.0 and 0.15.0 I run into this issue.
Are you certain that the version of ruby that is running the code isn't a distribution provided ruby? I ask this because I still have passing tests and am able to manually test with the same version of Ruby and a syntax error would most definitely not allow tests to pass since the code is loaded and parsed successfully.
It was a CentOS provided Ruby
So, confirming, are you saying that the code was running on a different version of Ruby? Or are you saying that the 2.7.0p0 was provided by CentOS?
I am saying the 2.7.0p0 was provided by CentOS
Are you able to pull the code here and run bundle exec rspec
? Does the issues present itself there?
What do you want me to run rspec on? Do you mean this library?
Yup! Just to see what kind of outputs you get from running the tests for vault ruby, because I'm not able to reproduce.
I will do this first thing in the morning :)
The latest release is throwing syntax errors