mirror of
https://github.com/captn3m0/hoshruba.git
synced 2024-09-10 13:46:30 +00:00
10 lines
174 B
Ruby
10 lines
174 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
|
|
|
|
# gem "rails"
|
|
|
|
gem "nokogiri", "~> 1.11"
|