Sha256: e0d5337fab6ed1c4a908ba54a04654bdbcab496f924d4963d93e2c9242a98b82

Contents?: true

Size: 565 Bytes

Versions: 1

Compression:

Stored size: 565 Bytes

Contents

# encoding: utf-8

source 'https://rubygems.org'

gemspec

gem 'rom-relation', path: '.'

gem 'axiom',      git: 'https://github.com/dkubb/axiom.git', branch: 'master'
gem 'rom-mapper', git: 'https://github.com/rom-rb/rom-mapper.git'

group :test do
  gem 'bogus', '~> 0.1'
  gem 'randexp'
  gem 'ruby-graphviz'
  gem 'axiom-memory-adapter', git: 'https://github.com/dkubb/axiom-memory-adapter.git', branch: 'master'
end

group :development do
  gem 'devtools', git: 'https://github.com/rom-rb/devtools.git'
end

# added by devtools
eval_gemfile 'Gemfile.devtools'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rom-relation-0.1.2 Gemfile