mirror of
https://github.com/ruby/ruby.git
synced 2025-09-22 12:04:01 +02:00
8 lines
166 B
Ruby
8 lines
166 B
Ruby
# frozen_string_literal: true
|
|
|
|
# A sample gems.rb
|
|
source "https://rubygems.org"
|
|
|
|
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
|
|
|
|
# gem "rails"
|