Skip to content

Commit 6329c00

Browse files
committed
Check in the lockfile
This prevents rubocop from automatically using the latest version and breaking the builds. This also gives people a baseline where they can point at a set of dependencies that passed the build. This is the practice recommended by Bundler: https://bundler.io/guides/faq.html\#using-gemfiles-inside-gems
1 parent bc0a691 commit 6329c00

File tree

2 files changed

+484
-2
lines changed

2 files changed

+484
-2
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@
55
.yardoc
66
.rvmrc
77
*.log
8-
Gemfile.lock
98
coverage/
109
doc/
11-
gemfiles/*.gemfile.lock
1210
jetty/
1311
log/*
1412
tmp/*

0 commit comments

Comments
 (0)