Skip to content

Commit

Permalink
fix: missing dependency iso gem (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev authored Jan 4, 2021
1 parent d41b53c commit 939eee9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ PATH
httparty
i18n-js
inline_svg
iso
kaminari
pundit
rails (>= 6.0)
Expand Down
1 change: 1 addition & 0 deletions avo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ Gem::Specification.new do |spec|
spec.add_dependency 'pundit'
spec.add_dependency 'httparty'
spec.add_dependency 'i18n-js'
spec.add_dependency 'iso'
end

0 comments on commit 939eee9

Please sign in to comment.