Sha256: a2ae12b5f9918c1c159b4e08127b1516868188b7e4f827ba5c4bd2001e7439ba
Contents?: true
Size: 499 Bytes
Versions: 10
Compression:
Stored size: 499 Bytes
Contents
# frozen_string_literal: true source 'https://rubygems.org' gemspec gem 'codeclimate-test-reporter', '~> 1.0.0' gem 'ditty', git: 'https://github.com/EagerELK/ditty.git', branch: 'master' gem 'dotenv' gem 'rspec' 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
10 entries across 10 versions & 1 rubygems