Skip to content

Commit bd5d3fd

Browse files
committed
Update rails and activerecord
1 parent 3380c76 commit bd5d3fd

File tree

1 file changed

+55
-53
lines changed

1 file changed

+55
-53
lines changed

Gemfile.lock

Lines changed: 55 additions & 53 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.8)
5-
actionpack (= 5.2.8)
4+
actioncable (5.2.8.1)
5+
actionpack (= 5.2.8.1)
66
nio4r (~> 2.0)
77
websocket-driver (>= 0.6.1)
8-
actionmailer (5.2.8)
9-
actionpack (= 5.2.8)
10-
actionview (= 5.2.8)
11-
activejob (= 5.2.8)
8+
actionmailer (5.2.8.1)
9+
actionpack (= 5.2.8.1)
10+
actionview (= 5.2.8.1)
11+
activejob (= 5.2.8.1)
1212
mail (~> 2.5, >= 2.5.4)
1313
rails-dom-testing (~> 2.0)
14-
actionpack (5.2.8)
15-
actionview (= 5.2.8)
16-
activesupport (= 5.2.8)
14+
actionpack (5.2.8.1)
15+
actionview (= 5.2.8.1)
16+
activesupport (= 5.2.8.1)
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.8)
22-
activesupport (= 5.2.8)
21+
actionview (5.2.8.1)
22+
activesupport (= 5.2.8.1)
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.8)
28-
activesupport (= 5.2.8)
27+
activejob (5.2.8.1)
28+
activesupport (= 5.2.8.1)
2929
globalid (>= 0.3.6)
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)
30+
activemodel (5.2.8.1)
31+
activesupport (= 5.2.8.1)
32+
activerecord (5.2.8.1)
33+
activemodel (= 5.2.8.1)
34+
activesupport (= 5.2.8.1)
3535
arel (>= 9.0)
36-
activestorage (5.2.8)
37-
actionpack (= 5.2.8)
38-
activerecord (= 5.2.8)
36+
activestorage (5.2.8.1)
37+
actionpack (= 5.2.8.1)
38+
activerecord (= 5.2.8.1)
3939
marcel (~> 1.0.0)
40-
activesupport (5.2.8)
40+
activesupport (5.2.8.1)
4141
concurrent-ruby (~> 1.0, >= 1.0.2)
4242
i18n (>= 0.7, < 2)
4343
minitest (~> 5.1)
@@ -57,12 +57,13 @@ GEM
5757
database_cleaner-core (~> 2.0.0)
5858
database_cleaner-core (2.0.1)
5959
diff-lcs (1.5.0)
60-
erubi (1.10.0)
60+
erubi (1.11.0)
6161
ffi (1.15.5)
6262
globalid (1.0.0)
6363
activesupport (>= 5.0)
64-
i18n (1.10.0)
64+
i18n (1.12.0)
6565
concurrent-ruby (~> 1.0)
66+
json (2.6.2)
6667
jwt (2.1.0)
6768
listen (3.2.1)
6869
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -75,40 +76,40 @@ GEM
7576
marcel (1.0.2)
7677
method_source (1.0.0)
7778
mini_mime (1.1.2)
78-
minitest (5.15.0)
79+
minitest (5.16.3)
7980
nio4r (2.5.8)
80-
nokogiri (1.13.6-x86_64-linux)
81+
nokogiri (1.13.8-x86_64-linux)
8182
racc (~> 1.4)
8283
parallel (1.22.1)
83-
parser (3.1.2.0)
84+
parser (3.1.2.1)
8485
ast (~> 2.4.1)
85-
puma (5.6.4)
86+
puma (5.6.5)
8687
nio4r (~> 2.0)
8788
racc (1.6.0)
88-
rack (2.2.3.1)
89-
rack-test (1.1.0)
90-
rack (>= 1.0, < 3)
91-
rails (5.2.8)
92-
actioncable (= 5.2.8)
93-
actionmailer (= 5.2.8)
94-
actionpack (= 5.2.8)
95-
actionview (= 5.2.8)
96-
activejob (= 5.2.8)
97-
activemodel (= 5.2.8)
98-
activerecord (= 5.2.8)
99-
activestorage (= 5.2.8)
100-
activesupport (= 5.2.8)
89+
rack (2.2.4)
90+
rack-test (2.0.2)
91+
rack (>= 1.3)
92+
rails (5.2.8.1)
93+
actioncable (= 5.2.8.1)
94+
actionmailer (= 5.2.8.1)
95+
actionpack (= 5.2.8.1)
96+
actionview (= 5.2.8.1)
97+
activejob (= 5.2.8.1)
98+
activemodel (= 5.2.8.1)
99+
activerecord (= 5.2.8.1)
100+
activestorage (= 5.2.8.1)
101+
activesupport (= 5.2.8.1)
101102
bundler (>= 1.3.0)
102-
railties (= 5.2.8)
103+
railties (= 5.2.8.1)
103104
sprockets-rails (>= 2.0.0)
104105
rails-dom-testing (2.0.3)
105106
activesupport (>= 4.2.0)
106107
nokogiri (>= 1.6)
107108
rails-html-sanitizer (1.4.3)
108109
loofah (~> 2.3)
109-
railties (5.2.8)
110-
actionpack (= 5.2.8)
111-
activesupport (= 5.2.8)
110+
railties (5.2.8.1)
111+
actionpack (= 5.2.8.1)
112+
activesupport (= 5.2.8.1)
112113
method_source
113114
rake (>= 0.8.7)
114115
thor (>= 0.19.0, < 2.0)
@@ -117,7 +118,7 @@ GEM
117118
rb-fsevent (0.11.1)
118119
rb-inotify (0.10.1)
119120
ffi (~> 1.0)
120-
regexp_parser (2.4.0)
121+
regexp_parser (2.5.0)
121122
rexml (3.2.5)
122123
rspec (3.11.0)
123124
rspec-core (~> 3.11.0)
@@ -140,16 +141,17 @@ GEM
140141
rspec-mocks (~> 3.10)
141142
rspec-support (~> 3.10)
142143
rspec-support (3.11.0)
143-
rubocop (1.29.1)
144+
rubocop (1.35.1)
145+
json (~> 2.3)
144146
parallel (~> 1.10)
145-
parser (>= 3.1.0.0)
147+
parser (>= 3.1.2.1)
146148
rainbow (>= 2.2.2, < 4.0)
147149
regexp_parser (>= 1.8, < 3.0)
148150
rexml (>= 3.2.5, < 4.0)
149-
rubocop-ast (>= 1.17.0, < 2.0)
151+
rubocop-ast (>= 1.20.1, < 2.0)
150152
ruby-progressbar (~> 1.7)
151153
unicode-display_width (>= 1.4.0, < 3.0)
152-
rubocop-ast (1.18.0)
154+
rubocop-ast (1.21.0)
153155
parser (>= 3.1.1.0)
154156
ruby-progressbar (1.11.0)
155157
shoulda-matchers (4.4.1)
@@ -159,19 +161,19 @@ GEM
159161
spring-watcher-listen (2.0.1)
160162
listen (>= 2.7, < 4.0)
161163
spring (>= 1.2, < 3.0)
162-
sprockets (4.0.3)
164+
sprockets (4.1.1)
163165
concurrent-ruby (~> 1.0)
164166
rack (> 1, < 3)
165167
sprockets-rails (3.4.2)
166168
actionpack (>= 5.2)
167169
activesupport (>= 5.2)
168170
sprockets (>= 3.0.0)
169-
sqlite3 (1.4.2)
171+
sqlite3 (1.4.4)
170172
thor (1.2.1)
171173
thread_safe (0.3.6)
172174
tzinfo (1.2.10)
173175
thread_safe (~> 0.1)
174-
unicode-display_width (2.1.0)
176+
unicode-display_width (2.2.0)
175177
web-console (3.7.0)
176178
actionview (>= 5.0)
177179
activemodel (>= 5.0)

0 commit comments

Comments
 (0)