repubmark/Gemfile

7 lines
112 B
Text
Raw Normal View History

2024-09-11 18:57:20 -04:00
# frozen_string_literal: true
source 'https://rubygems.org'
2024-09-11 20:34:48 -04:00
gem 'addressable', '~> 2.8'
2024-09-11 18:57:20 -04:00
gem 'i18n', '~> 1.14'