Skip to content

Commit

Permalink
Remove references to arel
Browse files Browse the repository at this point in the history
There should be no reason to get arel from `github` and the commit
history is not clear.
  • Loading branch information
tagliala committed Sep 11, 2024
1 parent 053ba7c commit fd80df0
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion gemfiles/Gemfile-rails.6.0.x
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

gemspec path: "../"

gem "rails", "~> 6.0.0.rc2"
gem "rails", "~> 6.0.0"
gem "rake", ">= 11.1"
gem "rack-proxy", require: false
gem "rspec-rails", "~> 5.0.0"
Expand Down
1 change: 0 additions & 1 deletion gemfiles/Gemfile-rails.6.1.x
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gemspec path: "../"

gem "rails", '~>6.1.0'
gem "arel", github: "rails/arel"
gem "rake", ">= 11.1"
gem "rack-proxy", require: false
gem "rspec-rails", "~> 6.0.0"
Expand Down
1 change: 0 additions & 1 deletion gemfiles/Gemfile-rails.7.0.x
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gemspec path: "../"

gem "rails", '~>7.0.0'
gem "arel", github: "rails/arel"
gem "rake", ">= 11.1"
gem "rack-proxy", require: false
gem "rspec-rails", "~> 6.0.0"
Expand Down
1 change: 0 additions & 1 deletion gemfiles/Gemfile-rails.7.1.x
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gemspec path: "../"

gem "rails", '~>7.1.0'
gem "arel", github: "rails/arel"
gem "rake", ">= 11.1"
gem "rack-proxy", require: false
gem "rspec-rails", "~> 6.0.0"
Expand Down
1 change: 0 additions & 1 deletion gemfiles/Gemfile-rails.7.2.x
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gemspec path: "../"

gem "rails", '~>7.2.0'
gem "arel", github: "rails/arel"
gem "rake", ">= 11.1"
gem "rack-proxy", require: false
gem "rspec-rails", "~> 6.0.0"
Expand Down

0 comments on commit fd80df0

Please sign in to comment.