brentd / xray-rails

☠️ A development tool that reveals your UI's bones
MIT License
1.22k stars 79 forks source link

Pin bundler to avoid Travis failures for old rubies #95

Closed mattbrictson closed 5 years ago

mattbrictson commented 5 years ago

The Travis config had a gem update bundler step. The newest version of Bundler (2.0) has dropped support for EOL versions of Ruby, so this step would fail in Travis for old version of Ruby.

Fix by changing this step so that we always install Bundler 1.x, which supports the older versions of Ruby.