Skip to content

Commit

Permalink
[DEV] Ruby 3.2.0 precisa usar o rghost na versão 0.9.8 porque o coman…
Browse files Browse the repository at this point in the history
…do exists foi depreciado e precisa ser exist. (#253)
  • Loading branch information
mbcosta authored Aug 5, 2023
1 parent 7bad3e5 commit 06a2863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brcobranca.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |gem|

gem.add_dependency 'activesupport', '>= 5.2.6'
gem.add_dependency 'parseline', '>= 1.0.3'
gem.add_dependency 'rghost', '>= 0.9'
gem.add_dependency 'rghost', '>= 0.9.8'
gem.add_dependency 'rghost_barcode', '>= 0.9'
gem.metadata = {
'rubygems_mfa_required' => 'true'
Expand Down

0 comments on commit 06a2863

Please sign in to comment.