diff options
author | Prathamesh Sonpatki <csonpatki@gmail.com> | 2016-07-24 09:17:45 +0530 |
---|---|---|
committer | Prathamesh Sonpatki <csonpatki@gmail.com> | 2016-07-24 09:17:45 +0530 |
commit | 1a50262b5b39bc28ea3cb824dc943989b717a857 (patch) | |
tree | 011c467c8be574863bed9df2e5d65f4e16a824ce | |
parent | 1ca571cc472ffea2dfab43ee57d8204e89d5b1a6 (diff) | |
download | rails-1a50262b5b39bc28ea3cb824dc943989b717a857.tar.gz rails-1a50262b5b39bc28ea3cb824dc943989b717a857.tar.bz2 rails-1a50262b5b39bc28ea3cb824dc943989b717a857.zip |
Bump Arel to fix few failing tests on Ruby 2.4 related to the Integer unification
* Following tests were failing on Ruby edge 2.4 version -
- RelationTest#test_update_all_with_joins_and_offset_and_order:
- RelationTest#test_update_all_with_joins_and_offset:
- BasicsTest#test_no_limit_offset:
- CalculationsTest#test_offset_is_kept:
- ActiveRecord::CollectionCacheKeyTest#test_cache_key_for_queries_with_offset_which_return_0_rows:
- FinderTest#test_third_to_last:
* As Arel 7.1 supports Integer unification after https://github.com/rails/arel/pull/437 we can use it.
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 9fb842ac2c..10bc8b1898 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -103,7 +103,7 @@ GEM specs: addressable (2.4.0) amq-protocol (2.0.1) - arel (7.0.0) + arel (7.1.0) backburner (1.3.0) beaneater (~> 1.0) dante (> 0.1.5) |