Merge pull request #5882 from consuldemocracy/dependabot/bundler/pdf-reader-2.14.1

Bump pdf-reader from 2.12.0 to 2.14.1
This commit is contained in:
Javi Martín
2025-03-02 00:46:56 +01:00
committed by GitHub
2 changed files with 7 additions and 6 deletions

View File

@@ -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

View File

@@ -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)