Sha256: b798ac591fc496e075d77cd2e52c4cf14f6e8b324c4f50d947a0e525ac79a9ec

Contents?: true

Size: 731 Bytes

Versions: 18

Compression:

Stored size: 731 Bytes

Contents

source 'https://rubygems.org'

gem 'minitest', '~> 5.14' # For test
gem 'rake', '~> 13.0' # For test and automation
gem 'rubocop', '>= 0.79.0', require: false # For lint
gem 'rubocop-minitest', '~> 0.11.0', require: false # For lint
gem 'rubocop-performance', '~> 1.10.1', require: false # For lint
gem 'rubocop-rake', '>= 0.5.1', require: false # For lint
gem 'rubocop-sensible', '~> 0.3.0', require: false # For lint
gem 'simplecov', '~> 0.21.0', require: false # For test coverage
gem 'simplecov-cobertura', require: false # For test coverage
gem 'yard', require: false # For documentation

platforms :ruby do
  gem 'oj', '~> 3.11', require: false # For backend
  gem 'ruby-prof', require: false # For performance profiling
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
alba-2.4.3 gemfiles/without_active_support.gemfile
alba-3.2.0 gemfiles/without_active_support.gemfile
alba-3.1.0 gemfiles/without_active_support.gemfile
alba-3.0.3 gemfiles/without_active_support.gemfile
alba-3.0.2 gemfiles/without_active_support.gemfile
alba-3.0.1 gemfiles/without_active_support.gemfile
alba-2.4.2 gemfiles/without_active_support.gemfile
alba-3.0.0 gemfiles/without_active_support.gemfile
alba-2.4.1 gemfiles/without_active_support.gemfile
alba-2.4.0 gemfiles/without_active_support.gemfile
alba-2.3.0 gemfiles/without_active_support.gemfile
alba-2.2.0 gemfiles/without_active_support.gemfile
alba-2.1.0 gemfiles/without_active_support.gemfile
alba-2.0.1 gemfiles/without_active_support.gemfile
alba-2.0.0 gemfiles/without_active_support.gemfile
alba-1.6.0 gemfiles/without_active_support.gemfile
alba-1.5.0 gemfiles/without_active_support.gemfile
alba-1.4.0 gemfiles/without_active_support.gemfile