Skip to content

Commit 2d9a931

Browse files
committed
Remove unused gems
1 parent 03500ae commit 2d9a931

File tree

2 files changed

+0
-82
lines changed

2 files changed

+0
-82
lines changed

Gemfile

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ gem "rails", "8.0.2.1"
77

88
# Use postgresql as the database for Active Record
99

10-
# Use the Puma web server [https://github.com/puma/puma]
11-
gem "puma", ">= 5.0"
12-
1310
# Build JSON APIs with ease [https://github.com/rails/jbuilder]
1411
# gem "jbuilder"
1512

@@ -44,38 +41,16 @@ end
4441

4542
gem "dotenv-rails", "~> 2.8", groups: [:development, :test]
4643

47-
# For Ethscription content compression
48-
gem "fastlz", "~> 0.1.0"
49-
50-
gem "dalli", "~> 3.2"
51-
52-
gem "kaminari", "~> 1.2"
53-
54-
gem "rack-cors", "~> 2.0"
55-
5644
gem "eth", github: "0xFacet/eth.rb", branch: "sync/v0.5.16-nohex"
5745

5846
gem 'sorbet', :group => :development
5947
gem 'sorbet-runtime'
6048
gem 'tapioca', require: false, :group => [:development, :test]
6149

62-
gem "scout_apm", "~> 5.3"
63-
64-
gem "memoist", "~> 0.16.2"
65-
6650
gem "awesome_print", "~> 1.9"
6751

6852
gem 'facet_rails_common', git: 'https://github.com/0xfacet/facet_rails_common.git'
6953

70-
gem "redis", "~> 5.0"
71-
72-
gem "cbor", "~> 0.5.9"
73-
74-
gem 'rswag-api'
75-
76-
gem 'rswag-ui'
77-
78-
gem 'keccak', '~> 1.3'
7954
gem "memery", "~> 1.5"
8055

8156
gem "httparty", "~> 0.22.0"
@@ -87,15 +62,11 @@ gem "clockwork", "~> 3.0"
8762
gem "airbrake", "~> 13.0"
8863
gem "clipboard", "~> 2.0", :group => [:development, :test]
8964

90-
gem "parallel", "~> 1.25"
91-
9265
gem "net-http-persistent", "~> 4.0"
9366

9467
gem 'benchmark'
9568
gem 'ostruct'
9669

97-
gem "oj", "~> 3.16"
98-
9970
gem "retriable", "~> 3.1"
10071

10172
# Database and job processing

Gemfile.lock

