Sha256: 02a7f2d78dd4a850beca683589f8632a36e6a1f4310dd69aa13900412acf4207

Contents?: true

Size: 354 Bytes

Versions: 14

Compression:

Stored size: 354 Bytes

Contents

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

gemspec

gem 'rubocop'
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

14 entries across 14 versions & 1 rubygems

Version Path
ditty-0.7.2 Gemfile.ci
ditty-0.7.1 Gemfile.ci
ditty-0.7.0 Gemfile.ci
ditty-0.7.0.pre.rc1 Gemfile.ci
ditty-0.6.0 Gemfile.ci
ditty-0.4.1 Gemfile.ci
ditty-0.4.0 Gemfile.ci
ditty-0.3.3 Gemfile.ci
ditty-0.3.2 Gemfile.ci
ditty-0.3.1 Gemfile.ci
ditty-0.3.0 Gemfile.ci
ditty-0.2.2 Gemfile.ci
ditty-0.2.1 Gemfile.ci
ditty-0.2.0 Gemfile.ci