Commit b962bcd4a7fbe017430f4f0ea84074088fc8c8b1
1 parent
52f657aa
Exists in
master
and in
4 other branches
draper Gemfile.lock
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
Gemfile.lock
... | ... | @@ -155,7 +155,9 @@ GEM |
155 | 155 | railties (~> 3.1) |
156 | 156 | warden (~> 1.2.1) |
157 | 157 | diff-lcs (1.1.3) |
158 | - drapper (0.8.4) | |
158 | + draper (0.17.0) | |
159 | + actionpack (~> 3.2) | |
160 | + activesupport (~> 3.2) | |
159 | 161 | email_spec (1.2.1) |
160 | 162 | mail (~> 2.2) |
161 | 163 | rspec (~> 2.0) |
... | ... | @@ -384,7 +386,7 @@ DEPENDENCIES |
384 | 386 | cucumber-rails |
385 | 387 | database_cleaner |
386 | 388 | devise (~> 2.1.0) |
387 | - drapper | |
389 | + draper | |
388 | 390 | email_spec |
389 | 391 | ffaker |
390 | 392 | foreman | ... | ... |