diff --git a/Gemfile b/Gemfile index bcabd6ebdf..94285e9593 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' gem 'github-pages', '224' -gem 'foreman' +gem 'foreman', '>= 0.86.0' diff --git a/Gemfile.lock b/Gemfile.lock index 3be83b7814..ac00406d91 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -30,8 +30,7 @@ GEM ruby2_keywords (>= 0.0.4) faraday-net_http (2.0.3) ffi (1.15.5) - foreman (0.84.0) - thor (~> 0.19.1) + foreman (0.88.1) forwardable-extended (2.6.0) gemoji (3.0.1) github-pages (224) @@ -244,7 +243,6 @@ GEM unf (~> 0.1.4) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) - thor (0.19.4) thread_safe (0.3.6) typhoeus (1.4.0) ethon (>= 0.9.0) @@ -260,7 +258,7 @@ PLATFORMS ruby DEPENDENCIES - foreman + foreman (>= 0.86.0) github-pages (= 224) BUNDLED WITH