Skip to content

Commit aea6423

Browse files
committed
Preparing for 5.0.7 release
1 parent 692e6dd commit aea6423

File tree

23 files changed

+86
-48
lines changed

23 files changed

+86
-48
lines changed

Gemfile.lock

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -17,58 +17,58 @@ GIT
1717
PATH
1818
remote: .
1919
specs:
20-
actioncable (5.0.6)
21-
actionpack (= 5.0.6)
20+
actioncable (5.0.7)
21+
actionpack (= 5.0.7)
2222
nio4r (>= 1.2, < 3.0)
2323
websocket-driver (~> 0.6.1)
24-
actionmailer (5.0.6)
25-
actionpack (= 5.0.6)
26-
actionview (= 5.0.6)
27-
activejob (= 5.0.6)
24+
actionmailer (5.0.7)
25+
actionpack (= 5.0.7)
26+
actionview (= 5.0.7)
27+
activejob (= 5.0.7)
2828
mail (~> 2.5, >= 2.5.4)
2929
rails-dom-testing (~> 2.0)
30-
actionpack (5.0.6)
31-
actionview (= 5.0.6)
32-
activesupport (= 5.0.6)
30+
actionpack (5.0.7)
31+
actionview (= 5.0.7)
32+
activesupport (= 5.0.7)
3333
rack (~> 2.0)
3434
rack-test (~> 0.6.3)
3535
rails-dom-testing (~> 2.0)
3636
rails-html-sanitizer (~> 1.0, >= 1.0.2)
37-
actionview (5.0.6)
38-
activesupport (= 5.0.6)
37+
actionview (5.0.7)
38+
activesupport (= 5.0.7)
3939
builder (~> 3.1)
4040
erubis (~> 2.7.0)
4141
rails-dom-testing (~> 2.0)
4242
rails-html-sanitizer (~> 1.0, >= 1.0.3)
43-
activejob (5.0.6)
44-
activesupport (= 5.0.6)
43+
activejob (5.0.7)
44+
activesupport (= 5.0.7)
4545
globalid (>= 0.3.6)
46-
activemodel (5.0.6)
47-
activesupport (= 5.0.6)
48-
activerecord (5.0.6)
49-
activemodel (= 5.0.6)
50-
activesupport (= 5.0.6)
46+
activemodel (5.0.7)
47+
activesupport (= 5.0.7)
48+
activerecord (5.0.7)
49+
activemodel (= 5.0.7)
50+
activesupport (= 5.0.7)
5151
arel (~> 7.0)
52-
activesupport (5.0.6)
52+
activesupport (5.0.7)
5353
concurrent-ruby (~> 1.0, >= 1.0.2)
5454
i18n (>= 0.7, < 2)
5555
minitest (~> 5.1)
5656
tzinfo (~> 1.1)
57-
rails (5.0.6)
58-
actioncable (= 5.0.6)
59-
actionmailer (= 5.0.6)
60-
actionpack (= 5.0.6)
61-
actionview (= 5.0.6)
62-
activejob (= 5.0.6)
63-
activemodel (= 5.0.6)
64-
activerecord (= 5.0.6)
65-
activesupport (= 5.0.6)
57+
rails (5.0.7)
58+
actioncable (= 5.0.7)
59+
actionmailer (= 5.0.7)
60+
actionpack (= 5.0.7)
61+
actionview (= 5.0.7)
62+
activejob (= 5.0.7)
63+
activemodel (= 5.0.7)
64+
activerecord (= 5.0.7)
65+
activesupport (= 5.0.7)
6666
bundler (>= 1.3.0)
67-
railties (= 5.0.6)
67+
railties (= 5.0.7)
6868
sprockets-rails (>= 2.0.0)
69-
railties (5.0.6)
70-
actionpack (= 5.0.6)
71-
activesupport (= 5.0.6)
69+
railties (5.0.7)
70+
actionpack (= 5.0.7)
71+
activesupport (= 5.0.7)
7272
method_source
7373
rake (>= 0.8.7)
7474
thor (>= 0.18.1, < 2.0)
@@ -176,7 +176,7 @@ GEM
176176
listen (3.0.8)
177177
rb-fsevent (~> 0.9, >= 0.9.4)
178178
rb-inotify (~> 0.9, >= 0.9.7)
179-
loofah (2.2.1)
179+
loofah (2.2.2)
180180
crass (~> 1.0.2)
181181
nokogiri (>= 1.5.9)
182182
mail (2.7.0)
@@ -195,7 +195,7 @@ GEM
195195
mysql2 (0.4.10)
196196
mysql2 (0.4.10-x64-mingw32)
197197
mysql2 (0.4.10-x86-mingw32)
198-
nio4r (2.1.0)
198+
nio4r (2.3.0)
199199
nokogiri (1.8.2)
200200
mini_portile2 (~> 2.3.0)
201201
nokogiri (1.8.2-x64-mingw32)
@@ -226,8 +226,8 @@ GEM
226226
rails-dom-testing (2.0.3)
227227
activesupport (>= 4.2.0)
228228
nokogiri (>= 1.6)
229-
rails-html-sanitizer (1.0.3)
230-
loofah (~> 2.0)
229+
rails-html-sanitizer (1.0.4)
230+
loofah (~> 2.2, >= 2.2.2)
231231
rake (12.3.0)
232232
rb-fsevent (0.10.2)
233233
rdoc (5.1.0)

