Sha256: 9475b3024b6ee6c9cd636557a3d315c401dd44007bc79fe94dc2b640597ba71e

Contents?: true

Size: 344 Bytes

Versions: 5

Compression:

Stored size: 344 Bytes

Contents

# frozen_string_literal: true

source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

branch = ENV.fetch('SOLIDUS_BRANCH', 'master')
gem 'solidus_core', github: 'solidusio/solidus', branch: branch

case ENV['DB']
when 'mysql'
  gem 'mysql2'
when 'postgresql'
  gem 'pg'
else
  gem 'sqlite3'
end

gemspec

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
solidus_support-0.7.0 Gemfile
solidus_support-0.6.0 Gemfile
solidus_support-0.5.1 Gemfile
solidus_support-0.5.0 Gemfile
solidus_support-0.4.1 Gemfile