Skip to content

Commit 078aade

Browse files
committed
Update dependencies
1 parent 5a43719 commit 078aade

File tree

4 files changed

+134
-99
lines changed

4 files changed

+134
-99
lines changed

gemfiles/rails_6_0.gemfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@
33
source "https://rubygems.org"
44

55
gem "appraisal"
6-
gem "bundler", "~> 1.0"
6+
gem "bundler", "~> 2.0"
77
gem "byebug"
88
gem "m"
99
gem "minitest"
1010
gem "mocha"
1111
gem "pry", "~> 0.12.0"
1212
gem "pry-byebug", "~> 3.6.0"
1313
gem "rake"
14-
gem "rubocop", "0.71.0"
14+
gem "rubocop", require: false
15+
gem "rubocop-packaging", require: false
16+
gem "rubocop-rails", require: false
1517
gem "snowglobe", ">= 0.3.0"
1618
gem "test-unit"
1719
gem "warnings_logger"

gemfiles/rails_6_0.gemfile.lock

Lines changed: 77 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -61,50 +61,50 @@ GEM
6161
minitest (~> 5.1)
6262
tzinfo (~> 1.1)
6363
zeitwerk (~> 2.2, >= 2.2.2)
64-
addressable (2.8.1)
64+
addressable (2.8.4)
6565
public_suffix (>= 2.0.2, < 6.0)
6666
ansi (1.5.0)
67-
appraisal (2.4.1)
67+
appraisal (2.5.0)
6868
bundler
6969
rake
7070
thor (>= 0.14.0)
7171
ast (2.4.2)
72-
bcrypt (3.1.18)
73-
bootsnap (1.13.0)
72+
bcrypt (3.1.19)
73+
bootsnap (1.16.0)
7474
msgpack (~> 1.2)
7575
builder (3.2.4)
7676
byebug (10.0.2)
77-
capybara (3.35.3)
77+
capybara (3.39.2)
7878
addressable
79+
matrix
7980
mini_mime (>= 0.1.3)
8081
nokogiri (~> 1.8)
8182
rack (>= 1.6.0)
8283
rack-test (>= 0.6.3)
8384
regexp_parser (>= 1.5, < 3.0)
8485
xpath (~> 3.2)
85-
childprocess (3.0.0)
8686
coderay (1.1.3)
8787
concurrent-ruby (1.2.2)
8888
crass (1.0.6)
89-
digest (3.1.1)
89+
date (3.3.3)
9090
erubi (1.12.0)
9191
ffi (1.15.5)
9292
globalid (1.1.0)
9393
activesupport (>= 5.0)
94-
i18n (1.12.0)
94+
i18n (1.14.1)
9595
concurrent-ruby (~> 1.0)
96-
io-wait (0.3.0)
97-
jaro_winkler (1.5.4)
9896
jbuilder (2.11.5)
9997
actionview (>= 5.0.0)
10098
activesupport (>= 5.0.0)
99+
json (2.6.3)
100+
language_server-protocol (3.17.0.3)
101101
listen (3.1.5)
102102
rb-fsevent (~> 0.9, >= 0.9.4)
103103
rb-inotify (~> 0.9, >= 0.9.7)
104104
ruby_dep (~> 1.2)
105-
loofah (2.19.1)
105+
loofah (2.21.3)
106106
crass (~> 1.0.2)
107-
nokogiri (>= 1.5.9)
107+
nokogiri (>= 1.12.0)
108108
m (1.6.1)
109109
method_source (>= 0.6.7)
110110
rake (>= 0.9.2.2)
@@ -114,54 +114,52 @@ GEM
114114
net-pop
115115
net-smtp
116116
marcel (1.0.2)
117+
matrix (0.4.2)
117118
method_source (0.9.2)
118119
mini_mime (1.1.2)
119-
mini_portile2 (2.6.1)
120-
minitest (5.15.0)
121-
minitest-reporters (1.6.0)
120+
mini_portile2 (2.8.4)
121+
minitest (5.19.0)
122+
minitest-reporters (1.6.1)
122123
ansi
123124
builder
124125
minitest (>= 5.0)
125126
ruby-progressbar
126-
mocha (2.0.2)
127+
mocha (2.1.0)
127128
ruby2_keywords (>= 0.0.5)
128-
msgpack (1.6.0)
129-
net-imap (0.2.2)
130-
digest
129+
msgpack (1.7.2)
130+
net-imap (0.3.7)
131+
date
131132
net-protocol
132-
strscan
133133
net-pop (0.1.2)
134134
net-protocol
135-
net-protocol (0.1.2)
136-
io-wait
135+
net-protocol (0.2.1)
137136
timeout
138-
net-smtp (0.3.0)
139-
digest
137+
net-smtp (0.3.3)
140138
net-protocol
141-
timeout
142-
nio4r (2.5.8)
143-
nokogiri (1.12.5)
144-
mini_portile2 (~> 2.6.1)
139+
nio4r (2.5.9)
140+
nokogiri (1.15.3)
141+
mini_portile2 (~> 2.8.2)
145142
racc (~> 1.4)
146-
parallel (1.22.1)
147-
parser (3.2.1.0)
143+
parallel (1.23.0)
144+
parser (3.2.2.3)
148145
ast (~> 2.4.1)
149-
pg (1.4.6)
146+
racc
147+
pg (1.5.3)
150148
power_assert (2.0.3)
151149
pry (0.12.2)
152150
coderay (~> 1.1.0)
153151
method_source (~> 0.9.0)
154152
pry-byebug (3.6.0)
155153
byebug (~> 10.0)
156154
pry (~> 0.10)
157-
public_suffix (4.0.7)
155+
public_suffix (5.0.3)
158156
puma (4.3.12)
159157
nio4r (~> 2.0)
160-
racc (1.6.2)
161-
rack (2.2.6.2)
158+
racc (1.7.1)
159+
rack (2.2.7)
162160
rack-proxy (0.7.6)
163161
rack
164-
rack-test (2.0.2)
162+
rack-test (2.1.0)
165163
rack (>= 1.3)
166164
rails (6.0.6.1)
167165
actioncable (= 6.0.6.1)
@@ -182,11 +180,13 @@ GEM
182180
actionpack (>= 5.0.1.rc1)
183181
actionview (>= 5.0.1.rc1)
184182
activesupport (>= 5.0.1.rc1)
185-
rails-dom-testing (2.0.3)
186-
activesupport (>= 4.2.0)
183+
rails-dom-testing (2.1.1)
184+
activesupport (>= 5.0.0)
185+
minitest
187186
nokogiri (>= 1.6)
188-
rails-html-sanitizer (1.5.0)
189-
loofah (~> 2.19, >= 2.19.1)
187+
rails-html-sanitizer (1.6.0)
188+
loofah (~> 2.21)
189+
nokogiri (~> 1.14)
190190
railties (6.0.6.1)
191191
actionpack (= 6.0.6.1)
192192
activesupport (= 6.0.6.1)
@@ -198,15 +198,28 @@ GEM
198198
rb-fsevent (0.11.2)
199199
rb-inotify (0.10.1)
200200
ffi (~> 1.0)
201-
regexp_parser (2.7.0)
202-
rubocop (0.71.0)
203-
jaro_winkler (~> 1.5.1)
201+
regexp_parser (2.8.1)
202+
rexml (3.2.6)
203+
rubocop (1.55.0)
204+
json (~> 2.3)
205+
language_server-protocol (>= 3.17.0)
204206
parallel (~> 1.10)
205-
parser (>= 2.6)
207+
parser (>= 3.2.2.3)
206208
rainbow (>= 2.2.2, < 4.0)
209+
regexp_parser (>= 1.8, < 3.0)
210+
rexml (>= 3.2.5, < 4.0)
211+
rubocop-ast (>= 1.28.1, < 2.0)
207212
ruby-progressbar (~> 1.7)
208-
unicode-display_width (>= 1.4.0, < 1.7)
209-
ruby-progressbar (1.12.0)
213+
unicode-display_width (>= 2.4.0, < 3.0)
214+
rubocop-ast (1.29.0)
215+
parser (>= 3.2.1.0)
216+
rubocop-packaging (0.5.2)
217+
rubocop (>= 1.33, < 2.0)
218+
rubocop-rails (2.20.2)
219+
activesupport (>= 4.2.0)
220+
rack (>= 1.1)
221+
rubocop (>= 1.33.0, < 2.0)
222+
ruby-progressbar (1.13.0)
210223
ruby2_keywords (0.0.5)
211224
ruby_dep (1.5.0)
212225
rubyzip (2.3.2)
@@ -220,9 +233,10 @@ GEM
220233
sprockets (> 3.0)
221234
sprockets-rails
222235
tilt
223-
selenium-webdriver (3.142.7)
224-
childprocess (>= 0.5, < 4.0)
225-
rubyzip (>= 1.2.2)
236+
selenium-webdriver (4.9.0)
237+
rexml (~> 3.2, >= 3.2.5)
238+
rubyzip (>= 1.2.2, < 3.0)
239+
websocket (~> 1.0)
226240
snowglobe (0.3.0)
227241
spring (2.1.1)
228242
spring-commands-rspec (1.0.4)
@@ -238,34 +252,34 @@ GEM
238252
activesupport (>= 5.2)
239253
sprockets (>= 3.0.0)
240254
sqlite3 (1.4.4)
241-
strscan (3.0.6)
242-
test-unit (3.5.7)
255+
test-unit (3.6.1)
243256
power_assert
244-
thor (1.2.1)
257+
thor (1.2.2)
245258
thread_safe (0.3.6)
246-
tilt (2.1.0)
247-
timeout (0.3.2)
259+
tilt (2.2.0)
260+
timeout (0.4.0)
248261
turbolinks (5.2.1)
249262
turbolinks-source (~> 5.2)
250263
turbolinks-source (5.2.0)
251264
tzinfo (1.2.11)
252265
thread_safe (~> 0.1)
253-
unicode-display_width (1.6.1)
266+
unicode-display_width (2.4.2)
254267
warnings_logger (0.1.1)
255-
webdrivers (4.6.1)
268+
webdrivers (5.2.0)
256269
nokogiri (~> 1.6)
257270
rubyzip (>= 1.3.0)
258-
selenium-webdriver (>= 3.0, < 4.0)
271+
selenium-webdriver (~> 4.0)
259272
webpacker (4.3.0)
260273
activesupport (>= 4.2)
261274
rack-proxy (>= 0.6.1)
262275
railties (>= 4.2)
263-
websocket-driver (0.7.5)
276+
websocket (1.2.9)
277+
websocket-driver (0.7.6)
264278
websocket-extensions (>= 0.1.0)
265279
websocket-extensions (0.1.5)
266280
xpath (3.2.0)
267281
nokogiri (~> 1.8)
268-
zeitwerk (2.6.7)
282+
zeitwerk (2.6.9)
269283

