Skip to content

Commit

Permalink
Remove dependencies
Browse files Browse the repository at this point in the history
User can run `rake import` without `bundle exec`. This way we don't have
to worry about having all dependencies.
  • Loading branch information
janko committed Oct 28, 2024
1 parent 754b617 commit 39ffbd9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ gem "rodauth-rails"
gem "rake", "~> 13.0"
gem "rodauth", ">= 2.16"

gem "argon2"
gem "jwt"
gem "webauthn"
gem "rotp"
gem "rqrcode"

if RUBY_ENGINE == "jruby"
gem "jdbc-sqlite3"
else
Expand Down

0 comments on commit 39ffbd9

Please sign in to comment.