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

3.2.0-wip: Use Pessimistic Version Constraint for jekyll #1250

Closed
AJ-Acevedo opened this issue Jun 12, 2013 · 1 comment
Closed

3.2.0-wip: Use Pessimistic Version Constraint for jekyll #1250

AJ-Acevedo opened this issue Jun 12, 2013 · 1 comment

Comments

@AJ-Acevedo
Copy link

The Gemfile currently constrains jekyll to version 1.0. How about implementing Pessimistic Version Constraints for jekyll? There were many bug fixes and enhancement from jekyll v1.0 to 1.0.3.

My suggestion would entail updating the Gemfile:

FROM

source 'https://rubygems.org'

gem 'jekyll', '1.0'
gem 'debugger'

TO

source 'https://rubygems.org'

gem 'jekyll', '~> 1.0'
gem 'debugger'
davegandy added a commit that referenced this issue Jun 12, 2013
@davegandy
Copy link
Member

Added to 3.2.0-wip branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants