Skip to content

Commit b33b1fa

Browse files
committed
Remove Rails bundler workaround
No longer needed.
1 parent dacb851 commit b33b1fa

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Gemfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
66
branch = ENV.fetch('SOLIDUS_BRANCH', 'master')
77
gem 'solidus', github: 'solidusio/solidus', branch: branch
88

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

1411
case ENV['DB']
1512
when 'mysql'

0 commit comments

Comments
 (0)