Skip to content
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

Doesn't work in Ruby 1.8.7 #35

Open
kirillk77 opened this issue Feb 20, 2015 · 3 comments
Open

Doesn't work in Ruby 1.8.7 #35

kirillk77 opened this issue Feb 20, 2015 · 3 comments

Comments

@kirillk77
Copy link

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

@joserwan
Copy link

Same problem here with inifile 3.0.0. Version 1.1.0 is OK.

@Mazwak
Copy link

Mazwak commented Mar 13, 2015

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/

@joserwan
Copy link

It's OK not to make 3.0.0 compatible with ruby 1.8.7 !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants