Skip to content

Commit

Permalink
Add lockfiles to gitignore
Browse files Browse the repository at this point in the history
These don't really make sense for a library, as they are testing just
one out of many possible manifest configurations.

This has the inadvertent effect of fixing the build, as it would
currently be broken due to
mimemagicrb/mimemagic#97 which led to a
dependency being yanked from RubyGems
  • Loading branch information
mlarraz committed Mar 25, 2021
1 parent 5bc94d3 commit 0b70cf4
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 1,367 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ spec/debug.log
pkg/
*.rb#
*.*~
Gemfile.lock
*.gemfile.lock
199 changes: 0 additions & 199 deletions Gemfile.lock

This file was deleted.

188 changes: 0 additions & 188 deletions gemfiles/active_record_5.2.gemfile.lock

This file was deleted.

Loading

0 comments on commit 0b70cf4

Please sign in to comment.