Skip to content

Commit

Permalink
Bump YNAB dependency, since #17 made it necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
davidstosik committed Oct 21, 2024
1 parent cc0ffcf commit 7a320ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PATH
csv
ferrum (~> 0.15)
psych
ynab (~> 3.4)
ynab (~> 3.6)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion mfynab.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ Gem::Specification.new do |spec|
spec.add_dependency "csv"
spec.add_dependency "ferrum", "~> 0.15"
spec.add_dependency "psych"
spec.add_dependency "ynab", "~> 3.4"
spec.add_dependency "ynab", "~> 3.6"
end

0 comments on commit 7a320ec

Please sign in to comment.