diff --git a/Gemfile b/Gemfile index c1c51eaf5..8c318d167 100644 --- a/Gemfile +++ b/Gemfile @@ -79,7 +79,7 @@ group :test do gem "capybara", "~> 3.40.0" gem "capybara-webmock", "~> 0.7.0" gem "email_spec", "~> 2.3.0" - gem "pdf-reader", "~> 2.12.0" + gem "pdf-reader", "~> 2.14.1" gem "rspec-rails", "~> 7.0.1" gem "selenium-webdriver", "~> 4.25.0" gem "simplecov", "~> 0.22.0", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 746b7dee3..5544dcb64 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - Ascii85 (1.1.0) + Ascii85 (2.0.1) actioncable (7.0.8.7) actionpack (= 7.0.8.7) activesupport (= 7.0.8.7) @@ -436,8 +436,8 @@ GEM parser (3.3.7.1) ast (~> 2.4.1) racc - pdf-reader (2.12.0) - Ascii85 (~> 1.0) + pdf-reader (2.14.1) + Ascii85 (>= 1.0, < 3.0, != 2.0.0) afm (~> 0.2.1) hashery (~> 2.0) ruby-rc4 @@ -663,7 +663,8 @@ GEM tilt (2.0.10) timeout (0.4.3) tomlrb (2.0.3) - ttfunk (1.7.0) + ttfunk (1.8.0) + bigdecimal (~> 3.1) turbolinks (5.2.1) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) @@ -769,7 +770,7 @@ DEPENDENCIES omniauth-rails_csrf_protection (~> 1.0.2) omniauth-twitter (~> 1.4.0) paranoia (~> 3.0.0) - pdf-reader (~> 2.12.0) + pdf-reader (~> 2.14.1) pg (~> 1.5.8) pg_search (~> 2.3.7) pronto (~> 0.11.2)