Skip to content

Commit 382e7d2

Browse files
committed
Preparing for 5.2.0.beta1 release
1 parent fb09e05 commit 382e7d2

File tree

27 files changed

+83
-59
lines changed

27 files changed

+83
-59
lines changed

Gemfile.lock

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -44,62 +44,62 @@ GIT
4444
PATH
4545
remote: .
4646
specs:
47-
actioncable (5.2.0.alpha)
48-
actionpack (= 5.2.0.alpha)
47+
actioncable (5.2.0.beta1)
48+
actionpack (= 5.2.0.beta1)
4949
nio4r (~> 2.0)
5050
websocket-driver (~> 0.6.1)
51-
actionmailer (5.2.0.alpha)
52-
actionpack (= 5.2.0.alpha)
53-
actionview (= 5.2.0.alpha)
54-
activejob (= 5.2.0.alpha)
51+
actionmailer (5.2.0.beta1)
52+
actionpack (= 5.2.0.beta1)
53+
actionview (= 5.2.0.beta1)
54+
activejob (= 5.2.0.beta1)
5555
mail (~> 2.5, >= 2.5.4)
5656
rails-dom-testing (~> 2.0)
57-
actionpack (5.2.0.alpha)
58-
actionview (= 5.2.0.alpha)
59-
activesupport (= 5.2.0.alpha)
57+
actionpack (5.2.0.beta1)
58+
actionview (= 5.2.0.beta1)
59+
activesupport (= 5.2.0.beta1)
6060
rack (~> 2.0)
6161
rack-test (>= 0.6.3)
6262
rails-dom-testing (~> 2.0)
6363
rails-html-sanitizer (~> 1.0, >= 1.0.2)
64-
actionview (5.2.0.alpha)
65-
activesupport (= 5.2.0.alpha)
64+
actionview (5.2.0.beta1)
65+
activesupport (= 5.2.0.beta1)
6666
builder (~> 3.1)
6767
erubi (~> 1.4)
6868
rails-dom-testing (~> 2.0)
6969
rails-html-sanitizer (~> 1.0, >= 1.0.3)
70-
activejob (5.2.0.alpha)
71-
activesupport (= 5.2.0.alpha)
70+
activejob (5.2.0.beta1)
71+
activesupport (= 5.2.0.beta1)
7272
globalid (>= 0.3.6)
73-
activemodel (5.2.0.alpha)
74-
activesupport (= 5.2.0.alpha)
75-
activerecord (5.2.0.alpha)
76-
activemodel (= 5.2.0.alpha)
77-
activesupport (= 5.2.0.alpha)
73+
activemodel (5.2.0.beta1)
74+
activesupport (= 5.2.0.beta1)
75+
activerecord (5.2.0.beta1)
76+
activemodel (= 5.2.0.beta1)
77+
activesupport (= 5.2.0.beta1)
7878
arel (>= 9.0)
79-
activestorage (5.2.0.alpha)
80-
actionpack (= 5.2.0.alpha)
81-
activerecord (= 5.2.0.alpha)
82-
activesupport (5.2.0.alpha)
79+
activestorage (5.2.0.beta1)
80+
actionpack (= 5.2.0.beta1)
81+
activerecord (= 5.2.0.beta1)
82+
activesupport (5.2.0.beta1)
8383
concurrent-ruby (~> 1.0, >= 1.0.2)
8484
i18n (~> 0.7)
8585
minitest (~> 5.1)
8686
tzinfo (~> 1.1)
87-
rails (5.2.0.alpha)
88-
actioncable (= 5.2.0.alpha)
89-
actionmailer (= 5.2.0.alpha)
90-
actionpack (= 5.2.0.alpha)
91-
actionview (= 5.2.0.alpha)
92-
activejob (= 5.2.0.alpha)
93-
activemodel (= 5.2.0.alpha)
94-
activerecord (= 5.2.0.alpha)
95-
activestorage (= 5.2.0.alpha)
96-
activesupport (= 5.2.0.alpha)
87+
rails (5.2.0.beta1)
88+
actioncable (= 5.2.0.beta1)
89+
actionmailer (= 5.2.0.beta1)
90+
actionpack (= 5.2.0.beta1)
91+
actionview (= 5.2.0.beta1)
92+
activejob (= 5.2.0.beta1)
93+
activemodel (= 5.2.0.beta1)
94+
activerecord (= 5.2.0.beta1)
95+
activestorage (= 5.2.0.beta1)
96+
activesupport (= 5.2.0.beta1)
9797
bundler (>= 1.3.0)
98-
railties (= 5.2.0.alpha)
98+
railties (= 5.2.0.beta1)
9999
sprockets-rails (>= 2.0.0)
100-
railties (5.2.0.alpha)
101-
actionpack (= 5.2.0.alpha)
102-
activesupport (= 5.2.0.alpha)
100+
railties (5.2.0.beta1)
101+
actionpack (= 5.2.0.beta1)
102+
activesupport (= 5.2.0.beta1)
103103
method_source
104104
rake (>= 0.8.7)
105105
thor (>= 0.18.1, < 2.0)
@@ -204,6 +204,7 @@ GEM
204204
concurrent-ruby (1.0.5-java)
205205
connection_pool (2.2.1)
206206
cookiejar (0.3.3)
207+
crass (1.0.3)
207208
curses (1.0.2)
208209
daemons (1.2.4)
209210
dalli (2.7.6)
@@ -224,7 +225,7 @@ GEM
224225
http_parser.rb (>= 0.6.0)
225226
em-socksify (0.3.1)
226227
eventmachine (>= 1.0.0.beta.4)
227-
erubi (1.6.1)
228+
erubi (1.7.0)
228229
et-orbi (1.0.8)
229230
tzinfo
230231
event_emitter (0.2.6)
@@ -249,7 +250,7 @@ GEM
249250
ffi (1.9.18-java)
250251
ffi (1.9.18-x64-mingw32)
251252
ffi (1.9.18-x86-mingw32)
252-
globalid (0.4.0)
253+
globalid (0.4.1)
253254
activesupport (>= 4.2.0)
254255
google-api-client (0.13.1)
255256
addressable (~> 2.5, >= 2.5.1)
@@ -279,7 +280,8 @@ GEM
279280
hiredis (0.6.1-java)
280281
http_parser.rb (0.6.0)
281282
httpclient (2.8.3)
282-
i18n (0.8.6)
283+
i18n (0.9.1)
284+
concurrent-ruby (~> 1.0)
283285
io-like (0.3.0)
284286
jdbc-mysql (5.1.44)
285287
jdbc-postgres (9.4.1206)
@@ -300,13 +302,14 @@ GEM
300302
logging (2.2.2)
301303
little-plugger (~> 1.1)
302304
multi_json (~> 1.10)
303-
loofah (2.0.3)
305+
loofah (2.1.1)
306+
crass (~> 1.0.2)
304307
nokogiri (>= 1.5.9)
305308
mail (2.7.0)
306309
mini_mime (>= 0.1.1)
307310
memoist (0.16.0)
308311
metaclass (0.0.4)
309-
method_source (0.8.2)
312+
method_source (0.9.0)
310313
mime-types (3.1)
311314
mime-types-data (~> 3.2015)
312315
mime-types-data (3.2016.0521)
@@ -334,7 +337,6 @@ GEM
334337
mysql2 (0.4.9-x64-mingw32)
335338
mysql2 (0.4.9-x86-mingw32)
336339
nio4r (2.1.0)
337-
nio4r (2.1.0-java)
338340
nokogiri (1.8.0)
339341
mini_portile2 (~> 2.2.0)
340342
nokogiri (1.8.0-java)
@@ -486,8 +488,6 @@ GEM
486488
websocket (1.2.4)
487489
websocket-driver (0.6.5)
488490
websocket-extensions (>= 0.1.0)
489-
websocket-driver (0.6.5-java)
490-
websocket-extensions (>= 0.1.0)
491491
websocket-extensions (0.1.2)
492492
xpath (2.1.0)
493493
nokogiri (~> 1.3)

