hackclub / yellow_pages

📒 A directory of VISA merchant IDs and categories
https://yellowpages.bank.engineering/
MIT License
5 stars 2 forks source link

Fix dependency definition (Gemspec/Gemfile/Gemfile.lock) #27

Open garyhtou opened 2 days ago

garyhtou commented 2 days ago

When developing a gem, use the gemspec method in your Gemfile to avoid duplication. In general, a gem's Gemfile should contain the Rubygems source and a single gemspec line. Do not check your Gemfile.lock into version control

https://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/