Skip to content

Commit

Permalink
Remove rubygems from list of Rake requirements.
Browse files Browse the repository at this point in the history
Now that support for earlier Rubies have been dropped, one can rely on
the presence of rubygems without an explicit require statement.
  • Loading branch information
todd-a-jacobs committed Aug 22, 2014
1 parent faaa0a1 commit c209b4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Rakefile
@@ -1,4 +1,3 @@
require 'rubygems'
require 'bundler/setup'
require 'rake/testtask'

Expand Down

0 comments on commit c209b4e

Please sign in to comment.