Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
use bundler instead of geminstaller (doesn't work in ruby-1.9.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Mar 4, 2011
1 parent c723627 commit b39ecbf
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 29 deletions.
22 changes: 22 additions & 0 deletions Gemfile
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,22 @@
source :rubygems

gem "cucumber", '>= 0.3.101'
gem "diff-lcs", '>= 1.1.2'
gem "fakefs", '>= 0.2'
gem "flexmock", '>= 0.8.6'
gem "heckle", '>= 1.4.2'
gem "hoe", '>= 2.0'
gem "nokogiri", '>= 1.2.3'
gem "mocha", '>= 0.9.5'
gem "rake", '>= 0.8.4'
gem "rcov", '>= 0.9.7.1'
gem "syntax", '>= 1.0.0'
gem "rr", '>= 0.10.0'
gem "ruby-debug", :platforms => :mri_18
gem "ruby-debug19", "~> 0.11.6", :platforms => :mri_19
gem "test-unit", "1.2.3", :platforms => :mri_19

case RUBY_VERSION
when '1.9.1'; gem 'ruby-debug-base19', '0.11.23'
when '1.9.2'; gem 'ruby-debug-base19', '0.11.24'
end
29 changes: 0 additions & 29 deletions geminstaller.yml

This file was deleted.

0 comments on commit b39ecbf

Please sign in to comment.