Sha256: e3cc9fc05d89148f6a35a64597a47f008eae78aa8f17f392b4f495a4f4278f08

Contents?: true

Size: 307 Bytes

Versions: 1

Compression:

Stored size: 307 Bytes

Contents

# frozen_string_literal: true

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

ruby '2.7.0'

gem 'bootsnap', '>= 1.4.2', require: false
gem 'quiq', path: '..'
gem 'rails', '~> 6.0.2', '>= 6.0.2.1'

group :development do
  gem 'listen', '>= 3.0.5', '< 3.2'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
quiq-0.1.0 testapp/Gemfile