Skip to content

Commit b8d8f5d

Browse files
Bump rails from 5.2.7.1 to 5.2.8 (#1413)
Bumps [rails](https://github.com/rails/rails) from 5.2.7.1 to 5.2.8. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v5.2.7.1...v5.2.8) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 350cb5d commit b8d8f5d

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

Gemfile.lock

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (5.2.7.1)
5-
actionpack (= 5.2.7.1)
4+
actioncable (5.2.8)
5+
actionpack (= 5.2.8)
66
nio4r (~> 2.0)
77
websocket-driver (>= 0.6.1)
8-
actionmailer (5.2.7.1)
9-
actionpack (= 5.2.7.1)
10-
actionview (= 5.2.7.1)
11-
activejob (= 5.2.7.1)
8+
actionmailer (5.2.8)
9+
actionpack (= 5.2.8)
10+
actionview (= 5.2.8)
11+
activejob (= 5.2.8)
1212
mail (~> 2.5, >= 2.5.4)
1313
rails-dom-testing (~> 2.0)
14-
actionpack (5.2.7.1)
15-
actionview (= 5.2.7.1)
16-
activesupport (= 5.2.7.1)
14+
actionpack (5.2.8)
15+
actionview (= 5.2.8)
16+
activesupport (= 5.2.8)
1717
rack (~> 2.0, >= 2.0.8)
1818
rack-test (>= 0.6.3)
1919
rails-dom-testing (~> 2.0)
2020
rails-html-sanitizer (~> 1.0, >= 1.0.2)
21-
actionview (5.2.7.1)
22-
activesupport (= 5.2.7.1)
21+
actionview (5.2.8)
22+
activesupport (= 5.2.8)
2323
builder (~> 3.1)
2424
erubi (~> 1.4)
2525
rails-dom-testing (~> 2.0)
2626
rails-html-sanitizer (~> 1.0, >= 1.0.3)
27-
activejob (5.2.7.1)
28-
activesupport (= 5.2.7.1)
27+
activejob (5.2.8)
28+
activesupport (= 5.2.8)
2929
globalid (>= 0.3.6)
30-
activemodel (5.2.7.1)
31-
activesupport (= 5.2.7.1)
32-
activerecord (5.2.7.1)
33-
activemodel (= 5.2.7.1)
34-
activesupport (= 5.2.7.1)
30+
activemodel (5.2.8)
31+
activesupport (= 5.2.8)
32+
activerecord (5.2.8)
33+
activemodel (= 5.2.8)
34+
activesupport (= 5.2.8)
3535
arel (>= 9.0)
36-
activestorage (5.2.7.1)
37-
actionpack (= 5.2.7.1)
38-
activerecord (= 5.2.7.1)
36+
activestorage (5.2.8)
37+
actionpack (= 5.2.8)
38+
activerecord (= 5.2.8)
3939
marcel (~> 1.0.0)
40-
activesupport (5.2.7.1)
40+
activesupport (5.2.8)
4141
concurrent-ruby (~> 1.0, >= 1.0.2)
4242
i18n (>= 0.7, < 2)
4343
minitest (~> 5.1)
@@ -219,18 +219,18 @@ GEM
219219
rack
220220
rack-test (1.1.0)
221221
rack (>= 1.0, < 3)
222-
rails (5.2.7.1)
223-
actioncable (= 5.2.7.1)
224-
actionmailer (= 5.2.7.1)
225-
actionpack (= 5.2.7.1)
226-
actionview (= 5.2.7.1)
227-
activejob (= 5.2.7.1)
228-
activemodel (= 5.2.7.1)
229-
activerecord (= 5.2.7.1)
230-
activestorage (= 5.2.7.1)
231-
activesupport (= 5.2.7.1)
222+
rails (5.2.8)
223+
actioncable (= 5.2.8)
224+
actionmailer (= 5.2.8)
225+
actionpack (= 5.2.8)
226+
actionview (= 5.2.8)
227+
activejob (= 5.2.8)
228+
activemodel (= 5.2.8)
229+
activerecord (= 5.2.8)
230+
activestorage (= 5.2.8)
231+
activesupport (= 5.2.8)
232232
bundler (>= 1.3.0)
233-
railties (= 5.2.7.1)
233+
railties (= 5.2.8)
234234
sprockets-rails (>= 2.0.0)
235235
rails-controller-testing (1.0.4)
236236
actionpack (>= 5.0.1.x)
@@ -241,9 +241,9 @@ GEM
241241
nokogiri (>= 1.6)
242242
rails-html-sanitizer (1.4.2)
243243
loofah (~> 2.3)
244-
railties (5.2.7.1)
245-
actionpack (= 5.2.7.1)
246-
activesupport (= 5.2.7.1)
244+
railties (5.2.8)
245+
actionpack (= 5.2.8)
246+
activesupport (= 5.2.8)
247247
method_source
248248
rake (>= 0.8.7)
249249
thor (>= 0.19.0, < 2.0)

0 commit comments

Comments
 (0)