Sha256: acac8a2b38746fbb71c165b3b5c9d64eb3db6d7cef4740f26ec1a3f331986df9
Contents?: true
Size: 428 Bytes
Versions: 2
Compression:
Stored size: 428 Bytes
Contents
source 'https://rubygems.org' # DEPENDENCIES gem 'activerecord', '>= 4.0', require: 'active_record' gem 'activesupport', '>= 4.0', require: 'active_support/core_ext/object/try' group :development do # DEVELOPMENT gem 'jeweler' gem 'yard' gem 'RedCloth', require: 'redcloth' # TEST gem 'rspec' gem 'factory_girl' platform(:mri) { gem 'pg' } platform(:jruby) { gem 'activerecord-jdbcpostgresql-adapter' } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
enum_type-2.1.2 | Gemfile |
enum_type-2.1.1 | Gemfile |