-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathGemfile
More file actions
47 lines (43 loc) · 895 Bytes
/
Gemfile
File metadata and controls
47 lines (43 loc) · 895 Bytes
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
39
40
41
42
43
44
45
46
47
# frozen_string_literal: true
ruby "3.2.2"
source "https://rubygems.org"
# Specify your gem's dependencies in easy_ml.gemspec
gemspec
gem "annotate"
gem "awesome_print"
gem "aws-sdk", "~> 3.1"
gem "historiographer", "~> 4.1.14"
gem "inertia_rails", require: false
gem "jsonapi-serializer"
gem "numpy", "~> 0.4.0"
gem "pg"
gem "rake", "~> 13.0"
gem "rubocop", "~> 1.21"
gem "resque"
gem "suo"
gem "wandb"
gem "xgb", "~> 0.9.0"
gem "date", "~> 3.4.1"
gem "resque-batched-job"
gem "resque-pool"
gem "zhong"
gem "rollbar"
gem "rdoc"
gem "langchainrb"
gem "ruby-openai"
gem "rumale"
gem "vite_rails"
gem "uri", "~> 1.0.3"
group :development, :test do
gem "combustion"
gem "database_cleaner-active_record"
gem "rspec", "~> 3.0"
gem "rspec-rails"
gem "resque_spec"
gem "spring"
gem "spring-commands-rspec"
gem "sprockets-rails"
gem "timecop"
gem "guard"
gem "guard-rspec"
end