Skip to content

Commit

Permalink
add custom Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu committed May 14, 2021
1 parent 3d79f2d commit 8e3920a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ group :test do
gem 'rspec'
gem 'webmock'
end

eval_gemfile './Gemfile_custom'
3 changes: 3 additions & 0 deletions Gemfile_custom
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This is a Gemfile to add extra dependencies
# needed for custom responders or workers.
# Override and add customized gems in this file.

0 comments on commit 8e3920a

Please sign in to comment.