Skip to content
This repository was archived by the owner on Dec 22, 2022. It is now read-only.

Commit 8c35ee7

Browse files
authored
Merge pull request #584 from ualbertalib/dependabot/bundler/rails-5.2.7.1
Bump rails from 5.2.7 to 5.2.7.1
2 parents 7eefa2e + 2b33a18 commit 8c35ee7

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

Gemfile.lock

+37-37
Original file line numberDiff line numberDiff line change
@@ -8,43 +8,43 @@ GIT
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actioncable (5.2.7)
12-
actionpack (= 5.2.7)
11+
actioncable (5.2.7.1)
12+
actionpack (= 5.2.7.1)
1313
nio4r (~> 2.0)
1414
websocket-driver (>= 0.6.1)
15-
actionmailer (5.2.7)
16-
actionpack (= 5.2.7)
17-
actionview (= 5.2.7)
18-
activejob (= 5.2.7)
15+
actionmailer (5.2.7.1)
16+
actionpack (= 5.2.7.1)
17+
actionview (= 5.2.7.1)
18+
activejob (= 5.2.7.1)
1919
mail (~> 2.5, >= 2.5.4)
2020
rails-dom-testing (~> 2.0)
21-
actionpack (5.2.7)
22-
actionview (= 5.2.7)
23-
activesupport (= 5.2.7)
21+
actionpack (5.2.7.1)
22+
actionview (= 5.2.7.1)
23+
activesupport (= 5.2.7.1)
2424
rack (~> 2.0, >= 2.0.8)
2525
rack-test (>= 0.6.3)
2626
rails-dom-testing (~> 2.0)
2727
rails-html-sanitizer (~> 1.0, >= 1.0.2)
28-
actionview (5.2.7)
29-
activesupport (= 5.2.7)
28+
actionview (5.2.7.1)
29+
activesupport (= 5.2.7.1)
3030
builder (~> 3.1)
3131
erubi (~> 1.4)
3232
rails-dom-testing (~> 2.0)
3333
rails-html-sanitizer (~> 1.0, >= 1.0.3)
34-
activejob (5.2.7)
35-
activesupport (= 5.2.7)
34+
activejob (5.2.7.1)
35+
activesupport (= 5.2.7.1)
3636
globalid (>= 0.3.6)
37-
activemodel (5.2.7)
38-
activesupport (= 5.2.7)
39-
activerecord (5.2.7)
40-
activemodel (= 5.2.7)
41-
activesupport (= 5.2.7)
37+
activemodel (5.2.7.1)
38+
activesupport (= 5.2.7.1)
39+
activerecord (5.2.7.1)
40+
activemodel (= 5.2.7.1)
41+
activesupport (= 5.2.7.1)
4242
arel (>= 9.0)
43-
activestorage (5.2.7)
44-
actionpack (= 5.2.7)
45-
activerecord (= 5.2.7)
43+
activestorage (5.2.7.1)
44+
actionpack (= 5.2.7.1)
45+
activerecord (= 5.2.7.1)
4646
marcel (~> 1.0.0)
47-
activesupport (5.2.7)
47+
activesupport (5.2.7.1)
4848
concurrent-ruby (~> 1.0, >= 1.0.2)
4949
i18n (>= 0.7, < 2)
5050
minitest (~> 5.1)
@@ -152,7 +152,7 @@ GEM
152152
listen (3.7.1)
153153
rb-fsevent (~> 0.10, >= 0.10.3)
154154
rb-inotify (~> 0.9, >= 0.9.10)
155-
loofah (2.14.0)
155+
loofah (2.16.0)
156156
crass (~> 1.0.2)
157157
nokogiri (>= 1.5.9)
158158
mail (2.7.1)
@@ -188,27 +188,27 @@ GEM
188188
rack (2.2.3)
189189
rack-test (1.1.0)
190190
rack (>= 1.0, < 3)
191-
rails (5.2.7)
192-
actioncable (= 5.2.7)
193-
actionmailer (= 5.2.7)
194-
actionpack (= 5.2.7)
195-
actionview (= 5.2.7)
196-
activejob (= 5.2.7)
197-
activemodel (= 5.2.7)
198-
activerecord (= 5.2.7)
199-
activestorage (= 5.2.7)
200-
activesupport (= 5.2.7)
191+
rails (5.2.7.1)
192+
actioncable (= 5.2.7.1)
193+
actionmailer (= 5.2.7.1)
194+
actionpack (= 5.2.7.1)
195+
actionview (= 5.2.7.1)
196+
activejob (= 5.2.7.1)
197+
activemodel (= 5.2.7.1)
198+
activerecord (= 5.2.7.1)
199+
activestorage (= 5.2.7.1)
200+
activesupport (= 5.2.7.1)
201201
bundler (>= 1.3.0)
202-
railties (= 5.2.7)
202+
railties (= 5.2.7.1)
203203
sprockets-rails (>= 2.0.0)
204204
rails-dom-testing (2.0.3)
205205
activesupport (>= 4.2.0)
206206
nokogiri (>= 1.6)
207207
rails-html-sanitizer (1.4.2)
208208
loofah (~> 2.3)
209-
railties (5.2.7)
210-
actionpack (= 5.2.7)
211-
activesupport (= 5.2.7)
209+
railties (5.2.7.1)
210+
actionpack (= 5.2.7.1)
211+
activesupport (= 5.2.7.1)
212212
method_source
213213
rake (>= 0.8.7)
214214
thor (>= 0.19.0, < 2.0)

0 commit comments

Comments
 (0)