https://github.com/preston/bittorious
Raw File
Tip revision: 322663ee4316012a8610dc8c8e024fee8865d004 authored by dependabot[bot] on 21 October 2022, 03:21:08 UTC
Bump nokogiri from 1.13.6 to 1.13.9
Tip revision: 322663e
Rakefile
# Add your own tasks in files placed in lib/tasks ending in .rake,
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.

require File.expand_path('../config/application', __FILE__)

BitTorious::Application.load_tasks
back to top