Skip to content

Commit 1f605e5

Browse files
committed
Update Gemfile with ruby-prof for dev group.
1 parent 2e490c9 commit 1f605e5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Gemfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ gem 'arel', :path => ENV['AREL'] if ENV['AREL']
77

88
group :development do
99
gem 'rake', '>= 0.8.7'
10-
gem 'mocha', '>= 0.9.8'
11-
gem 'shoulda', '>= 2.10.3'
10+
gem 'mocha', '0.9.8'
11+
gem 'shoulda', '2.10.3'
1212
platforms :mri_18 do
13-
gem "ruby-debug", ">= 0.10.3"
13+
gem 'ruby-prof', '0.9.1'
14+
gem 'ruby-debug', '0.10.3'
1415
end
1516
end
1617

0 commit comments

Comments
 (0)