RAILS_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.6
1+
5.0.7

actioncable/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.0.7 (March 29, 2018) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.0.6 (September 07, 2017) ##
27

38
* No changes.

actioncable/lib/action_cable/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def self.gem_version
77
module VERSION
88
MAJOR = 5
99
MINOR = 0
10-
TINY = 6
10+
TINY = 7
1111
PRE = nil
1212

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

actioncable/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "actioncable",
3-
"version": "5.0.6",
3+
"version": "5.0.7",
44
"description": "WebSocket framework for Ruby on Rails.",
55
"main": "lib/assets/compiled/action_cable.js",
66
"files": [

actionmailer/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.0.7 (March 29, 2018) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.0.6 (September 07, 2017) ##
27

38
* No changes.

actionmailer/lib/action_mailer/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def self.gem_version
77
module VERSION
88
MAJOR = 5
99
MINOR = 0
10-
TINY = 6
10+
TINY = 7
1111
PRE = nil
1212

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

actionpack/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 5.0.7 (March 29, 2018) ##
2+
13
* Remove deprecation on `ActionController::Parameters#to_hash` when the instance is
24
permitted.
35

actionpack/lib/action_pack/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def self.gem_version
77
module VERSION
88
MAJOR = 5
99
MINOR = 0
10-
TINY = 6
10+
TINY = 7
1111
PRE = nil
1212

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

actionview/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.0.7 (March 29, 2018) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.0.6 (September 07, 2017) ##
27

38
* No changes.

actionview/lib/action_view/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def self.gem_version
77
module VERSION
88
MAJOR = 5
99
MINOR = 0
10-
TINY = 6
10+
TINY = 7
1111
PRE = nil
1212

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

activejob/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.0.7 (March 29, 2018) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.0.6 (September 07, 2017) ##
27

38
* No changes.

activejob/lib/active_job/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def self.gem_version
77
module VERSION
88
MAJOR = 5
99
MINOR = 0
10-
TINY = 6
10+
TINY = 7
1111
PRE = nil
1212

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

activemodel/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.0.7 (March 29, 2018) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.0.6 (September 07, 2017) ##
27

38
* No changes.

activemodel/lib/active_model/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def self.gem_version
77
module VERSION
88
MAJOR = 5
99
MINOR = 0
10-
TINY = 6
10+
TINY = 7
1111
PRE = nil
1212

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

activerecord/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 5.0.7 (March 29, 2018) ##
2+
13
* Apply time column precision on assignment.
24

35
PR #20317 changed the behavior of datetime columns so that when they

activerecord/lib/active_record/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def self.gem_version
77
module VERSION
88
MAJOR = 5
99
MINOR = 0
10-
TINY = 6
10+
TINY = 7
1111
PRE = nil
1212

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

activesupport/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 5.0.7 (March 29, 2018) ##
2+
13
* Return all mappings for a timezone identifier in `country_zones`
24

35
Some timezones like `Europe/London` have multiple mappings in

activesupport/lib/active_support/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def self.gem_version
77
module VERSION
88
MAJOR = 5
99
MINOR = 0
10-
TINY = 6
10+
TINY = 7
1111
PRE = nil
1212

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

guides/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 5.0.7 (March 29, 2018) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.0.6 (September 07, 2017) ##
27

38
* No changes.

railties/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 5.0.7 (March 29, 2018) ##
2+
13
Fix check for minimum Ruby version to correctly identify Ruby 2.2.10.
24

35
*shia*

railties/lib/rails/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def self.gem_version
77
module VERSION
88
MAJOR = 5
99
MINOR = 0
10-
TINY = 6
10+
TINY = 7
1111
PRE = nil
1212

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

version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def self.gem_version
77
module VERSION
88
MAJOR = 5
99
MINOR = 0
10-
TINY = 6
10+
TINY = 7
1111
PRE = nil
1212

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

0 commit comments

Comments
 (0)