We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dacb851 commit b33b1faCopy full SHA for b33b1fa
1 file changed
Gemfile
@@ -6,10 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
6
branch = ENV.fetch('SOLIDUS_BRANCH', 'master')
7
gem 'solidus', github: 'solidusio/solidus', branch: branch
8
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'
+gem 'rails'
13
14
case ENV['DB']
15
when 'mysql'
0 commit comments