chronicle_bot/Gemfile

14 lines
215 B
Text
Raw Permalink Normal View History

2021-02-07 03:20:13 +00:00
# frozen_string_literal: true
source 'https://rubygems.org'
gem 'matrix_sdk', '~> 2.0'
gem 'faraday', '~> 1.0'
gem "activerecord", "~> 6.1"
gem "rake", "~> 13.0"
gem "sqlite3", "~> 1.4"
gem "yard", "~> 0.9.26"