Skip to content

Commit

Permalink
Update rqrcode requirement from ~> 2.1.0 to >= 2.1, < 2.3
Browse files Browse the repository at this point in the history
Updates the requirements on [rqrcode](https://github.com/whomwah/rqrcode) to permit the latest version.
- [Release notes](https://github.com/whomwah/rqrcode/releases)
- [Changelog](https://github.com/whomwah/rqrcode/blob/master/CHANGELOG.md)
- [Commits](whomwah/rqrcode@v2.1.2...v2.2.0)

---
updated-dependencies:
- dependency-name: rqrcode
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent ffda79d commit 6b45c7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PATH
nokogiri (>= 1.8)
prawn (~> 2.4.0)
prawn-table (= 0.2.2)
rqrcode (~> 2.1.0)
rqrcode (>= 2.1, < 2.3)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -106,7 +106,7 @@ GEM
ffi (~> 1.0)
regexp_parser (2.1.1)
rexml (3.2.5)
rqrcode (2.1.2)
rqrcode (2.2.0)
chunky_png (~> 1.0)
rqrcode_core (~> 1.0)
rqrcode_core (1.2.0)
Expand Down
2 changes: 1 addition & 1 deletion br_danfe.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'nokogiri', '>= 1.8'
spec.add_dependency 'prawn', '~> 2.4.0'
spec.add_dependency 'prawn-table', '0.2.2'
spec.add_dependency 'rqrcode', '~> 2.1.0'
spec.add_dependency 'rqrcode', '>= 2.1', '< 2.3'

spec.add_development_dependency 'byebug', '11.1.3'
spec.add_development_dependency 'guard', '~> 2.18.1'
Expand Down

0 comments on commit 6b45c7f

Please sign in to comment.