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.
|
# frozen_string_literal: true
|
|
|
|
source 'https://rubygems.org'
|
|
|
|
group :tests, optional: true do
|
|
gem 'activesupport'
|
|
gem 'addressable'
|
|
gem 'json_schemer'
|
|
gem 'nokogiri'
|
|
gem 'rubocop'
|
|
gem 'twitter'
|
|
end
|
|
|
|
gem 'algolia', '~> 2.3'
|
|
gem 'dotenv', '~> 2.8'
|
|
gem 'parallel', '~> 1.22'
|