Sha256: 19a05cc721c072a2aa2c74b9ab4705d7e00c8c290b7e53febcc08df324c7820b

Contents?: true

Size: 517 Bytes

Versions: 10

Compression:

Stored size: 517 Bytes

Contents

source 'http://rubygems.org'

gemspec

# gem 'neo4j-ruby-driver', path: '../neo4j-ruby-driver'

gem 'listen', '< 3.1'

active_model_version = ENV['ACTIVE_MODEL_VERSION']
gem 'activemodel', "~> #{active_model_version}" if active_model_version&.length&.positive?

group 'test' do
  gem 'coveralls', require: false
  gem 'overcommit'
  gem 'codecov', require: false
  gem 'simplecov', require: false
  gem 'simplecov-html', require: false
  gem 'its'
  gem 'test-unit'
  gem 'colored'
  gem 'dotenv'
  gem 'timecop'
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
activegraph-11.4.0 Gemfile
activegraph-11.3.1 Gemfile
activegraph-11.3.0 Gemfile
activegraph-11.2.0 Gemfile
activegraph-11.1.0 Gemfile
activegraph-11.1.0.beta.1 Gemfile
activegraph-11.1.0.alpha.4 Gemfile
activegraph-11.1.0.alpha.3 Gemfile
activegraph-11.1.0.alpha.2 Gemfile
activegraph-11.1.0.alpha.1 Gemfile