Skip to content

Commit c4d3e20

Browse files
committed
Prep release
* Update RAILS_VERSION * Bundle * rake update_versions * rake changelog:header
1 parent c79dcbc commit c4d3e20

File tree

23 files changed

+96
-46
lines changed

23 files changed

+96
-46
lines changed

Gemfile.lock

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -17,58 +17,58 @@ GIT
1717
PATH
1818
remote: .
1919
specs:
20-
actioncable (5.0.7.1)
21-
actionpack (= 5.0.7.1)
20+
actioncable (5.0.7.2)
21+
actionpack (= 5.0.7.2)
2222
nio4r (>= 1.2, < 3.0)
2323
websocket-driver (~> 0.6.1)
24-
actionmailer (5.0.7.1)
25-
actionpack (= 5.0.7.1)
26-
actionview (= 5.0.7.1)
27-
activejob (= 5.0.7.1)
24+
actionmailer (5.0.7.2)
25+
actionpack (= 5.0.7.2)
26+
actionview (= 5.0.7.2)
27+
activejob (= 5.0.7.2)
2828
mail (~> 2.5, >= 2.5.4)
2929
rails-dom-testing (~> 2.0)
30-
actionpack (5.0.7.1)
31-
actionview (= 5.0.7.1)
32-
activesupport (= 5.0.7.1)
30+
actionpack (5.0.7.2)
31+
actionview (= 5.0.7.2)
32+
activesupport (= 5.0.7.2)
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.7.1)
38-
activesupport (= 5.0.7.1)
37+
actionview (5.0.7.2)
38+
activesupport (= 5.0.7.2)
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.7.1)
44-
activesupport (= 5.0.7.1)
43+
activejob (5.0.7.2)
44+
activesupport (= 5.0.7.2)
4545
globalid (>= 0.3.6)
46-
activemodel (5.0.7.1)
47-
activesupport (= 5.0.7.1)
48-
activerecord (5.0.7.1)
49-
activemodel (= 5.0.7.1)
50-
activesupport (= 5.0.7.1)
46+
activemodel (5.0.7.2)
47+
activesupport (= 5.0.7.2)
48+
activerecord (5.0.7.2)
49+
activemodel (= 5.0.7.2)
50+
activesupport (= 5.0.7.2)
5151
arel (~> 7.0)
52-
activesupport (5.0.7.1)
52+
activesupport (5.0.7.2)
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.7.1)
58-
actioncable (= 5.0.7.1)
59-
actionmailer (= 5.0.7.1)
60-
actionpack (= 5.0.7.1)
61-
actionview (= 5.0.7.1)
62-
activejob (= 5.0.7.1)
63-
activemodel (= 5.0.7.1)
64-
activerecord (= 5.0.7.1)
65-
activesupport (= 5.0.7.1)
57+
rails (5.0.7.2)
58+
actioncable (= 5.0.7.2)
59+
actionmailer (= 5.0.7.2)
60+
actionpack (= 5.0.7.2)
61+
actionview (= 5.0.7.2)
62+
activejob (= 5.0.7.2)
63+
activemodel (= 5.0.7.2)
64+
activerecord (= 5.0.7.2)
65+
activesupport (= 5.0.7.2)
6666
bundler (>= 1.3.0)
67-
railties (= 5.0.7.1)
67+
railties (= 5.0.7.2)
6868
sprockets-rails (>= 2.0.0)
69-
railties (5.0.7.1)
70-
actionpack (= 5.0.7.1)
71-
activesupport (= 5.0.7.1)
69+
railties (5.0.7.2)
70+
actionpack (= 5.0.7.2)
71+
activesupport (= 5.0.7.2)
7272
method_source
7373
rake (>= 0.8.7)
7474
thor (>= 0.18.1, < 2.0)
@@ -159,11 +159,11 @@ GEM
159159
ffi (1.9.18)
160160
ffi (1.9.18-x64-mingw32)
161161
ffi (1.9.18-x86-mingw32)
162-
globalid (0.4.1)
162+
globalid (0.4.2)
163163
activesupport (>= 4.2.0)
164164
hiredis (0.6.1)
165165
http_parser.rb (0.6.0)
166-
i18n (1.1.1)
166+
i18n (1.6.0)
167167
concurrent-ruby (~> 1.0)
168168
jquery-rails (4.3.1)
169169
rails-dom-testing (>= 1, < 3)

RAILS_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.7.1
1+
5.0.7.2

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.2 (March 11, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.0.7.1 (November 27, 2018) ##
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
@@ -8,7 +8,7 @@ module VERSION
88
MAJOR = 5
99
MINOR = 0
1010
TINY = 7
11-
PRE = "1"
11+
PRE = "2"
1212

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

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.7-1",
3+
"version": "5.0.7-2",
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.2 (March 11, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.0.7.1 (November 27, 2018) ##
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
@@ -8,7 +8,7 @@ module VERSION
88
MAJOR = 5
99
MINOR = 0
1010
TINY = 7
11-
PRE = "1"
11+
PRE = "2"
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 5.0.7.2 (March 11, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.0.7.1 (November 27, 2018) ##
27

38
* No changes.

actionpack/lib/action_pack/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module VERSION
88
MAJOR = 5
99
MINOR = 0
1010
TINY = 7
11-
PRE = "1"
11+
PRE = "2"
1212

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

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.2 (March 11, 2019) ##
2+
3+
* No changes.
4+
5+
16
## Rails 5.0.7.1 (November 27, 2018) ##
27

38
* No changes.

0 commit comments

Comments
 (0)