Sha256: 15f63d768ef95f1ac8abfc4f34a864cea9e3819d66da0bfbfebf4c11aea8bb77

Contents?: true

Size: 397 Bytes

Versions: 3

Compression:

Stored size: 397 Bytes

Contents

# frozen_string_literal: true

source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

gemspec

group :development, :test do
  # Call 'byebug' anywhere in the code to stop execution and get a debugger console
  gem 'dotenv-rails'
  gem 'pry-rails'
  gem 'pry-byebug'
  gem 'rubocop-rails_config'
  gem 'rubocop-rspec'
  gem 'rspec-rails'
  gem 'sqlite3'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
kafka_command-0.0.3 Gemfile
kafka_command-0.0.2 Gemfile
kafka_command-0.0.1 Gemfile