Sha256: 4d4807cc7d1c2391e995446a008ebb79ee0ef96ea89407a3eaae5725e1b65e33

Contents?: true

Size: 279 Bytes

Versions: 1

Compression:

Stored size: 279 Bytes

Contents

source "https://rubygems.org"
gemspec

if RbConfig::CONFIG['RUBY_PROGRAM_VERSION'] && RbConfig::CONFIG['RUBY_PROGRAM_VERSION'] >= '1.9.3'
  gem 'activemodel', '>= 3.2.0'
  gem 'activesupport', '>= 3.2.0'
else
  gem 'activemodel', '>= 3.2.0'
  gem 'activesupport', '>= 3.2.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
restorm-1.0.0 Gemfile