-
Notifications
You must be signed in to change notification settings - Fork 2
/
Gemfile
207 lines (158 loc) · 4.38 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
# frozen_string_literal: true
source 'https://rubygems.org'
gem 'aasm'
gem 'activejob-status'
gem 'activerecord-nulldb-adapter'
gem 'ancestry'
gem 'api-pagination'
gem 'caxlsx'
gem 'backup'
gem 'barby'
gem 'bcrypt_pbkdf'
gem 'bibtex-ruby'
gem 'bootsnap'
gem 'bootstrap-sass'
gem 'charlock_holmes'
gem 'closure_tree'
gem 'countries'
gem 'delayed_cron_job'
gem 'delayed_job_active_record'
gem 'activejob_dj_overrides'
gem 'devise'
gem 'dotenv-rails', require: 'dotenv/rails-now'
gem 'ed25519'
gem 'faker', require: false
gem 'faraday'
gem 'faraday-follow_redirects'
gem 'faraday-multipart'
gem 'font-awesome-rails'
gem 'fugit'
gem 'fun_sftp', git: 'https://github.com/fl9/fun_sftp.git', branch: 'allow-port-option'
gem 'fx'
gem 'grape'
gem 'grape-entity'
gem 'grape-kaminari'
gem 'grape-swagger'
gem 'grape-swagger-entity'
gem 'grape-swagger-rails'
gem 'graphql'
gem 'haml-rails'
gem 'hashie-forbidden_attributes'
gem 'httparty'
gem 'image_processing', '~> 1.8'
gem 'inchi-gem', '1.06.1', git: 'https://github.com/ComPlat/inchi-gem.git', branch: 'main'
gem 'jquery-rails' # must be in, otherwise the views lack jquery, even though the gem is supplied by ketcher-rails
gem 'jwt'
gem 'kaminari'
gem 'kaminari-grape'
gem 'ketcherails', git: 'https://github.com/complat/ketcher-rails.git', branch: 'upgrade-to-rails-6'
gem 'labimotion', '1.4.0.1'
gem 'mimemagic', '0.3.10'
gem 'mime-types'
# locked to enforce latest version of net-scp. without lock net-ssh would be updated first which locks
# out newer net-scp versions
gem 'net-scp', '3.0.0'
gem 'net-sftp'
gem 'net-ssh'
gem 'nokogiri'
gem 'omniauth', '~> 1.9.1'
gem 'omniauth-github', '~> 1.4.0'
gem 'omniauth-oauth2', '~> 1.7', '>= 1.7.2'
gem 'omniauth_openid_connect'
gem 'omniauth-orcid', git: 'https://github.com/datacite/omniauth-orcid'
gem 'omniauth-shibboleth'
gem 'openbabel', '2.4.90.3', git: 'https://github.com/ptrxyz/openbabel-gem.git', branch: 'ptrxyz-ctime-fix'
gem 'pandoc-ruby'
gem 'paranoia'
gem 'pg'
gem 'pg_search'
gem 'prawn'
gem 'prawn-svg'
gem 'puma', '< 6.0.0'
gem 'pundit'
gem 'rack'
gem 'rack-cors', require: 'rack/cors'
gem 'rails', '~> 6.1.7.7'
gem 'rdkit_chem', git: 'https://github.com/ptrxyz/rdkit_chem.git', branch: 'pk01'
gem 'rinchi-gem', '1.0.2', git: 'https://github.com/ComPlat/rinchi-gem.git', branch: 'main'
gem 'rmagick'
gem 'roo'
gem 'rqrcode' # required for Barby to work but not listed as its dependency -_-
gem 'rtf'
gem 'ruby-geometry', require: 'geometry'
gem 'ruby-mailchecker'
gem 'ruby-ole'
gem 'sablon', git: 'https://github.com/ComPlat/sablon'
gem 'sassc-rails'
gem 'scenic'
gem 'schmooze'
gem 'semacode', git: 'https://github.com/toretore/semacode.git', branch: 'master' # required for Barby but not listed...
gem 'sentry-delayed_job'
gem 'sentry-rails'
gem 'sentry-ruby'
gem 'shrine', '~> 3.0'
gem 'sys-filesystem'
gem 'thor'
gem 'thumbnailer', git: 'https://github.com/merlin-p/thumbnailer.git'
gem 'turbo-sprockets-rails4'
gem 'tzinfo-data'
gem 'webpacker', git: 'https://github.com/rails/webpacker', branch: 'master'
gem 'whenever', require: false
gem 'yaml_db'
gem 'moneta'
gem 'icalendar'
group :development do
gem 'better_errors' # allows to debug exception on backend from browser
gem 'capistrano'
gem 'capistrano-bundler'
gem 'capistrano-npm'
gem 'capistrano-nvm', require: false
gem 'capistrano-rails'
gem 'capistrano-rvm'
gem 'capistrano-yarn'
gem 'fast_stack' # For Ruby MRI 2.0
gem 'flamegraph'
gem 'memory_profiler'
# gem 'rack-mini-profiler', git: 'https://github.com/MiniProfiler/rack-mini-profiler'
gem 'stackprof' # For Ruby MRI 2.1+
gem 'web-console'
end
group :vscode do
gem 'debase'
gem 'ruby-debug-ide'
gem 'solargraph'
end
group :development, :test do
gem 'annotate'
gem 'awesome_print'
gem 'binding_of_caller'
gem 'bullet'
gem 'byebug'
gem 'chronic'
gem 'listen'
gem 'meta_request'
gem 'pry-byebug'
gem 'pry-rails'
gem 'rubocop', require: false
gem 'rubocop-performance', require: false
gem 'rubocop-rails', require: false
gem 'rubocop-rspec', require: false
gem 'rspec'
gem 'rspec-rails'
gem 'ruby_jard'
gem 'spring'
end
group :test do
gem 'capybara'
gem 'cypress-on-rails'
gem 'database_cleaner'
gem 'database_cleaner-active_record'
gem 'factory_bot_rails'
gem 'launchy'
gem 'rspec-repeat'
gem 'shoulda-matchers'
gem 'simplecov', require: false
gem 'simplecov-lcov', require: false
gem 'webdrivers'
gem 'webmock'
end