Sha256: 29e17aa690fcc4f2ead523521c071a5e4e918d62bd7745f51a5456a354bdede8
Contents?: true
Size: 513 Bytes
Versions: 4
Compression:
Stored size: 513 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
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
ta_by_star-4.1.0 | Gemfile |
ta_by_star-4.0.0 | Gemfile |
by_star-4.0.0 | Gemfile |
by_star-3.0.0 | Gemfile |