Commit f5b752a13c361ee7c0b4c9e03bf0af1f8295517e

Authored by Chulki Lee
1 parent 5a29d3b9
Exists in master and in 1 other branch production

remove foreman

Showing 2 changed files with 0 additions and 5 deletions   Show diff stats
Gemfile
... ... @@ -75,7 +75,6 @@ group :development do
75 75 gem 'better_errors'
76 76 gem 'binding_of_caller', platform: 'ruby'
77 77 gem 'meta_request'
78   - gem 'foreman', :require => false
79 78 end
80 79  
81 80 group :test do
... ...
Gemfile.lock
... ... @@ -136,9 +136,6 @@ GEM
136 136 flowdock (0.3.1)
137 137 httparty (~> 0.7)
138 138 multi_json
139   - foreman (0.77.0)
140   - dotenv (~> 1.0.2)
141   - thor (~> 0.19.1)
142 139 haml (4.0.3)
143 140 tilt
144 141 hashie (2.0.5)
... ... @@ -420,7 +417,6 @@ DEPENDENCIES
420 417 errbit_plugin!
421 418 fabrication
422 419 flowdock
423   - foreman
424 420 haml
425 421 hipchat
426 422 hoi
... ...