Skip to content

Remove Gemfile.lock

paz requested to merge paz/remove-gemfilelock into master

The Gemfile.lock pins the libraries for bundler-users (developers), but not gem-users (admins). That's a difference we don't want.

Also without the Gemfile.lock, travis uses the latest gems that are available (within the boders of our specification from the gemspec-file), which helps to identify possible problems with new versions of dependencies.

Merge request reports