Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hotfix/arquivo retorno #232

Merged
merged 5 commits into from
May 12, 2022
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ source 'https://rubygems.org'
gemspec

group :development do
gem "activesupport"
frmichetti marked this conversation as resolved.
Show resolved Hide resolved
gem 'github_changelog_generator'
gem 'pry'
gem 'rubocop'
Expand Down
2 changes: 1 addition & 1 deletion lib/brcobranca/retorno/cnab400/base.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

require 'active_support/core_ext/object/blank'
require 'parseline'

module Brcobranca
Expand Down