Skip to content

Commit

Permalink
The dummy generator fails without activejob 🐊
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Oct 30, 2017
1 parent f54aa81 commit 857fff4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ group :test do
gem 'rspec-retry'
end

group :development, :test do
gem 'activejob'
end

# Load local gems according to Refinery developer preference.
if File.exist? local_gemfile = File.expand_path('../.gemfile', __FILE__)
eval File.read(local_gemfile)
Expand Down

0 comments on commit 857fff4

Please sign in to comment.