aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2017-05-04 17:14:22 +0900
committerRyuta Kamizono <kamipo@gmail.com>2017-05-05 15:39:42 +0900
commit626f3d608868afed3aa725e3b6e0a5ce82b5e968 (patch)
tree21360824769f3900939840cb24dc6a48420b9226 /Gemfile.lock
parent7986555bf9cea7b4d8c55eeda22361495567486d (diff)
downloadrails-626f3d608868afed3aa725e3b6e0a5ce82b5e968.tar.gz
rails-626f3d608868afed3aa725e3b6e0a5ce82b5e968.tar.bz2
rails-626f3d608868afed3aa725e3b6e0a5ce82b5e968.zip
Don't pass `arel.engine` to `Arel::SelectManager.new`
The argument of `Arel::SelectManager.new` is `table`, not `engine`. https://github.com/rails/arel/blob/v8.0.0/lib/arel/select_manager.rb#L10
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 3b2da57428..d516d52a4c 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -25,7 +25,7 @@ GIT
GIT
remote: https://github.com/rails/arel.git
- revision: 437aa3a4bb8ad4f3f4eba299dbb1112852f9c7ac
+ revision: 5db56a513286814991c27000af2c0243cc19d1e2
specs:
arel (8.0.0)