diff --git a/Gemfile b/Gemfile index 1198748..5c457e6 100644 --- a/Gemfile +++ b/Gemfile @@ -12,4 +12,3 @@ gem 'redis-objects' gem 'connection_pool' gem 'puma' -gem 'foreman', group: :development diff --git a/Gemfile.lock b/Gemfile.lock index 2284711..38a2c2d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,8 +3,6 @@ GEM specs: connection_pool (2.2.0) dotenv (2.0.1) - foreman (0.78.0) - thor (~> 0.19.1) httpclient (2.6.0.1) json (1.8.2) multi_json (1.11.0) @@ -25,7 +23,6 @@ GEM rack (~> 1.4) rack-protection (~> 1.4) tilt (>= 1.3, < 3) - thor (0.19.1) tilt (1.4.1) PLATFORMS @@ -34,7 +31,6 @@ PLATFORMS DEPENDENCIES connection_pool dotenv - foreman json puma pusher diff --git a/README.md b/README.md index 7743c0d..6fd7b34 100644 --- a/README.md +++ b/README.md @@ -14,16 +14,17 @@ the front. ## Instructions -Install the bundle: +Install the bundle and foreman: ```sh $ bundle install +$ gem install foreman ``` Run the server: ```sh -$ bundle exec foreman start +$ foreman start ``` ## Credits