quran-json/Gemfile
2022-09-19 18:59:45 -03:00

6 lines
155 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
gem "nokogiri", "~> 1.13"
gem "paint", "~> 2.2"
gem "json", "~> 2.6"
gem "standard", "~> 1.12"