-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile.custom
32 lines (28 loc) · 918 Bytes
/
Gemfile.custom
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
# environment variables
gem "file_exists"
gem 'dotenv', groups: [:development, :test]
gem "colorize"
# middleware
gem "ruby_event_store-browser", path: "./local/ruby_event_store-browser"
gem "rails_event_store", "~> 2.0"
gem "amazing_print"
gem "rails_semantic_logger"
gem "logtail-rails"
gem "haml-rails", "~> 2.0"
gem "html2haml", groups: [:development, :test]
# third party apis
gem 'dropbox_api'
gem 'easybill-api'
# gem 'airtable', github: 'VuframeLab/airtable-ruby'
gem 'pipedrive-ruby', github: 'azeitler/pipedrive-ruby', tag: '0.4.4'
# gem 'pipedrive-ruby', github: 'azeitler/pipedrive-ruby', branch: 'develop'
# gem 'pipedrive-ruby', path: "/Users/azeitler/LocalProjects/Gems/pipedrive-ruby"
# Avo Pro
gem "avo", ">= 3.2.1"
gem "avo-pro", ">= 3.2.0", source: "https://packager.dev/avo-hq/"
gem 'ransack'
group :development do
gem 'better_errors'
gem 'binding_of_caller', '>= 0.s'
gem "annotate"
end