270284
PLATFORMS
271285
ruby
@@ -274,7 +288,7 @@ DEPENDENCIES
274288
appraisal
275289
bcrypt (~> 3.1.7)
276290
bootsnap (>= 1.4.2)
277-
bundler (~> 1.0)
291+
bundler (~> 2.0)
278292
byebug
279293
capybara (>= 2.15)
280294
jbuilder (~> 2.7)
@@ -290,7 +304,9 @@ DEPENDENCIES
290304
rails (~> 6.0.2)
291305
rails-controller-testing (>= 1.0.4)
292306
rake
293-
rubocop (= 0.71.0)
307+
rubocop
308+
rubocop-packaging
309+
rubocop-rails
294310
sass-rails (>= 6)
295311
selenium-webdriver
296312
shoulda-context!
@@ -306,4 +322,4 @@ DEPENDENCIES
306322
webpacker (~> 4.0)
307323

308324
BUNDLED WITH
309-
1.17.3
325+
2.1.4

gemfiles/rails_6_1.gemfile

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,37 @@
33
source "https://rubygems.org"
44

55
gem "appraisal"
6-
gem "bcrypt", "~> 3.1.7"
7-
gem "bootsnap", ">= 1.4.2", require: false
8-
gem "bundler", "~> 1.0"
6+
gem "bundler", "~> 2.0"
97
gem "byebug"
10-
gem "capybara", ">= 2.15"
11-
gem "jbuilder", "~> 2.7"
12-
gem "listen", ">= 3.0.5", "< 3.2"
138
gem "m"
149
gem "minitest"
15-
gem "minitest-reporters"
1610
gem "mocha"
17-
gem "pg", ">= 0.18", "< 2.0"
1811
gem "pry", "~> 0.12.0"
1912
gem "pry-byebug", "~> 3.6.0"
20-
gem "puma", "~> 5.0"
21-
gem "rails", "~> 6.1.3.2"
22-
gem "rails-controller-testing", ">= 1.0.4"
2313
gem "rake"
24-
gem "rubocop", "0.71.0"
25-
gem "sass-rails", ">= 6"
26-
gem "selenium-webdriver"
14+
gem "rubocop", require: false
15+
gem "rubocop-packaging", require: false
16+
gem "rubocop-rails", require: false
2717
gem "snowglobe", ">= 0.3.0"
18+
gem "test-unit"
19+
gem "warnings_logger"
20+
gem "sqlite3", "~> 1.4.0"
2821
gem "spring"
2922
gem "spring-commands-rspec"
30-
gem "spring-watcher-listen", "~> 2.0.0"
31-
gem "sqlite3", "~> 1.4.0"
32-
gem "test-unit"
23+
gem "minitest-reporters"
24+
gem "rails", "~> 6.1.3.2"
25+
gem "puma", "~> 5.0"
26+
gem "sass-rails", ">= 6"
3327
gem "turbolinks", "~> 5"
34-
gem "warnings_logger"
28+
gem "jbuilder", "~> 2.7"
29+
gem "bcrypt", "~> 3.1.7"
30+
gem "bootsnap", ">= 1.4.2", require: false
31+
gem "listen", ">= 3.0.5", "< 3.2"
32+
gem "spring-watcher-listen", "~> 2.0.0"
33+
gem "capybara", ">= 2.15"
34+
gem "selenium-webdriver"
3535
gem "webdrivers"
36+
gem "rails-controller-testing", ">= 1.0.4"
37+
gem "pg", ">= 0.18", "< 2.0"
3638

3739
gemspec path: "../"

0 commit comments

Comments
 (0)