RAILS_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.2.0.alpha
1+
5.2.0.beta1

actioncable/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 5.2.0.beta1 (November 27, 2017) ##
2+
13
* Removed deprecated evented redis adapter.
24

35
*Rafael Mendonça França*

actioncable/lib/action_cable/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module VERSION
1010
MAJOR = 5
1111
MINOR = 2
1212
TINY = 0
13-
PRE = "alpha"
13+
PRE = "beta1"
1414

1515
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
1616
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.2.0-alpha",
3+
"version": "5.2.0-beta1",
44
"description": "WebSocket framework for Ruby on Rails.",
55
"main": "lib/assets/compiled/action_cable.js",
66
"files": [

actionmailer/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 5.2.0.beta1 (November 27, 2017) ##
2+
13
* Add `assert_enqueued_email_with` test helper.
24

35
assert_enqueued_email_with ContactMailer, :welcome do

actionmailer/lib/action_mailer/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module VERSION
1010
MAJOR = 5
1111
MINOR = 2
1212
TINY = 0
13-
PRE = "alpha"
13+
PRE = "beta1"
1414

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

actionpack/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 5.2.0.beta1 (November 27, 2017) ##
2+
13
* Add DSL for configuring Content-Security-Policy header
24

35
The DSL allows you to configure a global Content-Security-Policy

actionpack/lib/action_pack/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module VERSION
1010
MAJOR = 5
1111
MINOR = 2
1212
TINY = 0
13-
PRE = "alpha"
13+
PRE = "beta1"
1414

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

actionview/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## Rails 5.2.0.beta1 (November 27, 2017) ##
2+
13
* Change `form_with` to generates ids by default.
24

35
When `form_with` was introduced we disabled the automatic generation of ids

0 commit comments

Comments
 (0)