It's common for Sass projects to include a Gemfile that lists all the gem dependancies of the project. This can reduce the potential for errors because of missing/incorrect versions of gems. It also reduces complexity for contributors because all the need to do is run 'bundle install' to load all the required gems for the project.

Here is an example of a Gemfile from Omega 4.x

More about Bundler

CommentFileSizeAuthor
#1 bluecheese-bundler-2191021-1.patch997 byteslewisnyman

Comments

lewisnyman’s picture

StatusFileSize
new997 bytes
lewisnyman’s picture

Status: Active » Needs review
markhalliwell’s picture

Status: Needs review » Reviewed & tested by the community

Agreed! +1

drumm’s picture

Status: Reviewed & tested by the community » Fixed

Committed.

I used git diff --cached to get the versions installed on devwww right now.

drumm’s picture

Wrong command, I used bundle install --local.

lewisnyman’s picture

Status: Fixed » Reviewed & tested by the community

I can't see this commit in the repo, can anyone else confirm I'm not losing my mind?

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.