Sha256: 574542f02e30f6babd676d505495216ebe50877fc3e27a92f6a6f8f619e08325

Contents?: true

Size: 203 Bytes

Versions: 2

Compression:

Stored size: 203 Bytes

Contents

source 'https://rubygems.org'

gemspec

local_gemfile = 'Gemfile.local'

if File.exist?(local_gemfile)
  eval(File.read(local_gemfile)) # rubocop:disable Lint/Eval
else
  gem 'activerecord', '~>4.2'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
store_attribute-0.4.1 Gemfile
store_attribute-0.4.0 Gemfile