Sha256: f6a10a89d87a53bebf31db740e06b0e5f17a488429b77ee5c74e6139439dfedd
Contents?: true
Size: 409 Bytes
Versions: 6
Compression:
Stored size: 409 Bytes
Contents
# frozen_string_literal: true source "https://rubygems.org" git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } # Specify your gem's dependencies in job-iteration.gemspec gemspec # for integration testing gem 'sidekiq' gem 'resque' gem 'activerecord' gem 'mysql2', '~> 0.4.4' gem 'globalid' gem 'i18n' gem 'redis' gem 'database_cleaner' gem 'pry' gem 'mocha' gem 'rubocop' gem 'yard'
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
job-iteration-0.9.6 | Gemfile |
job-iteration-0.9.5 | Gemfile |
job-iteration-0.9.4 | Gemfile |
job-iteration-0.9.3 | Gemfile |
job-iteration-0.9.2 | Gemfile |
job-iteration-0.9.1 | Gemfile |