diff options
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,5 +17,6 @@ group :test do end group :profile do - gem 'ruby-prof', :platforms => :ruby + gem 'memory_profiler' + gem 'ruby-prof', platforms: :ruby end |
