Codebase list ruby-parallel / multiarch-fixes/main Gemfile
multiarch-fixes/main

Tree @multiarch-fixes/main (Download .tar.gz)

Gemfile @multiarch-fixes/mainraw · history · blame

# frozen_string_literal: true
source "https://rubygems.org"
gemspec

gem 'bump'
gem 'rake'
gem 'rspec'
gem 'activerecord', "~> 6.0"
gem 'ruby-progressbar'
gem 'rspec-rerun'
gem 'rspec-legacy_formatters'
gem 'rubocop'
gem 'rubocop-rake'
gem 'rubocop-rspec'

gem 'mysql2', group: :mysql
gem 'sqlite3'