remove pdf reader

pull/289/head
Pete Matsyburka 1 year ago
parent 576c8a2e24
commit a773f63a65

@ -24,7 +24,6 @@ gem 'lograge'
gem 'mysql2', require: false gem 'mysql2', require: false
gem 'oj' gem 'oj'
gem 'pagy' gem 'pagy'
gem 'pdf-reader'
gem 'pg', require: false gem 'pg', require: false
gem 'premailer-rails' gem 'premailer-rails'
gem 'pretender' gem 'pretender'

@ -1,7 +1,6 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
Ascii85 (1.1.0)
actioncable (7.1.3.2) actioncable (7.1.3.2)
actionpack (= 7.1.3.2) actionpack (= 7.1.3.2)
activesupport (= 7.1.3.2) activesupport (= 7.1.3.2)
@ -78,7 +77,6 @@ GEM
tzinfo (~> 2.0) tzinfo (~> 2.0)
addressable (2.8.6) addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0) public_suffix (>= 2.0.2, < 6.0)
afm (0.2.2)
annotate (3.2.0) annotate (3.2.0)
activerecord (>= 3.2, < 8.0) activerecord (>= 3.2, < 8.0)
rake (>= 10.4, < 14.0) rake (>= 10.4, < 14.0)
@ -262,7 +260,6 @@ GEM
os (>= 0.9, < 2.0) os (>= 0.9, < 2.0)
signet (>= 0.16, < 2.a) signet (>= 0.16, < 2.a)
hashdiff (1.1.0) hashdiff (1.1.0)
hashery (2.1.2)
hexapdf (0.40.0) hexapdf (0.40.0)
cmdparse (~> 3.0, >= 3.0.3) cmdparse (~> 3.0, >= 3.0.3)
geom2d (~> 0.4, >= 0.4.1) geom2d (~> 0.4, >= 0.4.1)
@ -348,12 +345,6 @@ GEM
parser (3.3.1.0) parser (3.3.1.0)
ast (~> 2.4.1) ast (~> 2.4.1)
racc racc
pdf-reader (2.12.0)
Ascii85 (~> 1.0)
afm (~> 0.2.1)
hashery (~> 2.0)
ruby-rc4
ttfunk
pg (1.5.6) pg (1.5.6)
premailer (1.23.0) premailer (1.23.0)
addressable addressable
@ -497,7 +488,6 @@ GEM
rubocop-rspec_rails (2.28.3) rubocop-rspec_rails (2.28.3)
rubocop (~> 1.40) rubocop (~> 1.40)
ruby-progressbar (1.13.0) ruby-progressbar (1.13.0)
ruby-rc4 (0.1.5)
ruby-vips (2.2.1) ruby-vips (2.2.1)
ffi (~> 1.12) ffi (~> 1.12)
ruby2_keywords (0.0.5) ruby2_keywords (0.0.5)
@ -537,8 +527,6 @@ GEM
thor (1.3.1) thor (1.3.1)
timeout (0.4.1) timeout (0.4.1)
trailblazer-option (0.1.2) trailblazer-option (0.1.2)
ttfunk (1.8.0)
bigdecimal (~> 3.1)
turbo-rails (2.0.5) turbo-rails (2.0.5)
actionpack (>= 6.0.0) actionpack (>= 6.0.0)
activejob (>= 6.0.0) activejob (>= 6.0.0)
@ -609,7 +597,6 @@ DEPENDENCIES
mysql2 mysql2
oj oj
pagy pagy
pdf-reader
pg pg
premailer-rails premailer-rails
pretender pretender

Loading…
Cancel
Save