Sha256: 1af3b50d02bd80b857fe771ab947f4a201326044b39f13ddb42fed355ea8d106

Contents?: true

Size: 531 Bytes

Versions: 1

Compression:

Stored size: 531 Bytes

Contents

source 'http://rubygems.org'

gemspec

ar_version = ENV['ACTIVE_RECORD_VERSION']
ar_version = case ar_version
               when 'master' then {github: 'rails'}
               when String   then "~> #{ar_version}"
             end

mo_version = ENV['MONGOID_VERSION']
mo_version = case mo_version
               when 'master' then {github: 'mongoid'}
               when String   then "~> #{mo_version}"
             end

gem 'activerecord', ar_version if ar_version
gem 'mongoid',      mo_version if mo_version

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
by_star-4.0.1 Gemfile