Skip to content

Commit 8e3920a

Browse files
committed
add custom Gemfile
1 parent 3d79f2d commit 8e3920a

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Diff for: Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ group :test do
1818
gem 'rspec'
1919
gem 'webmock'
2020
end
21+
22+
eval_gemfile './Gemfile_custom'

Diff for: Gemfile_custom

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# This is a Gemfile to add extra dependencies
2+
# needed for custom responders or workers.
3+
# Override and add customized gems in this file.

0 commit comments

Comments
 (0)