Sha256: 804308bc3fd09c1865dec5cdf9095da79e5b72ff6e22ae5b03af5033d7be35e0

Contents?: true

Size: 439 Bytes

Versions: 14

Compression:

Stored size: 439 Bytes

Contents

# frozen_string_literal: true

source "https://rubygems.org"

# Specify your gem's dependencies in acidic_job.gemspec
gemspec

gem "rake", "~> 13.0"

gem "minitest", "~> 5.0"

gem "rubocop", "~> 1.7"

gem "rubocop-minitest"

gem "rubocop-rake"

gem "activerecord", "~> 6.1.3.2"

gem "activejob", "~> 6.1.3.2"

gem "sqlite3"

gem "database_cleaner"

gem "simplecov"

gem "pry"

gem "sidekiq"

gem "noticed"

gem "combustion"

gem "warning"

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
acidic_job-1.0.0.pre14 Gemfile
acidic_job-1.0.0.pre13 Gemfile
acidic_job-1.0.0.pre12 Gemfile
acidic_job-1.0.0.pre11 Gemfile
acidic_job-1.0.0.pre10 Gemfile
acidic_job-1.0.0.pre9 Gemfile
acidic_job-1.0.0.pre8 Gemfile
acidic_job-1.0.0.pre7 Gemfile
acidic_job-1.0.0.pre6 Gemfile
acidic_job-1.0.0.pre5 Gemfile
acidic_job-1.0.0.pre4 Gemfile
acidic_job-1.0.0.pre3 Gemfile
acidic_job-1.0.0.pre2 Gemfile
acidic_job-1.0.0.pre1 Gemfile