Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the latest version of capistrano-bundler #244

Merged
merged 2 commits into from
Jul 12, 2020

Conversation

mattbrictson
Copy link
Member

capistrano-bundler 2.0.0 has been released and fixes Bundler deprecation warnings. This commit updates our gemspec so that capistrano-bundler 2.0.0 can be used with capistrano-rails.

capistrano-bundler 2.0.0 has been released and fixes Bundler deprecation
warnings. This commit updates our gemspec so that capistrano-bundler
2.0.0 can be used with capistrano-rails.
@mattbrictson mattbrictson added the ✨ Feature Adds a new feature label Jul 11, 2020
@@ -21,7 +21,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]

gem.add_dependency 'capistrano', '~> 3.1'
gem.add_dependency 'capistrano-bundler', '~> 1.1'
gem.add_dependency 'capistrano-bundler', '>= 1.1'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would it make sense to do something like '>= 1.1', '< 3'? That way if the next breaking change also requires a newer version of capistrano-rails, we'll be set.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense!

@mattbrictson mattbrictson linked an issue Jul 12, 2020 that may be closed by this pull request
@mattbrictson mattbrictson merged commit 7d19e7c into master Jul 12, 2020
@mattbrictson mattbrictson deleted the chores/allow-capistrano-bundler-2.0 branch July 12, 2020 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature Adds a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Dependency for capistrano-bundler
2 participants