mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
8 lines
168 B
Ruby
8 lines
168 B
Ruby
source "https://rubygems.org"
|
|
git_source(:github) { |repo_path| "https://github.com/#{repo_path}.git" }
|
|
|
|
gemspec
|
|
|
|
gem "rails", github: "rails/rails"
|
|
|
|
gem "aws-sdk-sns"
|