quran-json/Gemfile

8 lines
226 B
Text
Raw Normal View History

2022-07-16 21:19:50 +02:00
# frozen_string_literal: true
2022-09-19 23:59:45 +02:00
source "https://rubygems.org"
2022-04-26 21:34:37 +02:00
gem "nokogiri", "~> 1.13"
gem "paint", "~> 2.2"
gem "json", "~> 2.6"
2022-07-17 21:58:34 +02:00
gem "standard", "~> 1.12"
gem "io-line.rb", "~> 0.1", github: "0x1eef/io-line.rb", tag: "v0.1.0"