Sha256: 22212f888f2bedfc3feae2922c94471ef095cf1d871f5d46fe2bb8205ea10996
Contents?: true
Size: 718 Bytes
Versions: 5
Compression:
Stored size: 718 Bytes
Contents
# frozen_string_literal: true source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } branch = ENV.fetch('SOLIDUS_BRANCH', 'main') gem 'solidus_core', github: 'solidusio/solidus', branch: branch case ENV['DB'] when 'mysql' gem 'mysql2' when 'postgresql' gem 'pg' else gem 'sqlite3' end gemspec # There is an issue with Sprockets 4 not accepting a custom path for # the assets manifest, which doesn't play well with in-memory dummy # apps such as the one we use in this gem. # A fix was provided for sprockets-rails[1] but it was not accepted # yet. # [1]: rails/sprockets-rails#446 # # Please do not remove this line until we have a solution. gem 'sprockets', '~> 3'
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
solidus_support-0.10.2 | Gemfile |
solidus_support-0.10.1 | Gemfile |
solidus_support-0.10.0 | Gemfile |
solidus_support-0.9.3 | Gemfile |
solidus_support-0.9.2 | Gemfile |