Commit b525cf77a86548f074fd67e32db96961ea21482e
1 parent
bd210086
Exists in
colab
and in
4 other branches
devise updated
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
Gemfile
Gemfile.lock
... | ... | @@ -99,7 +99,7 @@ GEM |
99 | 99 | dalli (2.7.2) |
100 | 100 | database_cleaner (1.3.0) |
101 | 101 | debug_inspector (0.0.2) |
102 | - devise (3.2.4) | |
102 | + devise (3.3.0) | |
103 | 103 | bcrypt (~> 3.0) |
104 | 104 | orm_adapter (~> 0.1) |
105 | 105 | railties (>= 3.2.6, < 5) |
... | ... | @@ -281,7 +281,7 @@ DEPENDENCIES |
281 | 281 | cucumber-rails (~> 1.4.0) |
282 | 282 | dalli (~> 2.7.0) |
283 | 283 | database_cleaner |
284 | - devise (~> 3.2.4) | |
284 | + devise (~> 3.3.0) | |
285 | 285 | factory_girl_rails (~> 4.4.1) |
286 | 286 | jbuilder (~> 2.1.2) |
287 | 287 | jquery-rails | ... | ... |