diff options
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,7 +1,14 @@ source "https://rubygems.org" +git_source(:github) { |repo_path| "https://github.com/#{repo_path}.git" } + gemspec +gem "activesupport", github: "rails/rails" +gem "activerecord", github: "rails/rails" +gem "actionpack", github: "rails/rails" +gem "activejob", github: "rails/rails" + gem "rake" gem "byebug" |