Skip to content

Commit

Permalink
deps: add loaf dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellberg committed Jul 12, 2024
1 parent 840bd03 commit 813c102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions kiqr.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ Gem::Specification.new do |spec|
spec.add_dependency "public_uid", "~> 2.2"
spec.add_dependency "rqrcode", "~> 2.0"
spec.add_dependency "meta-tags", "~> 2.20"
spec.add_dependency "loaf", "~> 0.10.0"
end
1 change: 1 addition & 0 deletions lib/kiqr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
require "devise-two-factor"
require "public_uid"
require "rqrcode"
require "loaf"
require "meta-tags"

require "omniauth"
Expand Down

0 comments on commit 813c102

Please sign in to comment.