Skip to content

Commit

Permalink
Use append_file tp install sidekiq
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepolitodesign committed Aug 5, 2022
1 parent bd40e33 commit e6e07b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/suspenders/generators/jobs_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Suspenders
class JobsGenerator < Generators::Base
def add_jobs_gem
gem "sidekiq"
append_file "Gemfile", %(\ngem "sidekiq"\n)
Bundler.with_unbundled_env { run "bundle install" }
end

Expand Down

1 comment on commit e6e07b0

@stevepolitodesign
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@thiagoa I didn't realize I was on main when I pushed up this commit. We'll probably want to remove this before the next release.

Please sign in to comment.