Skip to content

Commit ef8ace7

Browse files
committed
Preparing for 4.2.6.rc1 release
1 parent 23d5559 commit ef8ace7

File tree

20 files changed

+89
-50
lines changed

20 files changed

+89
-50
lines changed

Gemfile.lock

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -14,55 +14,55 @@ GIT
1414
PATH
1515
remote: .
1616
specs:
17-
actionmailer (4.2.5.2)
18-
actionpack (= 4.2.5.2)
19-
actionview (= 4.2.5.2)
20-
activejob (= 4.2.5.2)
17+
actionmailer (4.2.6.rc1)
18+
actionpack (= 4.2.6.rc1)
19+
actionview (= 4.2.6.rc1)
20+
activejob (= 4.2.6.rc1)
2121
mail (~> 2.5, >= 2.5.4)
2222
rails-dom-testing (~> 1.0, >= 1.0.5)
23-
actionpack (4.2.5.2)
24-
actionview (= 4.2.5.2)
25-
activesupport (= 4.2.5.2)
23+
actionpack (4.2.6.rc1)
24+
actionview (= 4.2.6.rc1)
25+
activesupport (= 4.2.6.rc1)
2626
rack (~> 1.6)
2727
rack-test (~> 0.6.2)
2828
rails-dom-testing (~> 1.0, >= 1.0.5)
2929
rails-html-sanitizer (~> 1.0, >= 1.0.2)
30-
actionview (4.2.5.2)
31-
activesupport (= 4.2.5.2)
30+
actionview (4.2.6.rc1)
31+
activesupport (= 4.2.6.rc1)
3232
builder (~> 3.1)
3333
erubis (~> 2.7.0)
3434
rails-dom-testing (~> 1.0, >= 1.0.5)
3535
rails-html-sanitizer (~> 1.0, >= 1.0.2)
36-
activejob (4.2.5.2)
37-
activesupport (= 4.2.5.2)
36+
activejob (4.2.6.rc1)
37+
activesupport (= 4.2.6.rc1)
3838
globalid (>= 0.3.0)
39-
activemodel (4.2.5.2)
40-
activesupport (= 4.2.5.2)
39+
activemodel (4.2.6.rc1)
40+
activesupport (= 4.2.6.rc1)
4141
builder (~> 3.1)
42-
activerecord (4.2.5.2)
43-
activemodel (= 4.2.5.2)
44-
activesupport (= 4.2.5.2)
42+
activerecord (4.2.6.rc1)
43+
activemodel (= 4.2.6.rc1)
44+
activesupport (= 4.2.6.rc1)
4545
arel (~> 6.0)
46-
activesupport (4.2.5.2)
46+
activesupport (4.2.6.rc1)
4747
i18n (~> 0.7)
4848
json (~> 1.7, >= 1.7.7)
4949
minitest (~> 5.1)
5050
thread_safe (~> 0.3, >= 0.3.4)
5151
tzinfo (~> 1.1)
52-
rails (4.2.5.2)
53-
actionmailer (= 4.2.5.2)
54-
actionpack (= 4.2.5.2)
55-
actionview (= 4.2.5.2)
56-
activejob (= 4.2.5.2)
57-
activemodel (= 4.2.5.2)
58-
activerecord (= 4.2.5.2)
59-
activesupport (= 4.2.5.2)
52+
rails (4.2.6.rc1)
53+
actionmailer (= 4.2.6.rc1)
54+
actionpack (= 4.2.6.rc1)
55+
actionview (= 4.2.6.rc1)
56+
activejob (= 4.2.6.rc1)
57+
activemodel (= 4.2.6.rc1)
58+
activerecord (= 4.2.6.rc1)
59+
activesupport (= 4.2.6.rc1)
6060
bundler (>= 1.3.0, < 2.0)
61-
railties (= 4.2.5.2)
61+
railties (= 4.2.6.rc1)
6262
sprockets-rails
63-
railties (4.2.5.2)
64-
actionpack (= 4.2.5.2)
65-
activesupport (= 4.2.5.2)
63+
railties (4.2.6.rc1)
64+
actionpack (= 4.2.6.rc1)
65+
activesupport (= 4.2.6.rc1)
6666
rake (>= 0.8.7)
6767
thor (>= 0.18.1, < 2.0)
6868

@@ -118,7 +118,7 @@ GEM
118118
mail (2.6.3)
119119
mime-types (>= 1.16, < 3)
120120
metaclass (0.0.4)
121-
mime-types (2.99)
121+
mime-types (2.99.1)
122122
mini_portile2 (2.0.0)
123123
minitest (5.3.3)
124124
mocha (0.14.0)
@@ -198,7 +198,7 @@ GEM
198198
thread
199199
sprockets (3.0.3)
200200
rack (~> 1.0)
201-
sprockets-rails (3.0.0)
201+
sprockets-rails (3.0.3)
202202
actionpack (>= 4.0)
203203
activesupport (>= 4.0)
204204
sprockets (>= 3.0.0)

RAILS_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.2.5.2
1+
4.2.6.rc1

actionmailer/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 4.2.6.rc1 (March 01, 2016) ##
2+
3+
* No changes.
4+
5+
16
## Rails 4.2.5.2 (February 26, 2016) ##
27

38
* No changes.

actionmailer/lib/action_mailer/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ def self.gem_version
77
module VERSION
88
MAJOR = 4
99
MINOR = 2
10-
TINY = 5
11-
PRE = "2"
10+
TINY = 6
11+
PRE = "rc1"
1212

1313
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
1414
end

actionpack/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 4.2.6.rc1 (March 01, 2016) ##
2+
3+
* No changes.
4+
5+
16
## Rails 4.2.5.2 (February 26, 2016) ##
27

38
* Do not allow render with unpermitted parameter.

actionpack/lib/action_pack/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ def self.gem_version
77
module VERSION
88
MAJOR = 4
99
MINOR = 2
10-
TINY = 5
11-
PRE = "2"
10+
TINY = 6
11+
PRE = "rc1"
1212

1313
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
1414
end

actionview/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 4.2.6.rc1 (March 01, 2016) ##
2+
13
* Fix stripping the digest from the automatically generated img tag alt
24
attribute when assets are handled by Sprockets >=3.0.
35

actionview/lib/action_view/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ def self.gem_version
77
module VERSION
88
MAJOR = 4
99
MINOR = 2
10-
TINY = 5
11-
PRE = "2"
10+
TINY = 6
11+
PRE = "rc1"
1212

1313
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
1414
end

activejob/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 4.2.6.rc1 (March 01, 2016) ##
2+
3+
* No changes.
4+
5+
16
## Rails 4.2.5.2 (February 26, 2016) ##
27

38
* No changes.

activejob/lib/active_job/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ def self.gem_version
77
module VERSION
88
MAJOR = 4
99
MINOR = 2
10-
TINY = 5
11-
PRE = "2"
10+
TINY = 6
11+
PRE = "rc1"
1212

1313
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
1414
end

0 commit comments

Comments
 (0)