Skip to content

Commit fecc67d

Browse files
committed
Merge branch '3-2-22-3' into 3-2-stable
* 3-2-22-3: bumping version Include missing module in tag_helper
2 parents 5efc4ec + c4e0169 commit fecc67d

File tree

10 files changed

+10
-9
lines changed

10 files changed

+10
-9
lines changed

RAILS_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.22.3
1+
3.2.22.4

actionmailer/lib/action_mailer/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module VERSION #:nodoc:
33
MAJOR = 3
44
MINOR = 2
55
TINY = 22
6-
PRE = "3"
6+
PRE = "4"
77

88
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
99
end

actionpack/lib/action_pack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module VERSION #:nodoc:
33
MAJOR = 3
44
MINOR = 2
55
TINY = 22
6-
PRE = "3"
6+
PRE = "4"
77

88
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
99
end

actionpack/lib/action_view/helpers/tag_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module Helpers #:nodoc:
1010
module TagHelper
1111
extend ActiveSupport::Concern
1212
include CaptureHelper
13+
include OutputSafetyHelper
1314

1415
BOOLEAN_ATTRIBUTES = %w(disabled readonly multiple checked autobuffer
1516
autoplay controls loop selected hidden scoped async

activemodel/lib/active_model/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module VERSION #:nodoc:
33
MAJOR = 3
44
MINOR = 2
55
TINY = 22
6-
PRE = "3"
6+
PRE = "4"
77

88
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
99
end

activerecord/lib/active_record/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module VERSION #:nodoc:
33
MAJOR = 3
44
MINOR = 2
55
TINY = 22
6-
PRE = "3"
6+
PRE = "4"
77

88
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
99
end

activeresource/lib/active_resource/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module VERSION #:nodoc:
33
MAJOR = 3
44
MINOR = 2
55
TINY = 22
6-
PRE = "3"
6+
PRE = "4"
77

88
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
99
end

activesupport/lib/active_support/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module VERSION #:nodoc:
33
MAJOR = 3
44
MINOR = 2
55
TINY = 22
6-
PRE = "3"
6+
PRE = "4"
77

88
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
99
end

railties/lib/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module VERSION #:nodoc:
33
MAJOR = 3
44
MINOR = 2
55
TINY = 22
6-
PRE = "3"
6+
PRE = "4"
77

88
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
99
end

version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module VERSION #:nodoc:
33
MAJOR = 3
44
MINOR = 2
55
TINY = 22
6-
PRE = "3"
6+
PRE = "4"
77

88
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
99
end

0 commit comments

Comments
 (0)