Skip to content

Commit

Permalink
Fix bundle breaking due to not including submodules for argon2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbuker committed Mar 29, 2021
1 parent 98b6778 commit 19b0610
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# TODO: Remove v3.0.0 version lock and Github addressing after 3.0.0 release
gem 'argon2', '~> 3.0.0',
github: 'athix/ruby-argon2',
branch: 'feature/additional-helpers'
branch: 'feature/additional-helpers',
submodules: true
gem 'bcrypt'
gem 'rails'
gem 'sqlite3'
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
GIT
remote: https://github.com/athix/ruby-argon2.git
revision: 3206644f478ff5d964edb30718acdc5cc2901af7
revision: 5715a52e6932ee3f35225c6956b587b1e6d6117c
branch: feature/additional-helpers
submodules: true
specs:
argon2 (3.0.0)
ffi (~> 1.14)
Expand Down

0 comments on commit 19b0610

Please sign in to comment.