We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e490c9 commit 1f605e5Copy full SHA for 1f605e5
Gemfile
@@ -7,10 +7,11 @@ gem 'arel', :path => ENV['AREL'] if ENV['AREL']
7
8
group :development do
9
gem 'rake', '>= 0.8.7'
10
- gem 'mocha', '>= 0.9.8'
11
- gem 'shoulda', '>= 2.10.3'
+ gem 'mocha', '0.9.8'
+ gem 'shoulda', '2.10.3'
12
platforms :mri_18 do
13
- gem "ruby-debug", ">= 0.10.3"
+ gem 'ruby-prof', '0.9.1'
14
+ gem 'ruby-debug', '0.10.3'
15
end
16
17
0 commit comments