mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
10 lines
149 B
Ruby
10 lines
149 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'foo_gem', '~> 2.0'
|
|
|
|
source 'https://gems.example.com' do
|
|
gem 'my_gem', '1.0'
|
|
gem 'another_gem', '3.1.4'
|
|
end
|
|
|