Gemfile 198 B

123456789
  1. # frozen_string_literal: true
  2. source "https://rubygems.org"
  3. git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
  4. gem "aws-sdk-s3"
  5. gem "faraday"
  6. gem "telegram-bot-ruby", "~> 1.0"