Skip to content

Commit f71a2d9

Browse files
committed
Remove explicit arel dependency
Arel was swallowed by Rails back in 2018
1 parent 1bd603c commit f71a2d9

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)