Skip to content

Commit

Permalink
Merge pull request #3739 from nebulab/elia/remove-useless-requires
Browse files Browse the repository at this point in the history
The install generator is no longer using Bundler::CLI
  • Loading branch information
aldesantis authored Aug 24, 2020
2 parents 4b2fe47 + ca331ef commit 7c1f2e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/lib/generators/solidus/install/install_generator.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# frozen_string_literal: true

require 'rails/generators'
require 'bundler'
require 'bundler/cli'

module Solidus
# @private
Expand Down

0 comments on commit 7c1f2e6

Please sign in to comment.