Skip to content

Commit b67c81e

Browse files
authored
Merge branch 'develop' into cache-improvements
2 parents 2bc4d65 + 06d8c7f commit b67c81e

62 files changed

Lines changed: 79 additions & 63 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.1
1+
2.7.1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.6.1
1+
FROM ruby:2.7.1
22

33
RUN apt-get update -qq && apt-get install -y build-essential
44

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22

33
ruby IO.read(File.expand_path('.ruby-version', __dir__)).chomp
44

5-
gem 'rails', '~> 5.2.4.2'
5+
gem 'rails', '~> 6.0.3.1'
66

77
gem 'puma'
88
gem 'uglifier', '>= 1.3.0'

Gemfile.lock

Lines changed: 76 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,63 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (5.2.4.2)
5-
actionpack (= 5.2.4.2)
4+
actioncable (6.0.3.1)
5+
actionpack (= 6.0.3.1)
66
nio4r (~> 2.0)
77
websocket-driver (>= 0.6.1)
8-
actionmailer (5.2.4.2)
9-
actionpack (= 5.2.4.2)
10-
actionview (= 5.2.4.2)
11-
activejob (= 5.2.4.2)
8+
actionmailbox (6.0.3.1)
9+
actionpack (= 6.0.3.1)
10+
activejob (= 6.0.3.1)
11+
activerecord (= 6.0.3.1)
12+
activestorage (= 6.0.3.1)
13+
activesupport (= 6.0.3.1)
14+
mail (>= 2.7.1)
15+
actionmailer (6.0.3.1)
16+
actionpack (= 6.0.3.1)
17+
actionview (= 6.0.3.1)
18+
activejob (= 6.0.3.1)
1219
mail (~> 2.5, >= 2.5.4)
1320
rails-dom-testing (~> 2.0)
14-
actionpack (5.2.4.2)
15-
actionview (= 5.2.4.2)
16-
activesupport (= 5.2.4.2)
21+
actionpack (6.0.3.1)
22+
actionview (= 6.0.3.1)
23+
activesupport (= 6.0.3.1)
1724
rack (~> 2.0, >= 2.0.8)
1825
rack-test (>= 0.6.3)
1926
rails-dom-testing (~> 2.0)
20-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
21-
actionview (5.2.4.2)
22-
activesupport (= 5.2.4.2)
27+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
28+
actiontext (6.0.3.1)
29+
actionpack (= 6.0.3.1)
30+
activerecord (= 6.0.3.1)
31+
activestorage (= 6.0.3.1)
32+
activesupport (= 6.0.3.1)
33+
nokogiri (>= 1.8.5)
34+
actionview (6.0.3.1)
35+
activesupport (= 6.0.3.1)
2336
builder (~> 3.1)
2437
erubi (~> 1.4)
2538
rails-dom-testing (~> 2.0)
26-
rails-html-sanitizer (~> 1.0, >= 1.0.3)
27-
activejob (5.2.4.2)
28-
activesupport (= 5.2.4.2)
39+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
40+
activejob (6.0.3.1)
41+
activesupport (= 6.0.3.1)
2942
globalid (>= 0.3.6)
30-
activemodel (5.2.4.2)
31-
activesupport (= 5.2.4.2)
32-
activerecord (5.2.4.2)
33-
activemodel (= 5.2.4.2)
34-
activesupport (= 5.2.4.2)
35-
arel (>= 9.0)
36-
activestorage (5.2.4.2)
37-
actionpack (= 5.2.4.2)
38-
activerecord (= 5.2.4.2)
43+
activemodel (6.0.3.1)
44+
activesupport (= 6.0.3.1)
45+
activerecord (6.0.3.1)
46+
activemodel (= 6.0.3.1)
47+
activesupport (= 6.0.3.1)
48+
activestorage (6.0.3.1)
49+
actionpack (= 6.0.3.1)
50+
activejob (= 6.0.3.1)
51+
activerecord (= 6.0.3.1)
3952
marcel (~> 0.3.1)
40-
activesupport (5.2.4.2)
53+
activesupport (6.0.3.1)
4154
concurrent-ruby (~> 1.0, >= 1.0.2)
4255
i18n (>= 0.7, < 2)
4356
minitest (~> 5.1)
4457
tzinfo (~> 1.1)
58+
zeitwerk (~> 2.2, >= 2.2.2)
4559
ansi (1.5.0)
46-
arel (9.0.0)
47-
better_errors (2.7.0)
60+
better_errors (2.7.1)
4861
coderay (>= 1.0.0)
4962
erubi (>= 1.0.0)
5063
rack (>= 0.9.0)
@@ -55,7 +68,7 @@ GEM
5568
builder (3.2.4)
5669
codeclimate-test-reporter (0.6.0)
5770
simplecov (>= 0.7.1, < 1.0.0)
58-
coderay (1.1.2)
71+
coderay (1.1.3)
5972
concurrent-ruby (1.1.6)
6073
crass (1.0.6)
6174
debug_inspector (0.0.3)
@@ -66,7 +79,7 @@ GEM
6679
railties (>= 3.2, < 6.1)
6780
erubi (1.9.0)
6881
execjs (2.7.0)
69-
ffi (1.12.2)
82+
ffi (1.13.1)
7083
font-awesome-rails (4.7.0.5)
7184
railties (>= 3.2, < 6.1)
7285
formatador (0.2.5)
@@ -85,12 +98,12 @@ GEM
8598
guard-minitest (2.4.6)
8699
guard-compat (~> 1.2)
87100
minitest (>= 3.0)
88-
httparty (0.18.0)
101+
httparty (0.18.1)
89102
mime-types (~> 3.0)
90103
multi_xml (>= 0.5.2)
91-
i18n (1.8.2)
104+
i18n (1.8.3)
92105
concurrent-ruby (~> 1.0)
93-
jquery-rails (4.3.5)
106+
jquery-rails (4.4.0)
94107
rails-dom-testing (>= 1, < 3)
95108
railties (>= 4.2.0)
96109
thor (>= 0.14, < 2.0)
@@ -100,19 +113,19 @@ GEM
100113
loofah (2.5.0)
101114
crass (~> 1.0.2)
102115
nokogiri (>= 1.5.9)
103-
lumberjack (1.2.4)
116+
lumberjack (1.2.5)
104117
mail (2.7.1)
105118
mini_mime (>= 0.1.1)
106119
marcel (0.3.3)
107120
mimemagic (~> 0.3.2)
108121
method_source (1.0.0)
109122
mime-types (3.3.1)
110123
mime-types-data (~> 3.2015)
111-
mime-types-data (3.2019.1009)
112-
mimemagic (0.3.4)
124+
mime-types-data (3.2020.0512)
125+
mimemagic (0.3.5)
113126
mini_mime (1.0.2)
114127
mini_portile2 (2.4.0)
115-
minitest (5.14.0)
128+
minitest (5.14.1)
116129
minitest-reporters (1.4.2)
117130
ansi
118131
builder
@@ -131,23 +144,25 @@ GEM
131144
pry (0.13.1)
132145
coderay (~> 1.1)
133146
method_source (~> 1.0)
134-
puma (4.3.3)
147+
puma (4.3.5)
135148
nio4r (~> 2.0)
136149
rack (2.2.2)
137150
rack-test (1.1.0)
138151
rack (>= 1.0, < 3)
139-
rails (5.2.4.2)
140-
actioncable (= 5.2.4.2)
141-
actionmailer (= 5.2.4.2)
142-
actionpack (= 5.2.4.2)
143-
actionview (= 5.2.4.2)
144-
activejob (= 5.2.4.2)
145-
activemodel (= 5.2.4.2)
146-
activerecord (= 5.2.4.2)
147-
activestorage (= 5.2.4.2)
148-
activesupport (= 5.2.4.2)
152+
rails (6.0.3.1)
153+
actioncable (= 6.0.3.1)
154+
actionmailbox (= 6.0.3.1)
155+
actionmailer (= 6.0.3.1)
156+
actionpack (= 6.0.3.1)
157+
actiontext (= 6.0.3.1)
158+
actionview (= 6.0.3.1)
159+
activejob (= 6.0.3.1)
160+
activemodel (= 6.0.3.1)
161+
activerecord (= 6.0.3.1)
162+
activestorage (= 6.0.3.1)
163+
activesupport (= 6.0.3.1)
149164
bundler (>= 1.3.0)
150-
railties (= 5.2.4.2)
165+
railties (= 6.0.3.1)
151166
sprockets-rails (>= 2.0.0)
152167
rails-controller-testing (1.0.4)
153168
actionpack (>= 5.0.1.x)
@@ -163,17 +178,17 @@ GEM
163178
rails_stdout_logging
164179
rails_serve_static_assets (0.0.5)
165180
rails_stdout_logging (0.0.5)
166-
railties (5.2.4.2)
167-
actionpack (= 5.2.4.2)
168-
activesupport (= 5.2.4.2)
181+
railties (6.0.3.1)
182+
actionpack (= 6.0.3.1)
183+
activesupport (= 6.0.3.1)
169184
method_source
170185
rake (>= 0.8.7)
171-
thor (>= 0.19.0, < 2.0)
186+
thor (>= 0.20.3, < 2.0)
172187
rake (13.0.1)
173-
rb-fsevent (0.10.3)
188+
rb-fsevent (0.10.4)
174189
rb-inotify (0.10.1)
175190
ffi (~> 1.0)
176-
rollbar (2.25.0)
191+
rollbar (2.25.1)
177192
ruby-progressbar (1.10.1)
178193
sass (3.7.4)
179194
sass-listen (~> 4.0.0)
@@ -208,7 +223,7 @@ GEM
208223
actionpack (>= 4.0)
209224
activesupport (>= 4.0)
210225
sprockets (>= 3.0.0)
211-
test-unit (3.3.5)
226+
test-unit (3.3.6)
212227
power_assert
213228
thor (1.0.1)
214229
thread_safe (0.3.6)
@@ -218,9 +233,10 @@ GEM
218233
uglifier (4.2.0)
219234
execjs (>= 0.3.0, < 3)
220235
valid_attribute (2.0.0)
221-
websocket-driver (0.7.1)
236+
websocket-driver (0.7.2)
222237
websocket-extensions (>= 0.1.0)
223-
websocket-extensions (0.1.4)
238+
websocket-extensions (0.1.5)
239+
zeitwerk (2.3.0)
224240

225241
PLATFORMS
226242
ruby
@@ -238,7 +254,7 @@ DEPENDENCIES
238254
jquery-rails (~> 4.3)
239255
minitest-reporters
240256
puma
241-
rails (~> 5.2.4.2)
257+
rails (~> 6.0.3.1)
242258
rails-controller-testing
243259
rails_12factor
244260
rollbar (~> 2.8)
@@ -251,7 +267,7 @@ DEPENDENCIES
251267
valid_attribute
252268

253269
RUBY VERSION
254-
ruby 2.6.1p33
270+
ruby 2.7.1p83
255271

256272
BUNDLED WITH
257-
1.17.2
273+
2.1.4
-40.5 KB
Binary file not shown.
41.5 KB
Binary file not shown.
20.5 KB
Binary file not shown.
-28.5 KB
Binary file not shown.
30 KB
Binary file not shown.
-208 KB
Binary file not shown.

0 commit comments

Comments
 (0)