Bump pdf-reader from 2.12.0 to 2.14.1
Bumps [pdf-reader](https://github.com/yob/pdf-reader) from 2.12.0 to 2.14.1. - [Changelog](https://github.com/yob/pdf-reader/blob/main/CHANGELOG) - [Commits](https://github.com/yob/pdf-reader/compare/v2.12.0...v2.14.1) --- updated-dependencies: - dependency-name: pdf-reader dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -79,7 +79,7 @@ group :test do
|
|||||||
gem "capybara", "~> 3.40.0"
|
gem "capybara", "~> 3.40.0"
|
||||||
gem "capybara-webmock", "~> 0.7.0"
|
gem "capybara-webmock", "~> 0.7.0"
|
||||||
gem "email_spec", "~> 2.3.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 "rspec-rails", "~> 7.0.1"
|
||||||
gem "selenium-webdriver", "~> 4.25.0"
|
gem "selenium-webdriver", "~> 4.25.0"
|
||||||
gem "simplecov", "~> 0.22.0", require: false
|
gem "simplecov", "~> 0.22.0", require: false
|
||||||
|
|||||||
11
Gemfile.lock
11
Gemfile.lock
@@ -1,7 +1,7 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
Ascii85 (1.1.0)
|
Ascii85 (2.0.1)
|
||||||
actioncable (7.0.8.7)
|
actioncable (7.0.8.7)
|
||||||
actionpack (= 7.0.8.7)
|
actionpack (= 7.0.8.7)
|
||||||
activesupport (= 7.0.8.7)
|
activesupport (= 7.0.8.7)
|
||||||
@@ -436,8 +436,8 @@ GEM
|
|||||||
parser (3.3.7.1)
|
parser (3.3.7.1)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
racc
|
racc
|
||||||
pdf-reader (2.12.0)
|
pdf-reader (2.14.1)
|
||||||
Ascii85 (~> 1.0)
|
Ascii85 (>= 1.0, < 3.0, != 2.0.0)
|
||||||
afm (~> 0.2.1)
|
afm (~> 0.2.1)
|
||||||
hashery (~> 2.0)
|
hashery (~> 2.0)
|
||||||
ruby-rc4
|
ruby-rc4
|
||||||
@@ -663,7 +663,8 @@ GEM
|
|||||||
tilt (2.0.10)
|
tilt (2.0.10)
|
||||||
timeout (0.4.3)
|
timeout (0.4.3)
|
||||||
tomlrb (2.0.3)
|
tomlrb (2.0.3)
|
||||||
ttfunk (1.7.0)
|
ttfunk (1.8.0)
|
||||||
|
bigdecimal (~> 3.1)
|
||||||
turbolinks (5.2.1)
|
turbolinks (5.2.1)
|
||||||
turbolinks-source (~> 5.2)
|
turbolinks-source (~> 5.2)
|
||||||
turbolinks-source (5.2.0)
|
turbolinks-source (5.2.0)
|
||||||
@@ -769,7 +770,7 @@ DEPENDENCIES
|
|||||||
omniauth-rails_csrf_protection (~> 1.0.2)
|
omniauth-rails_csrf_protection (~> 1.0.2)
|
||||||
omniauth-twitter (~> 1.4.0)
|
omniauth-twitter (~> 1.4.0)
|
||||||
paranoia (~> 3.0.0)
|
paranoia (~> 3.0.0)
|
||||||
pdf-reader (~> 2.12.0)
|
pdf-reader (~> 2.14.1)
|
||||||
pg (~> 1.5.8)
|
pg (~> 1.5.8)
|
||||||
pg_search (~> 2.3.7)
|
pg_search (~> 2.3.7)
|
||||||
pronto (~> 0.11.2)
|
pronto (~> 0.11.2)
|
||||||
|
|||||||
Reference in New Issue
Block a user