aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index d2d6db9065..7154892086 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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"