The error we're seeing in all version of llnux is:
ERROR: Error installing bundler:
The last version of bundler (>= 0) to support your Ruby & RubyGems was 1.17.3.
Try installing it with `gem install bundler -v 1.17.3`
bundler requires RubyGems version >= 3.0.0. The current RubyGems version is 2.7.7.
Try 'gem update --system' to update RubyGems itself.
Do you need me to fix this?
On Thu, Jan 3, 2019 at 11:50 AM Josh Rabinowitz notifications@github.com
wrote:
The error we're seeing in all version of llnux is:
ERROR: Error installing bundler:
The last version of bundler (>= 0) to support your Ruby & RubyGems was 1.17.3.
Try installing it withgem install bundler -v 1.17.3
bundler requires RubyGems version >= 3.0.0. The current RubyGems version is 2.7.7.
Try 'gem update --system' to update RubyGems itself.—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/sobolevn/git-secret/issues/298, or mute the thread
https://github.com/notifications/unsubscribe-auth/AFiQzSu32driY5Ewj66RJv97Yi_Odtziks5u_lEGgaJpZM4Zol6S
.
--
Regards,
Carlos Hernandez
@hurricanehrndz sure that would be great
Okay will start to have a look.
On Thu, Jan 3, 2019 at 12:03 PM Josh Rabinowitz
notifications@github.com wrote:
>
@hurricanehrndz sure that would be great
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
--
Regards,
Carlos Hernandez
The build-stopping build failure now has changed to:
/home/travis/.rvm/rubies/ruby-2.4.4/lib/ruby/site_ruby/2.4.0/rubygems.rb:289:
in `find_spec_for_exe': can't find gem bundler (>= 0.a)
with executable bundler (Gem::GemNotFoundException)
I looked into this and I think we can approach one of two ways. Either we
use ruby-install to install a more up to date ruby version or perhaps gem
system update.
On Fri, Jan 4, 2019, 6:47 AM Josh Rabinowitz <[email protected]
wrote:
The build-stopping build failure now has changed to:
/home/travis/.rvm/rubies/ruby-2.4.4/lib/ruby/site_ruby/2.4.0/rubygems.rb:289:
in `find_spec_for_exe': can't find gem bundler (>= 0.a)
with executable bundler (Gem::GemNotFoundException)—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/sobolevn/git-secret/issues/298#issuecomment-451447809,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AFiQzUZ71iyFB6mNPaK9lsd2_ejgpTW8ks5u_1uFgaJpZM4Zol6S
.
Actually looking at it again Travis manages the ruby version so we can
probably stop installing via apt and just bump rvm to the latest 2.5
release. I will make the pull request.
On Fri, Jan 4, 2019, 7:13 AM Carlos Hernandez <[email protected] wrote:
I looked into this and I think we can approach one of two ways. Either we
use ruby-install to install a more up to date ruby version or perhaps gem
system update.On Fri, Jan 4, 2019, 6:47 AM Josh Rabinowitz <[email protected]
wrote:The build-stopping build failure now has changed to:
/home/travis/.rvm/rubies/ruby-2.4.4/lib/ruby/site_ruby/2.4.0/rubygems.rb:289:
in `find_spec_for_exe': can't find gem bundler (>= 0.a)
with executable bundler (Gem::GemNotFoundException)—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/sobolevn/git-secret/issues/298#issuecomment-451447809,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AFiQzUZ71iyFB6mNPaK9lsd2_ejgpTW8ks5u_1uFgaJpZM4Zol6S
.
Issue has been fixed. CentOS testing was disabled, latest ruby version is below 2.3. Other test were enabled and one or two more disabled, check the commits if you are interested.
Most helpful comment
Okay will start to have a look.
On Thu, Jan 3, 2019 at 12:03 PM Josh Rabinowitz
notifications@github.com wrote:
>
--
Regards,
Carlos Hernandez