-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathGemfile
41 lines (37 loc) · 807 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
source 'http://rubygems.org'
ruby "3.1.2"
gem 'acts_as_list'
gem 'aws-sdk-sns'
gem 'aws-sdk-s3'
gem 'bcrypt'
gem 'coffee-rails'
gem 'dynamic_form'
gem 'will_paginate', "~> 3.0.pre2" #needs to be loaded before elasticsearch
# gem 'elasticsearch'
# gem 'elasticsearch-model'
# gem 'faraday_middleware'
# gem 'faraday_middleware-aws-sigv4'
gem 'graphql'
gem 'graphql-batch'
gem 'haml'
gem 'httparty'
gem 'jbuilder'
gem 'jquery-rails'
gem 'nokogiri'
gem 'pg'
gem 'puma'
gem "activesupport"
gem "actionpack"
gem "actionview"
gem "activemodel"
gem "activerecord"
gem "actionmailer"
gem "activejob"
gem "railties"
gem 'sass-rails'
gem 'sentry-ruby'
gem 'sentry-rails'
gem 'uglifier'
gem "factory_bot_rails", group: :test
gem 'derailed_benchmarks', group: :development
gem 'graphiql-rails', group: :development