Sha256: 759b4ead67644e881eef18aebeca327d23d35e056384825aa1741757d638cb52

Contents?: true

Size: 386 Bytes

Versions: 1

Compression:

Stored size: 386 Bytes

Contents

# frozen_string_literal: true
source 'https://rubygems.org'

gemspec

gem 'faker'
gem 'rubocop'
gem 'rubocop-rspec'
gem 'simplecov', '~> 0.13.0'
gem 'sqlite3'

if RUBY_VERSION < '2.1'
  gem 'sidekiq', '3.0.0'
  gem 'activesupport', '<4.0.0'
  gem 'omniauth', '~>1.4.2'
elsif RUBY_VERSION < '2.2.0'
  gem 'sidekiq', '4.0.0'
  gem 'activesupport', '<5.0.0'
else
  gem 'activesupport'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ditty-0.8.0 Gemfile.ci