-
Notifications
You must be signed in to change notification settings - Fork 473
/
Copy pathGemfile
38 lines (34 loc) · 788 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
source "https://rubygems.org"
gemspec
gem "rake"
gem "minitest", ">= 5"
gem "combustion"
gem "rails", "~> 8.0.0"
gem "pg"
gem "propshaft"
# data sources
# gem "activerecord6-redshift-adapter"
# gem "aws-sdk-athena"
# gem "aws-sdk-glue"
# gem "cassandra-driver"
# gem "sorted_set"
# gem "drill-sergeant"
# gem "elasticsearch"
# gem "google-cloud-bigquery"
# gem "hexspace"
# gem "ignite-client"
# gem "influxdb"
# gem "mysql2"
# gem "neo4j-core"
# gem "odbc_adapter"
# gem "opensearch-ruby"
# gem "presto-client"
# gem "restforce"
# gem "sqlite3"
# gem "tiny_tds"
# gem "trilogy"
# gem "activerecord-sqlserver-adapter"
# anomaly detection and forecasting
gem "anomaly_detection" if ENV["TEST_ANOMALY_DETECTION"]
gem "prophet-rb" if ENV["TEST_PROPHET"]
gem "trend" if ENV["TEST_TREND"]