Skip to content

Commit fcb178f

Browse files
authored
Merge pull request #2817 from TracksApp/version_bumps
Bump all kinds of dependencies
2 parents ac54c0f + 4ab8837 commit fcb178f

File tree

3 files changed

+74
-71
lines changed

3 files changed

+74
-71
lines changed

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'coffee-rails', '~> 5.0.0'
88
gem 'jquery-rails', '~> 4.5'
99
gem 'jquery-ui-rails', '~>6.0.1'
1010

11-
gem 'rails', '~> 6.0.4'
11+
gem 'rails', '~> 6.0.0'
1212
gem 'sassc-rails', '~> 2.1.2'
1313

1414
gem 'bootstrap-sass', '3.4.1'
@@ -37,7 +37,7 @@ gem 'mysql2', '~> 0.5.4', group: :mysql
3737
gem 'pg', '~> 1.4.3', group: :postgresql
3838

3939
group :development do
40-
gem 'spring'
40+
gem 'spring', '~> 3'
4141
gem 'yard'
4242

4343
gem 'tolk', '~> 4.3.0'
@@ -59,7 +59,7 @@ group :test do
5959

6060
# get test coverage info on codeclimate
6161
gem 'codeclimate-test-reporter', '1.0.7', group: :test, require: nil
62-
gem 'database_cleaner'
62+
gem 'database_cleaner', '~> 1'
6363
gem 'factory_bot_rails'
6464
gem 'minitest-stub-const'
6565
gem 'mocha', :require => false

Gemfile.lock

