mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
parent
570ae8f873
commit
2a26ff80e8
6 changed files with 0 additions and 6 deletions
|
@ -15,7 +15,6 @@ gemfile(true) do
|
||||||
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||||
|
|
||||||
gem "rails", github: "rails/rails"
|
gem "rails", github: "rails/rails"
|
||||||
gem "arel", github: "rails/arel"
|
|
||||||
end
|
end
|
||||||
|
|
||||||
require "action_controller/railtie"
|
require "action_controller/railtie"
|
||||||
|
|
|
@ -15,7 +15,6 @@ gemfile(true) do
|
||||||
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||||
|
|
||||||
gem "rails", github: "rails/rails"
|
gem "rails", github: "rails/rails"
|
||||||
gem "arel", github: "rails/arel"
|
|
||||||
end
|
end
|
||||||
|
|
||||||
require "active_job"
|
require "active_job"
|
||||||
|
|
|
@ -15,7 +15,6 @@ gemfile(true) do
|
||||||
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||||
|
|
||||||
gem "rails", github: "rails/rails"
|
gem "rails", github: "rails/rails"
|
||||||
gem "arel", github: "rails/arel"
|
|
||||||
gem "sqlite3"
|
gem "sqlite3"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,6 @@ gemfile(true) do
|
||||||
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||||
|
|
||||||
gem "rails", github: "rails/rails"
|
gem "rails", github: "rails/rails"
|
||||||
gem "arel", github: "rails/arel"
|
|
||||||
gem "sqlite3"
|
gem "sqlite3"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,6 @@ gemfile(true) do
|
||||||
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||||
|
|
||||||
gem "rails", github: "rails/rails"
|
gem "rails", github: "rails/rails"
|
||||||
gem "arel", github: "rails/arel"
|
|
||||||
gem "benchmark-ips"
|
gem "benchmark-ips"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,6 @@ gemfile(true) do
|
||||||
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||||
|
|
||||||
gem "rails", github: "rails/rails"
|
gem "rails", github: "rails/rails"
|
||||||
gem "arel", github: "rails/arel"
|
|
||||||
end
|
end
|
||||||
|
|
||||||
require "active_support"
|
require "active_support"
|
||||||
|
|
Loading…
Reference in a new issue