Ru-b2-SQL-Backups/Gemfile

17 lines
248 B
Ruby
Raw Normal View History

2023-07-27 19:43:49 -06:00
# frozen_string_literal: true
source 'https://rubygems.org'
gem 'json', '2.6.3'
gem 'rubocop', '1.46.0'
2023-07-30 09:38:50 -06:00
gem 'sqlite3', '~> 1.6'
gem 'sequel', '~> 5.70'
gem 'tty-prompt', '~> 0.23.1'
gem 'tty-progressbar', '~> 0.18.2'
gem 'open3', '~> 0.1.2'