Lines changed: 0 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ GEM
101101
airbrake-ruby (~> 6.0)
102102
airbrake-ruby (6.2.2)
103103
rbtree3 (~> 0.6)
104-
ast (2.4.2)
105104
awesome_print (1.9.2)
106105
base64 (0.2.0)
107106
benchmark (0.4.1)
@@ -111,7 +110,6 @@ GEM
111110
bootsnap (1.17.0)
112111
msgpack (~> 1.2)
113112
builder (3.2.4)
114-
cbor (0.5.9.8)
115113
clipboard (2.0.0)
116114
clockwork (3.0.2)
117115
activesupport
@@ -121,7 +119,6 @@ GEM
121119
connection_pool (2.4.1)
122120
crass (1.0.6)
123121
csv (3.3.5)
124-
dalli (3.2.6)
125122
date (3.4.1)
126123
debug (1.9.0)
127124
irb (~> 1.10)
@@ -137,7 +134,6 @@ GEM
137134
erubi (1.12.0)
138135
et-orbi (1.3.0)
139136
tzinfo
140-
fastlz (0.1.0)
141137
ffi (1.17.2-aarch64-linux-gnu)
142138
ffi (1.17.2-arm64-darwin)
143139
ffi (1.17.2-x86_64-linux-gnu)
@@ -170,18 +166,6 @@ GEM
170166
addressable (>= 2.8)
171167
jwt (2.10.2)
172168
base64
173-
kaminari (1.2.2)
174-
activesupport (>= 4.1.0)
175-
kaminari-actionview (= 1.2.2)
176-
kaminari-activerecord (= 1.2.2)
177-
kaminari-core (= 1.2.2)
178-
kaminari-actionview (1.2.2)
179-
actionview
180-
kaminari-core (= 1.2.2)
181-
kaminari-activerecord (1.2.2)
182-
activerecord
183-
kaminari-core (= 1.2.2)
184-
kaminari-core (1.2.2)
185169
keccak (1.3.2)
186170
konstructor (1.0.2)
187171
logger (1.7.0)
@@ -195,7 +179,6 @@ GEM
195179
net-smtp
196180
marcel (1.1.0)
197181
memery (1.8.0)
198-
memoist (0.16.2)
199182
method_source (1.0.0)
200183
mini_mime (1.1.5)
201184
mini_portile2 (2.8.9)
@@ -219,18 +202,12 @@ GEM
219202
nokogiri (1.15.5)
220203
mini_portile2 (~> 2.8.2)
221204
racc (~> 1.4)
222-
oj (3.16.11)
223-
bigdecimal (>= 3.0)
224-
ostruct (>= 0.2)
225205
openssl (3.3.0)
226206
order_query (0.5.5)
227207
activerecord (>= 5.0, < 8.1)
228208
activesupport (>= 5.0, < 8.1)
229209
ostruct (0.6.3)
230210
parallel (1.27.0)
231-
parser (3.2.2.4)
232-
ast (~> 2.4.1)
233-
racc
234211
pkg-config (1.6.4)
235212
pp (0.6.2)
236213
prettyprint
@@ -242,13 +219,9 @@ GEM
242219
psych (5.1.1.1)
243220
stringio
244221
public_suffix (5.0.5)
245-
puma (6.4.0)
246-
nio4r (~> 2.0)
247222
raabro (1.4.0)
248223
racc (1.7.3)
249224
rack (3.0.8)
250-
rack-cors (2.0.1)
251-
rack (>= 2.0.0)
252225
rack-session (2.0.0)
253226
rack (>= 3.0.0)
254227
rack-test (2.1.0)
@@ -298,10 +271,6 @@ GEM
298271
rbtree3 (0.7.1)
299272
rdoc (6.6.2)
300273
psych (>= 4.0.0)
301-
redis (5.0.8)
302-
redis-client (>= 0.17.0)
303-
redis-client (0.19.0)
304-
connection_pool
305274
reline (0.6.2)
306275
io-console (~> 0.5)
307276
retriable (3.1.2)
@@ -323,21 +292,13 @@ GEM
323292
rspec-mocks (~> 3.12)
324293
rspec-support (~> 3.12)
325294
rspec-support (3.12.1)
326-
rswag-api (2.16.0)
327-
activesupport (>= 5.2, < 8.1)
328-
railties (>= 5.2, < 8.1)
329295
rswag-specs (2.16.0)
330296
activesupport (>= 5.2, < 8.1)
331297
json-schema (>= 2.2, < 6.0)
332298
railties (>= 5.2, < 8.1)
333299
rspec-core (>= 2.14)
334-
rswag-ui (2.16.0)
335-
actionpack (>= 5.2, < 8.1)
336-
railties (>= 5.2, < 8.1)
337300
ruby2_keywords (0.0.5)
338301
rubyzip (2.4.1)
339-
scout_apm (5.3.5)
340-
parser
341302
scrypt (3.1.0)
342303
ffi-compiler (>= 1.0, < 2.0)
343304
rake (~> 13)
@@ -409,36 +370,22 @@ DEPENDENCIES
409370
awesome_print (~> 1.9)
410371
benchmark
411372
bootsnap
412-
cbor (~> 0.5.9)
413373
clipboard (~> 2.0)
414374
clockwork (~> 3.0)
415-
dalli (~> 3.2)
416375
debug
417376
dotenv-rails (~> 2.8)
418377
eth!
419378
facet_rails_common!
420-
fastlz (~> 0.1.0)
421379
httparty (~> 0.22.0)
422380
jwt (~> 2.8)
423-
kaminari (~> 1.2)
424-
keccak (~> 1.3)
425381
memery (~> 1.5)
426-
memoist (~> 0.16.2)
427382
net-http-persistent (~> 4.0)
428-
oj (~> 3.16)
429383
ostruct
430-
parallel (~> 1.25)
431384
pry
432-
puma (>= 5.0)
433-
rack-cors (~> 2.0)
434385
rails (= 8.0.2.1)
435-
redis (~> 5.0)
436386
retriable (~> 3.1)
437387
rspec-rails
438-
rswag-api
439388
rswag-specs
440-
rswag-ui
441-
scout_apm (~> 5.3)
442389
solid_queue
443390
sorbet
444391
sorbet-runtime

0 commit comments

Comments
 (0)