rubycentral / cfp-app

Rails app for managing a conference CFP
MIT License
224 stars 155 forks source link

Update ruby version in travis config, upgrade Bundler #238

Closed joshpuetz closed 2 years ago

joshpuetz commented 2 years ago

Several dependencies were updated from Ruby 2.7.2 to 2.7.4 in this commit in PR https://github.com/rubycentral/cfp-app/pull/229, but the Ruby version in .travis.yml was missed. This PR updates it so the project runs on Travis-CI again!

(Also upgraded Bundler to the latest to fix a deprecation error message)

joshpuetz commented 2 years ago

Closed as CFP is now on Ruby 2.7.5 as per https://github.com/rubycentral/cfp-app/pull/253