Skip to content

Commit

Permalink
Update rqrcode requirement from ~> 2.1.0 to >= 2.1, < 2.3 (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 1, 2024
1 parent 2fca41c commit 89f1d3d
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 89f1d3d

Please sign in to comment.