mlodzi
Results
1
comments of
mlodzi
Top of the Gemfile in my Rails project looks like this: ``` $ cat Gemfile source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '3.0.1' ... ```