Skip to content

Commit

Permalink
Update ruby 3.2 for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
kivanio authored and jhenrique-esl committed May 30, 2023
1 parent 03caa46 commit 8732561
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.9
3.2.0
4 changes: 1 addition & 3 deletions brcobranca.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@ Gem::Specification.new do |gem|
gem.email = 'kivanio@gmail.com'
gem.homepage = 'http://rubygems.org/gems/brcobranca'
gem.files = Dir['Rakefile', '{lib}/**/*', 'README*', 'LICENSE*', 'CHANGELOG*', 'History*']
gem.test_files = Dir['spec/**/*_spec.rb']
gem.require_paths = ['lib']
gem.required_ruby_version = '>= 2.6.0'

gem.requirements = ['GhostScript > 9.0, para gear PDF e código de Barras']
gem.requirements = ['GhostScript > 9.0, para gerar PDF e código de Barras']

# Gems that must be intalled for sift to work
gem.add_dependency 'activesupport', '>= 5.2.6'
gem.add_dependency 'parseline', '>= 1.0.3'
gem.add_dependency 'rghost', '>= 0.9'
Expand Down

0 comments on commit 8732561

Please sign in to comment.