diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2016-12-29 01:20:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-29 01:20:38 -0500 |
commit | 003d6feb0d6086780b87bd80e8e8be78c10879cb (patch) | |
tree | bdd2c9fc0a3db074cde918c31b604213103fdc24 /lib/arel.rb | |
parent | 1f5e99bb9c0da87deee796dd31f8e130a4cfd40b (diff) | |
parent | 3b1689f98c89f7e7a74c61e2894ed2bf81b2d56d (diff) | |
download | rails-003d6feb0d6086780b87bd80e8e8be78c10879cb.tar.gz rails-003d6feb0d6086780b87bd80e8e8be78c10879cb.tar.bz2 rails-003d6feb0d6086780b87bd80e8e8be78c10879cb.zip |
Merge pull request #462 from rails/arel-without-deprecation
Remove deprecated type cast support from Arel
Diffstat (limited to 'lib/arel.rb')
-rw-r--r-- | lib/arel.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/arel.rb b/lib/arel.rb index 2069cec7ce..e04999ed92 100644 --- a/lib/arel.rb +++ b/lib/arel.rb @@ -21,7 +21,7 @@ require 'arel/delete_manager' require 'arel/nodes' module Arel - VERSION = '7.2.0' + VERSION = '8.0.0' def self.sql raw_sql Arel::Nodes::SqlLiteral.new raw_sql |