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

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