Skip to content

Commit c177e45

Browse files
committed
updating version and changelog
1 parent 2dfa064 commit c177e45

15 files changed

Lines changed: 139 additions & 51 deletions

File tree

Gemfile.lock

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -32,79 +32,79 @@ GIT
3232
PATH
3333
remote: .
3434
specs:
35-
actioncable (6.0.5)
36-
actionpack (= 6.0.5)
35+
actioncable (6.0.5.1)
36+
actionpack (= 6.0.5.1)
3737
nio4r (~> 2.0)
3838
websocket-driver (>= 0.6.1)
39-
actionmailbox (6.0.5)
40-
actionpack (= 6.0.5)
41-
activejob (= 6.0.5)
42-
activerecord (= 6.0.5)
43-
activestorage (= 6.0.5)
44-
activesupport (= 6.0.5)
39+
actionmailbox (6.0.5.1)
40+
actionpack (= 6.0.5.1)
41+
activejob (= 6.0.5.1)
42+
activerecord (= 6.0.5.1)
43+
activestorage (= 6.0.5.1)
44+
activesupport (= 6.0.5.1)
4545
mail (>= 2.7.1)
46-
actionmailer (6.0.5)
47-
actionpack (= 6.0.5)
48-
actionview (= 6.0.5)
49-
activejob (= 6.0.5)
46+
actionmailer (6.0.5.1)
47+
actionpack (= 6.0.5.1)
48+
actionview (= 6.0.5.1)
49+
activejob (= 6.0.5.1)
5050
mail (~> 2.5, >= 2.5.4)
5151
rails-dom-testing (~> 2.0)
52-
actionpack (6.0.5)
53-
actionview (= 6.0.5)
54-
activesupport (= 6.0.5)
52+
actionpack (6.0.5.1)
53+
actionview (= 6.0.5.1)
54+
activesupport (= 6.0.5.1)
5555
rack (~> 2.0, >= 2.0.8)
5656
rack-test (>= 0.6.3)
5757
rails-dom-testing (~> 2.0)
5858
rails-html-sanitizer (~> 1.0, >= 1.2.0)
59-
actiontext (6.0.5)
60-
actionpack (= 6.0.5)
61-
activerecord (= 6.0.5)
62-
activestorage (= 6.0.5)
63-
activesupport (= 6.0.5)
59+
actiontext (6.0.5.1)
60+
actionpack (= 6.0.5.1)
61+
activerecord (= 6.0.5.1)
62+
activestorage (= 6.0.5.1)
63+
activesupport (= 6.0.5.1)
6464
nokogiri (>= 1.8.5)
65-
actionview (6.0.5)
66-
activesupport (= 6.0.5)
65+
actionview (6.0.5.1)
66+
activesupport (= 6.0.5.1)
6767
builder (~> 3.1)
6868
erubi (~> 1.4)
6969
rails-dom-testing (~> 2.0)
7070
rails-html-sanitizer (~> 1.1, >= 1.2.0)
71-
activejob (6.0.5)
72-
activesupport (= 6.0.5)
71+
activejob (6.0.5.1)
72+
activesupport (= 6.0.5.1)
7373
globalid (>= 0.3.6)
74-
activemodel (6.0.5)
75-
activesupport (= 6.0.5)
76-
activerecord (6.0.5)
77-
activemodel (= 6.0.5)
78-
activesupport (= 6.0.5)
79-
activestorage (6.0.5)
80-
actionpack (= 6.0.5)
81-
activejob (= 6.0.5)
82-
activerecord (= 6.0.5)
74+
activemodel (6.0.5.1)
75+
activesupport (= 6.0.5.1)
76+
activerecord (6.0.5.1)
77+
activemodel (= 6.0.5.1)
78+
activesupport (= 6.0.5.1)
79+
activestorage (6.0.5.1)
80+
actionpack (= 6.0.5.1)
81+
activejob (= 6.0.5.1)
82+
activerecord (= 6.0.5.1)
8383
marcel (~> 1.0)
84-
activesupport (6.0.5)
84+
activesupport (6.0.5.1)
8585
concurrent-ruby (~> 1.0, >= 1.0.2)
8686
i18n (>= 0.7, < 2)
8787
minitest (~> 5.1)
8888
tzinfo (~> 1.1)
8989
zeitwerk (~> 2.2, >= 2.2.2)
90-
rails (6.0.5)
91-
actioncable (= 6.0.5)
92-
actionmailbox (= 6.0.5)
93-
actionmailer (= 6.0.5)
94-
actionpack (= 6.0.5)
95-
actiontext (= 6.0.5)
96-
actionview (= 6.0.5)
97-
activejob (= 6.0.5)
98-
activemodel (= 6.0.5)
99-
activerecord (= 6.0.5)
100-
activestorage (= 6.0.5)
101-
activesupport (= 6.0.5)
90+
rails (6.0.5.1)
91+
actioncable (= 6.0.5.1)
92+
actionmailbox (= 6.0.5.1)
93+
actionmailer (= 6.0.5.1)
94+
actionpack (= 6.0.5.1)
95+
actiontext (= 6.0.5.1)
96+
actionview (= 6.0.5.1)
97+
activejob (= 6.0.5.1)
98+
activemodel (= 6.0.5.1)
99+
activerecord (= 6.0.5.1)
100+
activestorage (= 6.0.5.1)
101+
activesupport (= 6.0.5.1)
102102
bundler (>= 1.3.0)
103-
railties (= 6.0.5)
103+
railties (= 6.0.5.1)
104104
sprockets-rails (>= 2.0.0)
105-
railties (6.0.5)
106-
actionpack (= 6.0.5)
107-
activesupport (= 6.0.5)
105+
railties (6.0.5.1)
106+
actionpack (= 6.0.5.1)
107+
activesupport (= 6.0.5.1)
108108
method_source
109109
rake (>= 0.8.7)
110110
thor (>= 0.20.3, < 2.0)

RAILS_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.5
1+
6.0.5.1

actioncable/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 6.0.5.1 (July 12, 2022) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.0.5 (May 09, 2022) ##
27

38
* No changes.

actionmailbox/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 6.0.5.1 (July 12, 2022) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.0.5 (May 09, 2022) ##
27

38
* No changes.

actionmailer/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 6.0.5.1 (July 12, 2022) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.0.5 (May 09, 2022) ##
27

38
* No changes.

actionpack/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 6.0.5.1 (July 12, 2022) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.0.5 (May 09, 2022) ##
27

38
* No changes.

actiontext/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 6.0.5.1 (July 12, 2022) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.0.5 (May 09, 2022) ##
27

38
* Disentangle Action Text from ApplicationController

actionview/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 6.0.5.1 (July 12, 2022) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.0.5 (May 09, 2022) ##
27

38
* No changes.

activejob/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 6.0.5.1 (July 12, 2022) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.0.5 (May 09, 2022) ##
27

38
* No changes.

activemodel/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Rails 6.0.5.1 (July 12, 2022) ##
2+
3+
* No changes.
4+
5+
16
## Rails 6.0.5 (May 09, 2022) ##
27

38
* No changes.

0 commit comments

Comments
 (0)