You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Gemfile 392B

123456789101112131415161718192021222324252627
  1. # frozen_string_literal: true
  2. source "https://rubygems.org"
  3. git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
  4. # gem "rails"
  5. gem "httparty", "~> 0.18.0"
  6. gem "nokogiri", "~> 1.10"
  7. gem "pg", "~> 1.2"
  8. gem "sequel", "~> 5.30"
  9. gem "sinatra", "~> 2.0"
  10. gem "dotenv", "~> 2.7"
  11. gem "sassc", "~> 2.2"
  12. gem "rake", "~> 13.0"
  13. gem "redis-rack", "~> 2.1"
  14. gem "rack", "~> 2.2"