Sha256: cbd75e5b76bb6b71f7847dcdefd6da22a1e3294669d7532e50f6d60b0c337df1
Contents?: true
Size: 423 Bytes
Versions: 1
Compression:
Stored size: 423 Bytes
Contents
# frozen_string_literal: true source 'https://rubygems.org' gemspec gem 'codeclimate-test-reporter', '~> 1.0.0' 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
proxes-0.8.0 | Gemfile.ci |