mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
correct previous commit
This commit is contained in:
parent
b2c30d0e34
commit
fdb434f4a7
1 changed files with 2 additions and 0 deletions
2
Gemfile
2
Gemfile
|
@ -250,6 +250,8 @@ begin
|
|||
gem 'memory_profiler', require: false, platform: [:mri_21, :mri_22]
|
||||
rescue Bundler::GemfileError
|
||||
STDERR.puts "You are running an old version of bundler, please upgrade bundler ASAP, if you are using Discourse docker, rebuild your container."
|
||||
gem 'stackprof', require: false, platform: [:mri_21]
|
||||
gem 'memory_profiler', require: false, platform: [:mri_21]
|
||||
end
|
||||
|
||||
gem 'rmmseg-cpp', require: false
|
||||
|
|
Loading…
Reference in a new issue