Skip to content

Commit 857fff4

Browse files
committed
The dummy generator fails without activejob 🐊
1 parent f54aa81 commit 857fff4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Gemfile

+4
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ group :test do
5151
gem 'rspec-retry'
5252
end
5353

54+
group :development, :test do
55+
gem 'activejob'
56+
end
57+
5458
# Load local gems according to Refinery developer preference.
5559
if File.exist? local_gemfile = File.expand_path('../.gemfile', __FILE__)
5660
eval File.read(local_gemfile)

0 commit comments

Comments
 (0)