Skip to content

Commit

Permalink
Add ruby-prof to gem bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Dec 24, 2013
1 parent 7639acd commit d89e0ac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq tmux zsh git
install: script/cached-bundle install --deployment
install: script/cached-bundle install --deployment --without development
script: script/test
language: ruby
rvm:
Expand Down
6 changes: 5 additions & 1 deletion Gemfile
@@ -1,11 +1,15 @@
source 'https://rubygems.org'

gem 'minitest'
gem 'ronn', :platform => :mri
gem 'aruba', '~> 0.5.3'
gem 'cucumber', '~> 1.3.9'
gem 'sinatra'
gem 'json'
gem 'jruby-openssl', :platform => :jruby

group :development do
gem 'ronn', :platform => :mri
gem 'ruby-prof'
end

gemspec
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -49,6 +49,7 @@ GEM
rdiscount (>= 1.5.8)
rspec-expectations (2.14.4)
diff-lcs (>= 1.1.3, < 2.0)
ruby-prof (0.13.1)
sinatra (1.3.2)
rack (~> 1.3, >= 1.3.6)
rack-protection (~> 1.2)
Expand All @@ -71,5 +72,6 @@ DEPENDENCIES
minitest
rake
ronn
ruby-prof
sinatra
webmock

0 comments on commit d89e0ac

Please sign in to comment.