Skip to content

Commit

Permalink
Remove Rails bundler workaround
Browse files Browse the repository at this point in the history
No longer needed.
  • Loading branch information
gsmendoza committed Jun 2, 2022
1 parent dacb851 commit b33b1fa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
branch = ENV.fetch('SOLIDUS_BRANCH', 'master')
gem 'solidus', github: 'solidusio/solidus', branch: branch

# Needed to help Bundler figure out how to resolve dependencies,
# otherwise it takes forever to resolve them.
# See https://github.com/bundler/bundler/issues/6677
gem 'rails', '>0.a'
gem 'rails'

case ENV['DB']
when 'mysql'
Expand Down

0 comments on commit b33b1fa

Please sign in to comment.