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" }
|
||||
|
||||
gem "rails", github: "rails/rails"
|
||||
gem "arel", github: "rails/arel"
|
||||
end
|
||||
|
||||
require "action_controller/railtie"
|
||||
|
|
|
@ -15,7 +15,6 @@ gemfile(true) do
|
|||
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||
|
||||
gem "rails", github: "rails/rails"
|
||||
gem "arel", github: "rails/arel"
|
||||
end
|
||||
|
||||
require "active_job"
|
||||
|
|
|
@ -15,7 +15,6 @@ gemfile(true) do
|
|||
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||
|
||||
gem "rails", github: "rails/rails"
|
||||
gem "arel", github: "rails/arel"
|
||||
gem "sqlite3"
|
||||
end
|
||||
|
||||
|
|
|
@ -15,7 +15,6 @@ gemfile(true) do
|
|||
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||
|
||||
gem "rails", github: "rails/rails"
|
||||
gem "arel", github: "rails/arel"
|
||||
gem "sqlite3"
|
||||
end
|
||||
|
||||
|
|
|
@ -15,7 +15,6 @@ gemfile(true) do
|
|||
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||
|
||||
gem "rails", github: "rails/rails"
|
||||
gem "arel", github: "rails/arel"
|
||||
gem "benchmark-ips"
|
||||
end
|
||||
|
||||
|
|
|
@ -15,7 +15,6 @@ gemfile(true) do
|
|||
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
||||
|
||||
gem "rails", github: "rails/rails"
|
||||
gem "arel", github: "rails/arel"
|
||||
end
|
||||
|
||||
require "active_support"
|
||||
|
|
Loading…
Reference in a new issue