Skip to content

Commit

Permalink
Remove non-required Rails version requirement
Browse files Browse the repository at this point in the history
The bug that this code fixed has been patched in the the latest versions
of bundler and is no longer required.
  • Loading branch information
cpfergus1 committed Jul 21, 2021
1 parent 6f644d5 commit b8033cd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ 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'

# Provides basic authentication functionality for testing parts of your engine
gem 'solidus_auth_devise'

Expand Down

0 comments on commit b8033cd

Please sign in to comment.