Commit 64d72e5fc437bf033bf3d2e58c42a6fb6ad2def2
1 parent
cc743b77
Exists in
master
and in
1 other branch
D1.0 - Removendo duas gems de teste que nao sao usadas (capybara e ZenTest)
Showing
1 changed file
with
1 additions
and
9 deletions
Show diff stats
Gemfile.lock
... | ... | @@ -12,7 +12,6 @@ GEM |
12 | 12 | remote: https://rubygems.org/ |
13 | 13 | specs: |
14 | 14 | Ascii85 (1.0.1) |
15 | - ZenTest (4.6.2) | |
16 | 15 | actionmailer (3.2.0) |
17 | 16 | actionpack (= 3.2.0) |
18 | 17 | mail (~> 2.4.0) |
... | ... | @@ -47,13 +46,6 @@ GEM |
47 | 46 | awesome_print (1.0.2) |
48 | 47 | bcrypt-ruby (3.0.1) |
49 | 48 | builder (3.0.0) |
50 | - capybara (1.1.2) | |
51 | - mime-types (>= 1.16) | |
52 | - nokogiri (>= 1.3.3) | |
53 | - rack (>= 1.0.0) | |
54 | - rack-test (>= 0.5.4) | |
55 | - selenium-webdriver (~> 2.0) | |
56 | - xpath (~> 0.1.4) | |
57 | 49 | carrierwave (0.5.8) |
58 | 50 | activesupport (~> 3.0) |
59 | 51 | childprocess (0.3.1) |
... | ... | @@ -117,7 +109,7 @@ GEM |
117 | 109 | mini_magick (3.4) |
118 | 110 | subexec (~> 0.2.1) |
119 | 111 | multi_json (1.1.0) |
120 | - mysql2 (0.3.11) | |
112 | + mysql2 (0.3.15) | |
121 | 113 | nokogiri (1.5.2) |
122 | 114 | oj (2.1.4) |
123 | 115 | orm_adapter (0.0.6) | ... | ... |