quran-json/Gemfile

7 lines
126 B
Text
Raw Normal View History

2022-07-16 21:19:50 +02:00
# frozen_string_literal: true
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"