Lines changed: 68 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -4,63 +4,63 @@ GEM
44
RedCloth (4.3.2)
55
aasm (5.3.0)
66
concurrent-ruby (~> 1.0)
7-
actioncable (6.0.4.7)
8-
actionpack (= 6.0.4.7)
7+
actioncable (6.0.5.1)
8+
actionpack (= 6.0.5.1)
99
nio4r (~> 2.0)
1010
websocket-driver (>= 0.6.1)
11-
actionmailbox (6.0.4.7)
12-
actionpack (= 6.0.4.7)
13-
activejob (= 6.0.4.7)
14-
activerecord (= 6.0.4.7)
15-
activestorage (= 6.0.4.7)
16-
activesupport (= 6.0.4.7)
11+
actionmailbox (6.0.5.1)
12+
actionpack (= 6.0.5.1)
13+
activejob (= 6.0.5.1)
14+
activerecord (= 6.0.5.1)
15+
activestorage (= 6.0.5.1)
16+
activesupport (= 6.0.5.1)
1717
mail (>= 2.7.1)
18-
actionmailer (6.0.4.7)
19-
actionpack (= 6.0.4.7)
20-
actionview (= 6.0.4.7)
21-
activejob (= 6.0.4.7)
18+
actionmailer (6.0.5.1)
19+
actionpack (= 6.0.5.1)
20+
actionview (= 6.0.5.1)
21+
activejob (= 6.0.5.1)
2222
mail (~> 2.5, >= 2.5.4)
2323
rails-dom-testing (~> 2.0)
24-
actionpack (6.0.4.7)
25-
actionview (= 6.0.4.7)
26-
activesupport (= 6.0.4.7)
24+
actionpack (6.0.5.1)
25+
actionview (= 6.0.5.1)
26+
activesupport (= 6.0.5.1)
2727
rack (~> 2.0, >= 2.0.8)
2828
rack-test (>= 0.6.3)
2929
rails-dom-testing (~> 2.0)
3030
rails-html-sanitizer (~> 1.0, >= 1.2.0)
3131
actionpack-xml_parser (2.0.1)
3232
actionpack (>= 5.0)
3333
railties (>= 5.0)
34-
actiontext (6.0.4.7)
35-
actionpack (= 6.0.4.7)
36-
activerecord (= 6.0.4.7)
37-
activestorage (= 6.0.4.7)
38-
activesupport (= 6.0.4.7)
34+
actiontext (6.0.5.1)
35+
actionpack (= 6.0.5.1)
36+
activerecord (= 6.0.5.1)
37+
activestorage (= 6.0.5.1)
38+
activesupport (= 6.0.5.1)
3939
nokogiri (>= 1.8.5)
40-
actionview (6.0.4.7)
41-
activesupport (= 6.0.4.7)
40+
actionview (6.0.5.1)
41+
activesupport (= 6.0.5.1)
4242
builder (~> 3.1)
4343
erubi (~> 1.4)
4444
rails-dom-testing (~> 2.0)
4545
rails-html-sanitizer (~> 1.1, >= 1.2.0)
46-
activejob (6.0.4.7)
47-
activesupport (= 6.0.4.7)
46+
activejob (6.0.5.1)
47+
activesupport (= 6.0.5.1)
4848
globalid (>= 0.3.6)
49-
activemodel (6.0.4.7)
50-
activesupport (= 6.0.4.7)
49+
activemodel (6.0.5.1)
50+
activesupport (= 6.0.5.1)
5151
activemodel-serializers-xml (1.0.2)
5252
activemodel (> 5.x)
5353
activesupport (> 5.x)
5454
builder (~> 3.1)
55-
activerecord (6.0.4.7)
56-
activemodel (= 6.0.4.7)
57-
activesupport (= 6.0.4.7)
58-
activestorage (6.0.4.7)
59-
actionpack (= 6.0.4.7)
60-
activejob (= 6.0.4.7)
61-
activerecord (= 6.0.4.7)
62-
marcel (~> 1.0.0)
63-
activesupport (6.0.4.7)
55+
activerecord (6.0.5.1)
56+
activemodel (= 6.0.5.1)
57+
activesupport (= 6.0.5.1)
58+
activestorage (6.0.5.1)
59+
actionpack (= 6.0.5.1)
60+
activejob (= 6.0.5.1)
61+
activerecord (= 6.0.5.1)
62+
marcel (~> 1.0)
63+
activesupport (6.0.5.1)
6464
concurrent-ruby (~> 1.0, >= 1.0.2)
6565
i18n (>= 0.7, < 2)
6666
minitest (~> 5.1)
@@ -69,8 +69,8 @@ GEM
6969
acts_as_list (1.0.4)
7070
activerecord (>= 4.2)
7171
ast (2.4.2)
72-
autoprefixer-rails (10.1.0.0)
73-
execjs
72+
autoprefixer-rails (10.4.7.0)
73+
execjs (~> 2)
7474
backport (1.2.0)
7575
bcrypt (3.1.18)
7676
benchmark (0.2.0)
@@ -86,7 +86,7 @@ GEM
8686
autoprefixer-rails (>= 5.2.1)
8787
sassc (>= 2.0.0)
8888
builder (3.2.4)
89-
bullet (7.0.2)
89+
bullet (7.0.3)
9090
activesupport (>= 3.0.0)
9191
uniform_notifier (~> 1.11)
9292
byebug (11.1.3)
@@ -102,13 +102,13 @@ GEM
102102
coffee-script-source (1.12.2)
103103
concurrent-ruby (1.1.10)
104104
crass (1.0.6)
105-
database_cleaner (1.8.5)
105+
database_cleaner (1.99.0)
106106
diff-lcs (1.5.0)
107-
docile (1.3.4)
107+
docile (1.4.0)
108108
e2mmap (0.1.0)
109-
erubi (1.10.0)
110-
execjs (2.7.0)
111-
factory_bot (6.2.0)
109+
erubi (1.11.0)
110+
execjs (2.8.1)
111+
factory_bot (6.2.1)
112112
activesupport (>= 5.0.0)
113113
factory_bot_rails (6.2.0)
114114
factory_bot (~> 6.2.0)
@@ -188,20 +188,20 @@ GEM
188188
rack (>= 1.2.0)
189189
rack-test (2.0.2)
190190
rack (>= 1.3)
191-
rails (6.0.4.7)
192-
actioncable (= 6.0.4.7)
193-
actionmailbox (= 6.0.4.7)
194-
actionmailer (= 6.0.4.7)
195-
actionpack (= 6.0.4.7)
196-
actiontext (= 6.0.4.7)
197-
actionview (= 6.0.4.7)
198-
activejob (= 6.0.4.7)
199-
activemodel (= 6.0.4.7)
200-
activerecord (= 6.0.4.7)
201-
activestorage (= 6.0.4.7)
202-
activesupport (= 6.0.4.7)
191+
rails (6.0.5.1)
192+
actioncable (= 6.0.5.1)
193+
actionmailbox (= 6.0.5.1)
194+
actionmailer (= 6.0.5.1)
195+
actionpack (= 6.0.5.1)
196+
actiontext (= 6.0.5.1)
197+
actionview (= 6.0.5.1)
198+
activejob (= 6.0.5.1)
199+
activemodel (= 6.0.5.1)
200+
activerecord (= 6.0.5.1)
201+
activestorage (= 6.0.5.1)
202+
activesupport (= 6.0.5.1)
203203
bundler (>= 1.3.0)
204-
railties (= 6.0.4.7)
204+
railties (= 6.0.5.1)
205205
sprockets-rails (>= 2.0.0)
206206
rails-controller-testing (1.0.5)
207207
actionpack (>= 5.0.1.rc1)
@@ -217,15 +217,15 @@ GEM
217217
railties (>= 6.0.0, < 8)
218218
rails_autolink (1.1.6)
219219
rails (> 3.1)
220-
railties (6.0.4.7)
221-
actionpack (= 6.0.4.7)
222-
activesupport (= 6.0.4.7)
220+
railties (6.0.5.1)
221+
actionpack (= 6.0.5.1)
222+
activesupport (= 6.0.5.1)
223223
method_source
224224
rake (>= 0.8.7)
225225
thor (>= 0.20.3, < 2.0)
226226
rainbow (3.1.1)
227227
rake (13.0.6)
228-
rb-fsevent (0.11.0)
228+
rb-fsevent (0.11.1)
229229
rb-inotify (0.10.1)
230230
ffi (~> 1.0)
231231
ref (2.0.0)
@@ -237,14 +237,14 @@ GEM
237237
diff-lcs (>= 1.2.0, < 2.0)
238238
rspec-support (~> 3.11.0)
239239
rspec-support (3.11.0)
240-
rubocop (1.34.1)
240+
rubocop (1.35.0)
241241
json (~> 2.3)
242242
parallel (~> 1.10)
243243
parser (>= 3.1.2.1)
244244
rainbow (>= 2.2.2, < 4.0)
245245
regexp_parser (>= 1.8, < 3.0)
246246
rexml (>= 3.2.5, < 4.0)
247-
rubocop-ast (>= 1.20.0, < 2.0)
247+
rubocop-ast (>= 1.20.1, < 2.0)
248248
ruby-progressbar (~> 1.7)
249249
unicode-display_width (>= 1.4.0, < 3.0)
250250
rubocop-ast (1.21.0)
@@ -267,7 +267,7 @@ GEM
267267
simplecov-html (~> 0.11)
268268
simplecov_json_formatter (~> 0.1)
269269
simplecov-html (0.12.3)
270-
simplecov_json_formatter (0.1.2)
270+
simplecov_json_formatter (0.1.4)
271271
smart_properties (1.17.0)
272272
solargraph (0.45.0)
273273
backport (~> 1.2)
@@ -285,7 +285,7 @@ GEM
285285
tilt (~> 2.0)
286286
yard (~> 0.9, >= 0.9.24)
287287
spring (3.1.1)
288-
sprockets (4.0.3)
288+
sprockets (4.1.1)
289289
concurrent-ruby (~> 1.0)
290290
rack (> 1, < 3)
291291
sprockets-rails (3.4.2)
@@ -340,7 +340,7 @@ DEPENDENCIES
340340
byebug
341341
codeclimate-test-reporter (= 1.0.7)
342342
coffee-rails (~> 5.0.0)
343-
database_cleaner
343+
database_cleaner (~> 1)
344344
factory_bot_rails
345345
font-awesome-sass (~> 6.1.2)
346346
htmlentities
@@ -355,7 +355,7 @@ DEPENDENCIES
355355
pg (~> 1.4.3)
356356
puma (~> 5.6)
357357
rack-mini-profiler
358-
rails (~> 6.0.4)
358+
rails (~> 6.0.0)
359359
rails-controller-testing
360360
rails-dom-testing (~> 2.0.0)
361361
rails_autolink
@@ -365,7 +365,7 @@ DEPENDENCIES
365365
sassc-rails (~> 2.1.2)
366366
simplecov
367367
solargraph
368-
spring
368+
spring (~> 3)
369369
sqlite3
370370
therubyracer
371371
tolk (~> 4.3.0)
@@ -375,4 +375,4 @@ DEPENDENCIES
375375
yard
376376

377377
BUNDLED WITH
378-
2.2.22
378+
2.2.33

test/integration/locale_test.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ def test_locale_index
1717
assert_response :success
1818
assert_template "todos/index"
1919
end
20+
21+
# Finally log in as normal admin user to prevent other tests from failing to the non-English locale.
22+
logs_in_as(users(:admin_user), 'abracadabra')
2023
end
2124

2225
end

0 commit comments

Comments
 (0)