diff --git a/Gemfile b/Gemfile index 2d5912aca..d7fbdb18d 100644 --- a/Gemfile +++ b/Gemfile @@ -136,7 +136,7 @@ group :production do # we don't install these on travis to speed up test runs # Process management - gem 'foreman', '0.61' + gem 'foreman', '0.62' # Redirects diff --git a/Gemfile.lock b/Gemfile.lock index 228a93cb1..c707078ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -131,7 +131,7 @@ GEM sass-rails (>= 3.1.1) foreigner (1.4.0) activerecord (>= 3.0.0) - foreman (0.61.0) + foreman (0.62.0) thor (>= 0.13.6) formatador (0.2.4) fssm (0.2.9) @@ -435,7 +435,7 @@ DEPENDENCIES fixture_builder (= 0.3.5) fog (= 1.10.0) foreigner (= 1.4.0) - foreman (= 0.61) + foreman (= 0.62) fuubar (= 1.1.0) gon (= 4.0.2) guard-cucumber (= 1.3.2)