diff options
author | Sam Stephenson <sam@37signals.com> | 2018-02-08 11:01:46 -0600 |
---|---|---|
committer | Sam Stephenson <sam@37signals.com> | 2018-02-08 11:01:46 -0600 |
commit | 38e1f12d79ec3313e42643e52f2d10cb5fbd5d5d (patch) | |
tree | e62eb8fa577c1c27820bcf8fef5b07b0c1a6085d /Gemfile | |
parent | 68d350ddacedf604717f0d1074d7624fa57757c2 (diff) | |
download | rails-38e1f12d79ec3313e42643e52f2d10cb5fbd5d5d.tar.gz rails-38e1f12d79ec3313e42643e52f2d10cb5fbd5d5d.tar.bz2 rails-38e1f12d79ec3313e42643e52f2d10cb5fbd5d5d.zip |
Add dummy app
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1,8 +1,4 @@ source "https://rubygems.org" - git_source(:github) { |repo_path| "https://github.com/#{repo_path}.git" } gemspec - -gem "rails", github: "rails/rails" -gem "rake" |