Skip to content

Commit 92e87df

Browse files
committed
Remove explicit arel dependency
Arel was swallowed by Rails back in 2018
1 parent 47e755c commit 92e87df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Gemfile-rails-dependencies

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ version_file = File.expand_path("../.rails-version", __FILE__)
33
case version = ENV['RAILS_VERSION'] || (File.exist?(version_file) && File.read(version_file).chomp) || ''
44
when /master/
55
gem "rails", :git => "https://github.com/rails/rails.git"
6-
gem "arel", :git => "https://github.com/rails/arel.git"
76
gem "journey", :git => "https://github.com/rails/journey.git"
87
gem "activerecord-deprecated_finders", :git => "https://github.com/rails/activerecord-deprecated_finders.git"
98
gem "web-console", :git => "https://github.com/rails/web-console", :group => :development

0 commit comments

Comments
 (0)