Skip to content

Commit

Permalink
Remove Gemfile
Browse files Browse the repository at this point in the history
This was added for use by Travis, but it is a bad idea to use
Gemfile in libraries due to the creation of a lock file.  You
always want to make sure you are testing the library against
the latest version of the installed dependencies to catch
regressions, and having a lockfile prevents automatically picking
up newer versions of installed dependencies.
  • Loading branch information
jeremyevans committed Jul 17, 2023
1 parent 84247ca commit 91ab4f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@
/spec/iv-*.erb
/spec/pid-*
/spec/render_coverage-*
Gemfile.lock
2 changes: 0 additions & 2 deletions Gemfile

This file was deleted.

0 comments on commit 91ab4f7

Please sign in to comment.