codeasashu / hcz-jekyll-blog

A simple material theme for blogger
https://codeasashu.github.io/hcz-jekyll-blog
MIT License
247 stars 251 forks source link

Gemfile.lock: Overspecific versions are listed #33

Open GreatEmerald opened 7 years ago

GreatEmerald commented 7 years ago

The Gemfile.lock file lists versions such as faraday (0.12.0.1) (and also repeats them later, like faraday (~> 0.8, < 1.0)). It's very unlikely that this very specific version of these packages is required, and there have been updates to the packages since. The required package versions should be less specific than that.

GreatEmerald commented 7 years ago

Alternatively, don't include it at all and allow users to generate it themselves.