Skip to content

Commit

Permalink
Upgrading require
Browse files Browse the repository at this point in the history
  • Loading branch information
winton committed Jan 28, 2010
1 parent 99edd7a commit a2631ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion require.rb
@@ -1,8 +1,9 @@
require 'rubygems'
gem 'require'
require 'require'

Require File.dirname(__FILE__) do
gem :require, '=0.1.5'
gem :require, '=0.1.6'
gem(:rake, '=0.8.7') { require 'rake' }
gem :rspec, '=1.3.0'

Expand Down

0 comments on commit a2631ff

Please sign in to comment.