Skip to content

Commit

Permalink
Remove require of deprecated ubygems.rb file
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmathison committed Nov 2, 2022
1 parent 6c0f2d5 commit 765fade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require 'bundler/gem_tasks'
require 'rake/testtask'

task :console do
sh "irb -rubygems -I lib -r geokit"
sh "irb -I lib -r geokit"
end

Rake::TestTask.new do |t|
Expand Down

0 comments on commit 765fade

Please sign in to comment.