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
@@ -28,7 +28,7 @@ gem 'turbolinks' | @@ -28,7 +28,7 @@ gem 'turbolinks' | ||
28 | gem 'jbuilder', '~> 2.1.2' | 28 | gem 'jbuilder', '~> 2.1.2' |
29 | 29 | ||
30 | # For user authentication and everything else | 30 | # For user authentication and everything else |
31 | -gem 'devise', '~> 3.3.0' | 31 | +gem 'devise', '~> 3.4.0' |
32 | 32 | ||
33 | # Kalibro integration | 33 | # Kalibro integration |
34 | gem 'kalibro_gatekeeper_client', '~> 1.0.0' | 34 | gem 'kalibro_gatekeeper_client', '~> 1.0.0' |
Gemfile.lock
@@ -59,7 +59,7 @@ GEM | @@ -59,7 +59,7 @@ GEM | ||
59 | capistrano-rvm (0.1.1) | 59 | capistrano-rvm (0.1.1) |
60 | capistrano (~> 3.0) | 60 | capistrano (~> 3.0) |
61 | sshkit (~> 1.2) | 61 | sshkit (~> 1.2) |
62 | - capybara (2.4.3) | 62 | + capybara (2.4.4) |
63 | mime-types (>= 1.16) | 63 | mime-types (>= 1.16) |
64 | nokogiri (>= 1.3.3) | 64 | nokogiri (>= 1.3.3) |
65 | rack (>= 1.0.0) | 65 | rack (>= 1.0.0) |
@@ -90,10 +90,10 @@ GEM | @@ -90,10 +90,10 @@ GEM | ||
90 | gherkin (~> 2.12) | 90 | gherkin (~> 2.12) |
91 | multi_json (>= 1.7.5, < 2.0) | 91 | multi_json (>= 1.7.5, < 2.0) |
92 | multi_test (>= 0.1.1) | 92 | multi_test (>= 0.1.1) |
93 | - cucumber-rails (1.4.1) | 93 | + cucumber-rails (1.4.2) |
94 | capybara (>= 1.1.2, < 3) | 94 | capybara (>= 1.1.2, < 3) |
95 | cucumber (>= 1.3.8, < 2) | 95 | cucumber (>= 1.3.8, < 2) |
96 | - mime-types (~> 1.16) | 96 | + mime-types (>= 1.16, < 3) |
97 | nokogiri (~> 1.5) | 97 | nokogiri (~> 1.5) |
98 | rails (>= 3, < 5) | 98 | rails (>= 3, < 5) |
99 | dalli (2.7.2) | 99 | dalli (2.7.2) |
@@ -234,10 +234,10 @@ GEM | @@ -234,10 +234,10 @@ GEM | ||
234 | multi_json (~> 1.0) | 234 | multi_json (~> 1.0) |
235 | rack (~> 1.0) | 235 | rack (~> 1.0) |
236 | tilt (~> 1.1, != 1.3.0) | 236 | tilt (~> 1.1, != 1.3.0) |
237 | - sprockets-rails (2.1.4) | 237 | + sprockets-rails (2.2.0) |
238 | actionpack (>= 3.0) | 238 | actionpack (>= 3.0) |
239 | activesupport (>= 3.0) | 239 | activesupport (>= 3.0) |
240 | - sprockets (~> 2.8) | 240 | + sprockets (>= 2.8, < 4.0) |
241 | sqlite3 (1.3.9) | 241 | sqlite3 (1.3.9) |
242 | sshkit (1.5.1) | 242 | sshkit (1.5.1) |
243 | colorize | 243 | colorize |