Sha256: 835cc2e99d2d7e7c9bedba273fa7d729deb4a04a823c49203262bc9f5f5a13e0
Contents?: true
Size: 336 Bytes
Versions: 57
Compression:
Stored size: 336 Bytes
Contents
# frozen_string_literal: true source 'https://rubygems.org' plugin 'diffend' gemspec # Karafka gem does not require this but we add it here so we can test the integration with # ActiveJob much easier group :integrations do gem 'activejob' end group :test do gem 'byebug' gem 'factory_bot' gem 'rspec' gem 'simplecov' end
Version data entries
57 entries across 57 versions & 1 rubygems