1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Release 7.1.1

This commit is contained in:
Rafael Mendonça França 2016-07-27 20:17:41 -03:00
parent f91d657c09
commit 09827f361d
No known key found for this signature in database
GPG key ID: FC23B6D0F1EEE948
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
=== 7.1.1 / 2016-07-27
* Bug Fixes
* Fix warning in `Casted#hash`
=== 7.1.0 / 2016-07-19 === 7.1.0 / 2016-07-19
* Enhancements * Enhancements

View file

@ -21,7 +21,7 @@ require 'arel/delete_manager'
require 'arel/nodes' require 'arel/nodes'
module Arel module Arel
VERSION = '7.1.0' VERSION = '7.1.1'
def self.sql raw_sql def self.sql raw_sql
Arel::Nodes::SqlLiteral.new raw_sql Arel::Nodes::SqlLiteral.new raw_sql