capistrano / rails

Official Ruby on Rails specific tasks for Capistrano
http://www.capistranorb.com/
MIT License
867 stars 270 forks source link

Update Dependency for capistrano-bundler #245

Closed alliedarmour closed 4 years ago

alliedarmour commented 4 years ago

Yesterday capistrano-bundler gem was updated to version 2.0.0 which fixed some deprecation warnings starting with bundler 2.1. Would be great to replace the dependency in Gemfile.lock from this gem, otherwise an update is not possible.

capistrano-rails (1.5.0)
      capistrano (~> 3.1)
      capistrano-bundler (~> 1.1)