Commit b643a04590a6a98b53125f8fd714d22919465211
1 parent
a3976b02
Exists in
master
and in
1 other branch
Update Devise to 1.1.8
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
Gemfile
Gemfile.lock
... | ... | @@ -34,7 +34,7 @@ GEM |
34 | 34 | bson_ext (1.2.4) |
35 | 35 | builder (2.1.2) |
36 | 36 | database_cleaner (0.6.5) |
37 | - devise (1.1.7) | |
37 | + devise (1.1.8) | |
38 | 38 | bcrypt-ruby (~> 2.1.2) |
39 | 39 | warden (~> 1.0.2) |
40 | 40 | diff-lcs (1.1.2) |
... | ... | @@ -107,7 +107,7 @@ PLATFORMS |
107 | 107 | DEPENDENCIES |
108 | 108 | bson_ext (~> 1.2) |
109 | 109 | database_cleaner (~> 0.6.0) |
110 | - devise (~> 1.1.3) | |
110 | + devise (~> 1.1.8) | |
111 | 111 | factory_girl_rails |
112 | 112 | haml |
113 | 113 | mongoid (~> 2.0.0.rc.6) | ... | ... |