File tree 4 files changed +4
-6
lines changed
4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
## 3.0.0 (unreleased)
2
2
3
3
- Updated Blazer to 3.0.0
4
+ - Added experimental support for ` linux/arm64 `
4
5
5
6
## 2.6.5 (2022-08-31)
6
7
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ WORKDIR $INSTALL_PATH
13
13
14
14
COPY . .
15
15
16
- RUN apk add --update build-base git libpq-dev mariadb-dev sqlite-dev libpq mariadb-connector-c sqlite-libs unixodbc && \
16
+ RUN apk add --update build-base gcompat git libpq-dev mariadb-dev libpq mariadb-connector-c unixodbc && \
17
17
gem install bundler && \
18
18
bundle install && \
19
19
bundle binstubs --all && \
20
20
bundle exec rake assets:precompile && \
21
- apk del build-base git libpq-dev mariadb-dev sqlite-dev && \
21
+ apk del build-base git libpq-dev mariadb-dev && \
22
22
rm -rf /var/cache/apk/*
23
23
24
24
ENV PORT 8080
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ gem "pg"
26
26
gem "presto-client"
27
27
gem "restforce"
28
28
# gem "odbc_adapter" # TODO add snowflake driver
29
- gem "sqlite3"
29
+ # gem "sqlite3"
30
30
# gem "tiny_tds"
31
31
# gem "activerecord-sqlserver-adapter"
32
32
Original file line number Diff line number Diff line change 279
279
actionpack (>= 5.2 )
280
280
activesupport (>= 5.2 )
281
281
sprockets (>= 3.0.0 )
282
- sqlite3 (1.6.6 )
283
- mini_portile2 (~> 2.8.0 )
284
282
thor (1.2.2 )
285
283
thrift (0.19.0 )
286
284
timeout (0.4.0 )
@@ -323,7 +321,6 @@ DEPENDENCIES
323
321
rails (~> 7.0.0 )
324
322
restforce
325
323
sprockets-rails
326
- sqlite3
327
324
trend
328
325
tzinfo-data
329
326
You can’t perform that action at this time.
0 commit comments