Skip to content

Commit

Permalink
Use platforms directive in gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Apr 12, 2013
1 parent 2774434 commit 30145b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ruby/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ group :development, :test do
gem "guard-rspec"
gem "pry"
gem "rb-fsevent"
gem 'terminal-notifier-guard'
gem 'json'
gem 'ruby-prof' unless RUBY_PLATFORM =~ /java/
gem "terminal-notifier-guard"
gem "json"
gem "ruby-prof", :platforms => :mri
end
end

0 comments on commit 30145b9

Please sign in to comment.