aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
-rw-r--r--activerecord/lib/active_record/attribute_methods/dirty.rb2
2 files changed, 4 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 4409f7e8d6..b70d3892c1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -56,7 +56,7 @@ env:
rvm:
- 2.2.7
- - 2.3.3
+ - 2.3.4
- 2.4.1
- ruby-head
@@ -70,7 +70,7 @@ matrix:
- memcached
- redis
- rabbitmq
- - rvm: 2.3.3
+ - rvm: 2.3.4
env: "GEM=aj:integration"
services:
- memcached
@@ -88,7 +88,7 @@ matrix:
- memcached
- redis
- rabbitmq
- - rvm: 2.3.3
+ - rvm: 2.3.4
env:
- "GEM=ar:mysql2 MYSQL=mariadb"
addons:
diff --git a/activerecord/lib/active_record/attribute_methods/dirty.rb b/activerecord/lib/active_record/attribute_methods/dirty.rb
index 6aa414ba6b..bd5003d63a 100644
--- a/activerecord/lib/active_record/attribute_methods/dirty.rb
+++ b/activerecord/lib/active_record/attribute_methods/dirty.rb
@@ -282,7 +282,7 @@ module ActiveRecord
#{attr_name} is not an attribute known to Active Record.
This behavior is deprecated and will be removed in the next
version of Rails. If you'd like #{attr_name} to be managed
- by Active Record, add `attribute :#{attr_name} to your class.
+ by Active Record, add `attribute :#{attr_name}` to your class.
EOW
mutations_from_database.deprecated_force_change(attr_name)
end