-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Easypost integrate #10
base: monterail
Are you sure you want to change the base?
Changes from 3 commits
47437ea
f6f919b
b87b808
9bf74bb
954103a
79a4fa9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,4 +48,9 @@ node_modules | |
/node_modules | ||
yarn-debug.log* | ||
.yarn-integrity | ||
/yarn-error.log | ||
/yarn-error.log | ||
# Ignore application configuration | ||
/config/application.yml | ||
|
||
/config/master.key | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. master.key should be added to some safe place like 1password |
||
/config/credentials.yml.enc | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This file is encrypted and you like to store it in the repository! |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,8 @@ gem 'pg' | |
gem 'sass-rails' | ||
# Use Uglifier as compressor for JavaScript assets | ||
gem 'uglifier' | ||
# Used for locating stores | ||
gem 'geocoder', '~> 1.6', '>= 1.6.7' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's not used in this PR! |
||
|
||
gem 'mini_racer' | ||
|
||
|
@@ -84,6 +86,7 @@ gem 'spree_i18n', '>= 5.0' | |
gem 'spree_multi_vendor', " ~> 2.2" | ||
gem 'spree_dev_tools', require: false, group: %w[test development] | ||
gem 'spree_multi_domain', github: 'spree-contrib/spree-multi-domain' | ||
gem 'spree_easypost', github: 'RubyDiver/spree_easypost' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Pls add the comment why we have used fork version here |
||
|
||
# Sentry Client | ||
gem 'sentry-raven' | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls remove it since we don't want to use Figaro