We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
adminuser@ubuntu-1204:$ ruby1.8 --version ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux] adminuser@ubuntu-1204:$ irb1.8 irb(main):001:0> require 'inifile' SyntaxError: /usr/lib/ruby/vendor_ruby/inifile.rb:558: undefined (?...) sequence: /\A"(.*)(?<!)"\z/ from (irb):1:in `require' from (irb):1 from :0
The text was updated successfully, but these errors were encountered:
Same problem here with inifile 3.0.0. Version 1.1.0 is OK.
Sorry, something went wrong.
You do realize 1.8.7 has been abandonned almost 2 years ago ? I don't think you should expect gems to work on it.
That said, you could try to install oniguruma, the regex lib for 1.9 and later, if I'm not mistaken. http://www.geocities.jp/kosako3/oniguruma/
It's OK not to make 3.0.0 compatible with ruby 1.8.7 !
No branches or pull requests
adminuser@ubuntu-1204:
$ ruby1.8 --version$ irb1.8ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux]
adminuser@ubuntu-1204:
irb(main):001:0> require 'inifile'
SyntaxError: /usr/lib/ruby/vendor_ruby/inifile.rb:558: undefined (?...) sequence: /\A"(.*)(?<!)"\z/
from (irb):1:in `require'
from (irb):1
from :0
The text was updated successfully, but these errors were encountered: