Skip to content

Commit f07394e

Browse files
committed
add missing gems, disable old stuff
1 parent d105dec commit f07394e

File tree

5 files changed

+61
-6
lines changed

5 files changed

+61
-6
lines changed

Gemfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ source "https://rubygems.org"
44

55
ruby File.read(".ruby-version").strip
66

7-
gem 'active_record_extended', "~> 3.0"
7+
gem "active_record_extended", "~> 3.0"
88
gem "amazing_print", "~> 1.4", require: false
99
gem "aws-sdk-s3", "~> 1.8"
1010
gem "baseline", github: "manuelmeurer/baseline"
1111
gem "bootsnap", "~> 1.13", require: false
1212
gem "bootstrap", "~> 5.2"
13+
gem "cloudflare", "~> 4.3"
1314
gem "envkey", "~> 1.0"
15+
gem "git", "~> 1.12"
1416
gem "haml", "~> 6.0"
1517
gem "hiredis", "~> 0.6"
1618
gem "importmap-rails", "~> 1.1"
@@ -25,7 +27,9 @@ gem "rails_bootstrap_navbar", "~> 3.0"
2527
gem "rails", "~> 7.0.4"
2628
gem "redis-namespace", "~> 1.9"
2729
gem "redis", "~> 4.0"
30+
gem "rubyzip", "~> 2.3"
2831
gem "sassc-rails", "~> 2.1"
32+
gem "sdoc", "~> 2.4"
2933
gem "sentry-rails", "~> 5.5"
3034
gem "sentry-sidekiq", "~> 5.5"
3135
gem "sidekiq-scheduler", "~> 4.0"

Gemfile.lock

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,33 @@ GEM
7777
i18n (>= 1.6, < 2)
7878
minitest (>= 5.1)
7979
tzinfo (~> 2.0)
80+
addressable (2.8.1)
81+
public_suffix (>= 2.0.2, < 6.0)
8082
amazing_print (1.4.0)
8183
annotate (3.2.0)
8284
activerecord (>= 3.2, < 8.0)
8385
rake (>= 10.4, < 14.0)
8486
ar_outer_joins (0.2.0)
8587
activerecord (>= 3.2)
88+
async (2.2.1)
89+
console (~> 1.10)
90+
io-event (~> 1.1.0)
91+
timers (~> 4.1)
92+
async-http (0.59.3)
93+
async (>= 1.25)
94+
async-io (>= 1.28)
95+
async-pool (>= 0.2)
96+
protocol-http (~> 0.23.1)
97+
protocol-http1 (~> 0.14.0)
98+
protocol-http2 (~> 0.14.0)
99+
traces (>= 0.8.0)
100+
async-io (1.34.0)
101+
async
102+
async-pool (0.3.12)
103+
async (>= 1.25)
104+
async-rest (0.12.4)
105+
async-http (~> 0.42)
106+
protocol-http (~> 0.7)
86107
autoprefixer-rails (10.4.7.0)
87108
execjs (~> 2)
88109
aws-eventstream (1.2.0)
@@ -116,9 +137,13 @@ GEM
116137
bootstrap-navbar (3.2.1)
117138
gem_config (~> 0.3)
118139
builder (3.2.4)
140+
cloudflare (4.3.0)
141+
async-rest (~> 0.12.3)
119142
coderay (1.1.3)
120143
concurrent-ruby (1.1.10)
121144
connection_pool (2.3.0)
145+
console (1.16.2)
146+
fiber-local
122147
crass (1.0.6)
123148
database_consistency (1.3.6)
124149
activerecord (>= 3.2)
@@ -134,10 +159,14 @@ GEM
134159
tzinfo
135160
execjs (2.8.1)
136161
ffi (1.15.5)
162+
fiber-local (1.0.0)
137163
fugit (1.7.2)
138164
et-orbi (~> 1, >= 1.2.7)
139165
raabro (~> 1.4)
140166
gem_config (0.3.2)
167+
git (1.12.0)
168+
addressable (~> 2.8)
169+
rchardet (~> 1.8)
141170
globalid (1.0.0)
142171
activesupport (>= 5.0)
143172
haml (6.0.10)
@@ -150,6 +179,7 @@ GEM
150179
importmap-rails (1.1.5)
151180
actionpack (>= 6.0.0)
152181
railties (>= 6.0.0)
182+
io-event (1.1.2)
153183
jmespath (1.6.1)
154184
json (2.6.2)
155185
kredis (1.3.0)
@@ -189,9 +219,19 @@ GEM
189219
postmark-rails (0.22.1)
190220
actionmailer (>= 3.0.0)
191221
postmark (>= 1.21.3, < 2.0)
222+
protocol-hpack (1.4.2)
223+
protocol-http (0.23.12)
224+
protocol-http1 (0.14.6)
225+
protocol-http (~> 0.22)
226+
protocol-http2 (0.14.2)
227+
protocol-hpack (~> 1.4)
228+
protocol-http (~> 0.18)
192229
pry (0.14.1)
193230
coderay (~> 1.1)
194231
method_source (~> 1.0)
232+
psych (4.0.6)
233+
stringio
234+
public_suffix (5.0.0)
195235
puma (6.0.0)
196236
nio4r (~> 2.0)
197237
raabro (1.4.0)
@@ -231,9 +271,13 @@ GEM
231271
thor (~> 1.0)
232272
zeitwerk (~> 2.5)
233273
rake (13.0.6)
274+
rchardet (1.8.0)
275+
rdoc (6.4.0)
276+
psych (>= 4.0.0)
234277
redis (4.8.0)
235278
redis-namespace (1.9.0)
236279
redis (>= 4)
280+
rubyzip (2.3.2)
237281
rufus-scheduler (3.8.2)
238282
fugit (~> 1.1, >= 1.1.6)
239283
sassc (2.4.0)
@@ -244,6 +288,8 @@ GEM
244288
sprockets (> 3.0)
245289
sprockets-rails
246290
tilt
291+
sdoc (2.4.0)
292+
rdoc (>= 5.0)
247293
sentry-rails (5.6.0)
248294
railties (>= 5.0)
249295
sentry-ruby (~> 5.6.0)
@@ -272,10 +318,13 @@ GEM
272318
sprockets (>= 3.0.0)
273319
stimulus-rails (1.1.1)
274320
railties (>= 6.0.0)
321+
stringio (3.0.2)
275322
temple (0.9.1)
276323
thor (1.2.1)
277324
tilt (2.0.11)
278325
timeout (0.3.0)
326+
timers (4.3.5)
327+
traces (0.8.0)
279328
tries (0.4.0)
280329
gem_config (~> 0.2)
281330
turbo-rails (1.3.2)
@@ -303,9 +352,11 @@ DEPENDENCIES
303352
binding_of_caller (~> 1.0)
304353
bootsnap (~> 1.13)
305354
bootstrap (~> 5.2)
355+
cloudflare (~> 4.3)
306356
database_consistency (~> 1.0)
307357
dotenv-rails (~> 2.8)
308358
envkey (~> 1.0)
359+
git (~> 1.12)
309360
haml (~> 6.0)
310361
hiredis (~> 0.6)
311362
importmap-rails (~> 1.1)
@@ -320,7 +371,9 @@ DEPENDENCIES
320371
rails_bootstrap_navbar (~> 3.0)
321372
redis (~> 4.0)
322373
redis-namespace (~> 1.9)
374+
rubyzip (~> 2.3)
323375
sassc-rails (~> 2.1)
376+
sdoc (~> 2.4)
324377
sentry-rails (~> 5.5)
325378
sentry-sidekiq (~> 5.5)
326379
sidekiq (~> 6.5)

app/services/doc_collections/upload.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require 'net/sftp'
1+
# require 'net/sftp'
22

33
module DocCollections
44
class Upload < Baseline::Service

app/services/docs/create_files.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
require 'rdoc'
22
require 'sdoc/merge'
3-
require 'render_anywhere'
3+
# require 'render_anywhere'
44

55
module Docs
66
class CreateFiles < Baseline::Service
7-
include RenderAnywhere
7+
# include RenderAnywhere
88

99
IncompleteError = Class.new(Error)
1010
FilesExistsError = Class.new(Error)

app/services/projects/convert_tags_to_versions.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ class ConvertTagsToVersions < Baseline::Service
2323
\z
2424
)ix
2525

26-
disable_call_logging
27-
2826
def call(tags)
2927
tags.each_with_object({}) do |tag, hash|
3028
version_match = tag.match(VERSION_REGEX)

0 commit comments

Comments
 (0)