Commit 61fcd35d477fb900037f914d4dfb262a2279ffd3
Committed by
Rafael Manzo
1 parent
e583502f
Exists in
colab
and in
4 other branches
cucumber-rails
Showing
2 changed files
with
6 additions
and
6 deletions
Show diff stats
Gemfile
Gemfile.lock
... | ... | @@ -59,7 +59,7 @@ GEM |
59 | 59 | capistrano-rvm (0.1.1) |
60 | 60 | capistrano (~> 3.0) |
61 | 61 | sshkit (~> 1.2) |
62 | - capybara (2.4.3) | |
62 | + capybara (2.4.4) | |
63 | 63 | mime-types (>= 1.16) |
64 | 64 | nokogiri (>= 1.3.3) |
65 | 65 | rack (>= 1.0.0) |
... | ... | @@ -90,10 +90,10 @@ GEM |
90 | 90 | gherkin (~> 2.12) |
91 | 91 | multi_json (>= 1.7.5, < 2.0) |
92 | 92 | multi_test (>= 0.1.1) |
93 | - cucumber-rails (1.4.1) | |
93 | + cucumber-rails (1.4.2) | |
94 | 94 | capybara (>= 1.1.2, < 3) |
95 | 95 | cucumber (>= 1.3.8, < 2) |
96 | - mime-types (~> 1.16) | |
96 | + mime-types (>= 1.16, < 3) | |
97 | 97 | nokogiri (~> 1.5) |
98 | 98 | rails (>= 3, < 5) |
99 | 99 | dalli (2.7.2) |
... | ... | @@ -234,10 +234,10 @@ GEM |
234 | 234 | multi_json (~> 1.0) |
235 | 235 | rack (~> 1.0) |
236 | 236 | tilt (~> 1.1, != 1.3.0) |
237 | - sprockets-rails (2.1.4) | |
237 | + sprockets-rails (2.2.0) | |
238 | 238 | actionpack (>= 3.0) |
239 | 239 | activesupport (>= 3.0) |
240 | - sprockets (~> 2.8) | |
240 | + sprockets (>= 2.8, < 4.0) | |
241 | 241 | sqlite3 (1.3.9) |
242 | 242 | sshkit (1.5.1) |
243 | 243 | colorize | ... | ... |