Skip to content

Commit 1da2127

Browse files
committed
Updated Ruby and gems - ankane#5
1 parent 186bf11 commit 1da2127

File tree

3 files changed

+106
-103
lines changed

3 files changed

+106
-103
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:2.7.2-alpine3.11
1+
FROM ruby:2.7.3-alpine3.12
22

33
MAINTAINER Andrew Kane <andrew@chartkick.com>
44

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
gem "rails"
3+
gem "rails", "~> 6.0.0"
44
gem "blazer"
55
gem "puma"
66
gem "tzinfo-data"

Gemfile.lock

Lines changed: 104 additions & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -1,95 +1,94 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (6.0.3.4)
5-
actionpack (= 6.0.3.4)
4+
actioncable (6.0.3.7)
5+
actionpack (= 6.0.3.7)
66
nio4r (~> 2.0)
77
websocket-driver (>= 0.6.1)
8-
actionmailbox (6.0.3.4)
9-
actionpack (= 6.0.3.4)
10-
activejob (= 6.0.3.4)
11-
activerecord (= 6.0.3.4)
12-
activestorage (= 6.0.3.4)
13-
activesupport (= 6.0.3.4)
8+
actionmailbox (6.0.3.7)
9+
actionpack (= 6.0.3.7)
10+
activejob (= 6.0.3.7)
11+
activerecord (= 6.0.3.7)
12+
activestorage (= 6.0.3.7)
13+
activesupport (= 6.0.3.7)
1414
mail (>= 2.7.1)
15-
actionmailer (6.0.3.4)
16-
actionpack (= 6.0.3.4)
17-
actionview (= 6.0.3.4)
18-
activejob (= 6.0.3.4)
15+
actionmailer (6.0.3.7)
16+
actionpack (= 6.0.3.7)
17+
actionview (= 6.0.3.7)
18+
activejob (= 6.0.3.7)
1919
mail (~> 2.5, >= 2.5.4)
2020
rails-dom-testing (~> 2.0)
21-
actionpack (6.0.3.4)
22-
actionview (= 6.0.3.4)
23-
activesupport (= 6.0.3.4)
21+
actionpack (6.0.3.7)
22+
actionview (= 6.0.3.7)
23+
activesupport (= 6.0.3.7)
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.2.0)
28-
actiontext (6.0.3.4)
29-
actionpack (= 6.0.3.4)
30-
activerecord (= 6.0.3.4)
31-
activestorage (= 6.0.3.4)
32-
activesupport (= 6.0.3.4)
28+
actiontext (6.0.3.7)
29+
actionpack (= 6.0.3.7)
30+
activerecord (= 6.0.3.7)
31+
activestorage (= 6.0.3.7)
32+
activesupport (= 6.0.3.7)
3333
nokogiri (>= 1.8.5)
34-
actionview (6.0.3.4)
35-
activesupport (= 6.0.3.4)
34+
actionview (6.0.3.7)
35+
activesupport (= 6.0.3.7)
3636
builder (~> 3.1)
3737
erubi (~> 1.4)
3838
rails-dom-testing (~> 2.0)
3939
rails-html-sanitizer (~> 1.1, >= 1.2.0)
40-
activejob (6.0.3.4)
41-
activesupport (= 6.0.3.4)
40+
activejob (6.0.3.7)
41+
activesupport (= 6.0.3.7)
4242
globalid (>= 0.3.6)
43-
activemodel (6.0.3.4)
44-
activesupport (= 6.0.3.4)
45-
activerecord (6.0.3.4)
46-
activemodel (= 6.0.3.4)
47-
activesupport (= 6.0.3.4)
43+
activemodel (6.0.3.7)
44+
activesupport (= 6.0.3.7)
45+
activerecord (6.0.3.7)
46+
activemodel (= 6.0.3.7)
47+
activesupport (= 6.0.3.7)
4848
activerecord6-redshift-adapter (1.1.3)
4949
activerecord (~> 6.0, >= 6.0.0)
5050
pg (>= 0.18)
51-
activestorage (6.0.3.4)
52-
actionpack (= 6.0.3.4)
53-
activejob (= 6.0.3.4)
54-
activerecord (= 6.0.3.4)
55-
marcel (~> 0.3.1)
56-
activesupport (6.0.3.4)
51+
activestorage (6.0.3.7)
52+
actionpack (= 6.0.3.7)
53+
activejob (= 6.0.3.7)
54+
activerecord (= 6.0.3.7)
55+
marcel (~> 1.0.0)
56+
activesupport (6.0.3.7)
5757
concurrent-ruby (~> 1.0, >= 1.0.2)
5858
i18n (>= 0.7, < 2)
5959
minitest (~> 5.1)
6060
tzinfo (~> 1.1)
6161
zeitwerk (~> 2.2, >= 2.2.2)
6262
addressable (2.7.0)
6363
public_suffix (>= 2.0.2, < 5.0)
64-
aws-eventstream (1.1.0)
65-
aws-partitions (1.393.0)
66-
aws-sdk-athena (1.33.0)
67-
aws-sdk-core (~> 3, >= 3.109.0)
64+
aws-eventstream (1.1.1)
65+
aws-partitions (1.456.0)
66+
aws-sdk-athena (1.37.0)
67+
aws-sdk-core (~> 3, >= 3.112.0)
6868
aws-sigv4 (~> 1.1)
69-
aws-sdk-core (3.109.2)
69+
aws-sdk-core (3.114.0)
7070
aws-eventstream (~> 1, >= 1.0.2)
7171
aws-partitions (~> 1, >= 1.239.0)
7272
aws-sigv4 (~> 1.1)
7373
jmespath (~> 1.0)
74-
aws-sdk-glue (1.78.0)
75-
aws-sdk-core (~> 3, >= 3.109.0)
74+
aws-sdk-glue (1.87.0)
75+
aws-sdk-core (~> 3, >= 3.112.0)
7676
aws-sigv4 (~> 1.1)
77-
aws-sigv4 (1.2.2)
77+
aws-sigv4 (1.2.3)
7878
aws-eventstream (~> 1, >= 1.0.2)
7979
blazer (2.4.2)
8080
activerecord (>= 5)
8181
chartkick (>= 3.2)
8282
railties (>= 5)
8383
safely_block (>= 0.1.1)
84-
bson (4.11.1)
84+
bson (4.12.0)
8585
builder (3.2.4)
8686
cassandra-driver (3.2.5)
8787
ione (~> 1.2)
88-
chartkick (3.4.2)
88+
chartkick (4.0.4)
8989
concurrent-ruby (1.1.8)
9090
crass (1.0.6)
9191
declarative (0.0.20)
92-
declarative-option (0.1.0)
9392
drill-sergeant (0.1.3)
9493
elasticsearch (7.5.0)
9594
elasticsearch-api (= 7.5.0)
@@ -99,44 +98,47 @@ GEM
9998
elasticsearch-transport (7.5.0)
10099
faraday (>= 0.14, < 1)
101100
multi_json
102-
elasticsearch-xpack (7.10.0)
101+
elasticsearch-xpack (7.12.0)
103102
elasticsearch-api (>= 6)
104103
errbase (0.2.1)
105104
erubi (1.10.0)
106-
ethon (0.12.0)
107-
ffi (>= 1.3.0)
108-
faraday (0.17.3)
105+
ethon (0.14.0)
106+
ffi (>= 1.15.0)
107+
faraday (0.17.4)
109108
multipart-post (>= 1.2, < 3)
110-
faraday_middleware (0.14.0)
109+
faraday_middleware (0.12.2)
111110
faraday (>= 0.7.4, < 1.0)
112111
faraday_middleware-multi_json (0.0.6)
113112
faraday_middleware
114113
multi_json
115-
ffi (1.13.1)
114+
ffi (1.15.0)
116115
globalid (0.4.2)
117116
activesupport (>= 4.2.0)
118-
google-api-client (0.50.0)
117+
google-apis-bigquery_v2 (0.9.0)
118+
google-apis-core (~> 0.1)
119+
google-apis-core (0.3.0)
119120
addressable (~> 2.5, >= 2.5.1)
120-
googleauth (~> 0.9)
121+
googleauth (~> 0.14)
121122
httpclient (>= 2.8.1, < 3.0)
122123
mini_mime (~> 1.0)
123124
representable (~> 3.0)
124125
retriable (>= 2.0, < 4.0)
125126
rexml
126-
signet (~> 0.12)
127-
google-cloud-bigquery (1.25.0)
127+
signet (~> 0.14)
128+
webrick
129+
google-cloud-bigquery (1.31.0)
128130
concurrent-ruby (~> 1.0)
129-
google-api-client (~> 0.47)
131+
google-apis-bigquery_v2 (~> 0.1)
130132
google-cloud-core (~> 1.2)
131133
googleauth (~> 0.9)
132134
mini_mime (~> 1.0)
133-
google-cloud-core (1.5.0)
135+
google-cloud-core (1.6.0)
134136
google-cloud-env (~> 1.0)
135137
google-cloud-errors (~> 1.0)
136-
google-cloud-env (1.4.0)
138+
google-cloud-env (1.5.0)
137139
faraday (>= 0.17.3, < 2.0)
138-
google-cloud-errors (1.0.1)
139-
googleauth (0.14.0)
140+
google-cloud-errors (1.1.0)
141+
googleauth (0.16.2)
140142
faraday (>= 0.17.3, < 2.0)
141143
jwt (>= 1.4, < 3.0)
142144
memoist (~> 0.16)
@@ -147,29 +149,27 @@ GEM
147149
hexspace (0.1.1)
148150
thrift
149151
httpclient (2.8.3)
150-
i18n (1.8.8)
152+
i18n (1.8.10)
151153
concurrent-ruby (~> 1.0)
152154
ignite-client (0.1.1)
153155
ione (1.2.4)
154156
jmespath (1.4.0)
155-
json (2.3.1)
156-
jwt (2.2.2)
157-
loofah (2.9.0)
157+
json (2.5.1)
158+
jwt (2.2.3)
159+
loofah (2.9.1)
158160
crass (~> 1.0.2)
159161
nokogiri (>= 1.5.9)
160162
mail (2.7.1)
161163
mini_mime (>= 0.1.1)
162-
marcel (0.3.3)
163-
mimemagic (~> 0.3.2)
164+
marcel (1.0.1)
164165
memoist (0.16.2)
165166
method_source (1.0.0)
166-
mimemagic (0.3.5)
167-
mini_mime (1.0.2)
168-
mini_portile2 (2.5.0)
169-
minitest (5.14.3)
170-
mongo (2.13.1)
167+
mini_mime (1.1.0)
168+
mini_portile2 (2.5.1)
169+
minitest (5.14.4)
170+
mongo (2.14.0)
171171
bson (>= 4.8.2, < 5.0.0)
172-
msgpack (1.3.3)
172+
msgpack (1.4.2)
173173
multi_json (1.15.0)
174174
multipart-post (2.1.1)
175175
mysql2 (0.5.3)
@@ -184,63 +184,64 @@ GEM
184184
net_tcp_client (>= 2.0.1)
185185
typhoeus (>= 1.1.2)
186186
net_tcp_client (2.2.0)
187-
nio4r (2.5.4)
188-
nokogiri (1.11.1)
187+
nio4r (2.5.7)
188+
nokogiri (1.11.4)
189189
mini_portile2 (~> 2.5.0)
190190
racc (~> 1.4)
191191
os (1.1.1)
192192
pg (1.2.3)
193-
presto-client (0.6.3)
193+
presto-client (0.6.5)
194194
faraday (~> 0.12)
195+
faraday_middleware (~> 0.12.2)
195196
msgpack (>= 0.7.0)
196197
public_suffix (4.0.6)
197-
puma (5.0.4)
198+
puma (5.3.1)
198199
nio4r (~> 2.0)
199200
racc (1.5.2)
200201
rack (2.2.3)
201202
rack-test (1.1.0)
202203
rack (>= 1.0, < 3)
203-
rails (6.0.3.4)
204-
actioncable (= 6.0.3.4)
205-
actionmailbox (= 6.0.3.4)
206-
actionmailer (= 6.0.3.4)
207-
actionpack (= 6.0.3.4)
208-
actiontext (= 6.0.3.4)
209-
actionview (= 6.0.3.4)
210-
activejob (= 6.0.3.4)
211-
activemodel (= 6.0.3.4)
212-
activerecord (= 6.0.3.4)
213-
activestorage (= 6.0.3.4)
214-
activesupport (= 6.0.3.4)
204+
rails (6.0.3.7)
205+
actioncable (= 6.0.3.7)
206+
actionmailbox (= 6.0.3.7)
207+
actionmailer (= 6.0.3.7)
208+
actionpack (= 6.0.3.7)
209+
actiontext (= 6.0.3.7)
210+
actionview (= 6.0.3.7)
211+
activejob (= 6.0.3.7)
212+
activemodel (= 6.0.3.7)
213+
activerecord (= 6.0.3.7)
214+
activestorage (= 6.0.3.7)
215+
activesupport (= 6.0.3.7)
215216
bundler (>= 1.3.0)
216-
railties (= 6.0.3.4)
217+
railties (= 6.0.3.7)
217218
sprockets-rails (>= 2.0.0)
218219
rails-dom-testing (2.0.3)
219220
activesupport (>= 4.2.0)
220221
nokogiri (>= 1.6)
221222
rails-html-sanitizer (1.3.0)
222223
loofah (~> 2.3)
223-
railties (6.0.3.4)
224-
actionpack (= 6.0.3.4)
225-
activesupport (= 6.0.3.4)
224+
railties (6.0.3.7)
225+
actionpack (= 6.0.3.7)
226+
activesupport (= 6.0.3.7)
226227
method_source
227228
rake (>= 0.8.7)
228229
thor (>= 0.20.3, < 2.0)
229230
rake (13.0.3)
230-
representable (3.0.4)
231+
representable (3.1.1)
231232
declarative (< 0.1.0)
232-
declarative-option (< 0.2.0)
233+
trailblazer-option (>= 0.1.1, < 0.2.0)
233234
uber (< 0.2.0)
234-
restforce (5.0.3)
235+
restforce (5.0.5)
235236
faraday (>= 0.9.0, <= 2.0)
236237
faraday_middleware (>= 0.8.8, <= 2.0)
237238
hashie (>= 1.2.0, < 5.0)
238239
jwt (>= 1.5.6)
239240
retriable (3.1.2)
240-
rexml (3.2.4)
241+
rexml (3.2.5)
241242
safely_block (0.3.0)
242243
errbase (>= 0.1.1)
243-
signet (0.14.0)
244+
signet (0.15.0)
244245
addressable (~> 2.3)
245246
faraday (>= 0.17.3, < 2.0)
246247
jwt (>= 1.5, < 3.0)
@@ -255,14 +256,16 @@ GEM
255256
sqlite3 (1.4.2)
256257
thor (1.1.0)
257258
thread_safe (0.3.6)
258-
thrift (0.13.0)
259+
thrift (0.14.1)
260+
trailblazer-option (0.1.1)
259261
typhoeus (1.4.0)
260262
ethon (>= 0.9.0)
261263
tzinfo (1.2.9)
262264
thread_safe (~> 0.1)
263-
tzinfo-data (1.2020.4)
265+
tzinfo-data (1.2021.1)
264266
tzinfo (>= 1.0.0)
265267
uber (0.1.0)
268+
webrick (1.7.0)
266269
websocket-driver (0.7.3)
267270
websocket-extensions (>= 0.1.0)
268271
websocket-extensions (0.1.5)
@@ -289,7 +292,7 @@ DEPENDENCIES
289292
pg
290293
presto-client
291294
puma
292-
rails
295+
rails (~> 6.0.0)
293296
restforce
294297
sqlite3
295298
tzinfo-data

0 commit comments

Comments
 (0)