Skip to content

Commit

Permalink
chore: add missing pdf reader gem
Browse files Browse the repository at this point in the history
  • Loading branch information
macite committed May 26, 2024
1 parent 10c6698 commit e82766b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,5 @@ gem 'icalendar'
gem 'rest-client'

gem 'net-smtp', require: false

gem 'pdf-reader'
14 changes: 14 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
Ascii85 (1.1.1)
actioncable (7.0.4.3)
actionpack (= 7.0.4.3)
activesupport (= 7.0.4.3)
Expand Down Expand Up @@ -69,6 +70,7 @@ GEM
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
aes_key_wrap (1.1.0)
afm (0.2.2)
amq-protocol (2.3.2)
ast (2.4.2)
backport (1.2.0)
Expand All @@ -78,6 +80,7 @@ GEM
coderay (>= 1.0.0)
erubi (>= 1.0.0)
rack (>= 0.9.0)
bigdecimal (3.1.8)
bindata (2.4.15)
bootsnap (1.16.0)
msgpack (~> 1.2)
Expand Down Expand Up @@ -170,6 +173,7 @@ GEM
grape-swagger-rails (0.3.1)
railties (>= 3.2.12)
hashdiff (1.0.1)
hashery (2.1.2)
hirb (0.7.3)
http-accept (1.7.0)
http-cookie (1.0.5)
Expand Down Expand Up @@ -242,6 +246,12 @@ GEM
parallel (1.22.1)
parser (3.2.1.1)
ast (~> 2.4.1)
pdf-reader (2.12.0)
Ascii85 (~> 1.0)
afm (~> 0.2.1)
hashery (~> 2.0)
ruby-rc4
ttfunk
pkg-config (1.5.1)
public_suffix (5.0.1)
puma (6.1.1)
Expand Down Expand Up @@ -340,6 +350,7 @@ GEM
ruby-filemagic (0.7.3)
ruby-ole (1.2.12.2)
ruby-progressbar (1.13.0)
ruby-rc4 (0.1.5)
ruby-saml (1.13.0)
nokogiri (>= 1.10.5)
rexml
Expand Down Expand Up @@ -384,6 +395,8 @@ GEM
thor (1.2.1)
tilt (2.1.0)
timeout (0.3.2)
ttfunk (1.8.0)
bigdecimal (~> 3.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unf (0.1.4)
Expand Down Expand Up @@ -436,6 +449,7 @@ DEPENDENCIES
moss_ruby (>= 1.1.4)
mysql2
net-smtp
pdf-reader
puma
rack-cors
rails (~> 7.0)
Expand Down

0 comments on commit e82766b

Please sign in to comment.