Sha256: a4cfb835ffce15a3d1d120aee443f449bb03805b96ef45a3a1e828362b031b9b

Contents?: true

Size: 388 Bytes

Versions: 4

Compression:

Stored size: 388 Bytes

Contents

source 'https://rubygems.org'

gemspec

group :concurrent_ruby_ext do
  gem 'concurrent-ruby-ext', '~> 1.0'
end

group :pry do
  gem 'pry'
end

group :postgresql do
  if RUBY_VERSION <= '2'
    gem 'pg', '< 0.19'
  else
    gem "pg"
  end
end

group :mysql do
  gem "mysql2"
end

if RUBY_VERSION < "2.2.2"
  gem 'activesupport', '~> 4.2'
end

group :lint do
  gem 'rubocop', '0.39.0'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dynflow-0.8.19 Gemfile
dynflow-0.8.18 Gemfile
dynflow-0.8.17 Gemfile
dynflow-0.8.16 Gemfile