diff options
| author | mo khan <mo@mokhan.ca> | 2014-09-17 19:30:18 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-09-17 19:30:18 -0600 |
| commit | ced3ca5ecb44e0c01527af2dbb4904c01bfb49d1 (patch) | |
| tree | 98ae33726f4ec9c2c1a24c39a76b523e0d2103cf /Gemfile.lock | |
| parent | d4599ea5e967e82da62c73f19ac7717d06576a81 (diff) | |
get user model specs working.
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 7dda83ee..a5a077e8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -37,6 +37,9 @@ GEM aws-sdk (1.42.0) json (~> 1.4) nokogiri (>= 1.4.4) + bcrypt (3.1.7) + bcrypt-ruby (3.1.5) + bcrypt (>= 3.1.3) better_errors (2.0.0) coderay (>= 1.0.0) erubis (>= 2.6.6) @@ -340,6 +343,7 @@ DEPENDENCIES acts-as-taggable-on (~> 3.3.0) asset_sync (~> 1.0.0) aws-sdk (~> 1.42.0) + bcrypt-ruby better_errors binding_of_caller bootstrap-sass (~> 2.3.0) |
