nesquena / backburner

Simple and reliable beanstalkd job queue for ruby
http://nesquena.github.com/backburner
MIT License
428 stars 68 forks source link

Update Rubinius config setting #91

Closed jc00ke closed 9 years ago

jc00ke commented 9 years ago

Even though Rubinius runs in 2.1.0 mode I think it's still good to change it, for clarity.

$ rvm use rbx-d19 --install --binary --fuzzy
...
Using /home/travis/.rvm/gems/rbx-d19
$ export BUNDLE_GEMFILE=$PWD/Gemfile
$ ruby --version
rubinius 2.5.2 (2.1.0 7a5b05b1 2015-01-30 3.4 JI) [x86_64-linux-gnu]
`
nesquena commented 9 years ago

Yep, thanks.