Skip to content

Instantly share code, notes, and snippets.

@KonnorRogers
Last active January 21, 2019 02:32
Show Gist options
  • Save KonnorRogers/a15b092e3ab17d39ed86c919a35173ae to your computer and use it in GitHub Desktop.
Save KonnorRogers/a15b092e3ab17d39ed86c919a35173ae to your computer and use it in GitHub Desktop.
Gemfile.lock vs *.gemspec
Include a Gemfile.lock in your repo when not creating a gem
Use a *.gemspec when creating a rubygem and
DO NOT include a Gemfile.lock
Place all dependencies in the *.gemspec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment