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

Not supported on ruby 1.8.7 ? #90

Closed
fcastellanos opened this issue Mar 25, 2015 · 2 comments
Closed

Not supported on ruby 1.8.7 ? #90

fcastellanos opened this issue Mar 25, 2015 · 2 comments

Comments

@fcastellanos
Copy link

I'm trying to test a gem that I'm building under at lease two ruby versions, 1.8.7 and 2.1.x, when I switch to ruby 1.8.7 I could do bundle install successfully but when I do

$ appraisal ruby-1.8.7-p352 rspec

I get a SyntaxError

/Users/fcastellanos/.rvm/gems/ruby-1.8.7-p352/gems/appraisal-1.0.3/lib/appraisal/file.rb:1:in `require': /Users/fcastellanos/.rvm/gems/ruby-1.8.7-p352/gems/appraisal-1.0.3/lib/appraisal/appraisal.rb:68: syntax error, unexpected ':', expecting ')' (SyntaxError)
  Command.new(command, env: env).run
                           ^

Am I doing something wrong or ruby 1.8.7 is not supported?

Thanks

@sikachu
Copy link
Contributor

sikachu commented Mar 25, 2015

Ruby 1.8.7 is currently not supported. I started porting a patch from #89 and it seems like there're still lots of stuff that needs to be fixed. I think it's going to take a bit of time.

I'm going go close this in favor of #89. You can track the progress there.

@sikachu sikachu closed this as completed Mar 25, 2015
@sikachu
Copy link
Contributor

sikachu commented Apr 1, 2015

I merge #89 and eb7e0f2 in, so Appraisal should now work 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

2 participants