Sha256: eaa69cbeb8ca01f68550f180a99d7511c6fb62afb2a5cf0f0745cf506304b4db

Contents?: true

Size: 577 Bytes

Versions: 3

Compression:

Stored size: 577 Bytes

Contents

# -*- encoding: utf-8 -*-
# -*- frozen_string_literal: true -*-
# -*- warn_indent: true -*-

source "http://rubygems.org"

gemspec path: File.dirname(__dir__)

# To test with different Rails versions, use the files in `./gemfiles`
gem "sprockets-rails"

# Use Sass to process CSS
gem "sassc-rails"

# Add bootstrap support
gem "bootstrap", "~> 5.3.0.alpha3"

# Use sqlite3 as the database for Active Record
gem "sqlite3", "~> 1.4"

# Library to show coverage of the code.
gem "simplecov"

group :development do
  gem "puma"
end

group :development, :test do
  gem "byebug"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rails_bootstrap_form-0.6.0 gemfiles/common.gemfile
rails_bootstrap_form-0.5.3 gemfiles/common.gemfile
rails_bootstrap_form-0.5.2 gemfiles/common.gemfile