Gemfile 124 B

123456789
  1. # frozen_string_literal: true
  2. source 'https://rubygems.org'
  3. gem 'agoo'
  4. gem 'connection_pool'
  5. gem 'oj'
  6. gem 'pg'
  7. gem 'rack'