Sha256: f86b55f21d09b02c40bf7c24b03f25f97bdbecc6c57161ba886da0765aef9df7

Contents?: true

Size: 327 Bytes

Versions: 35

Compression:

Stored size: 327 Bytes

Contents

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

gems = "#{__dir__}/gemfiles/common.gemfile"
eval File.read(gems), binding, gems

require "#{__dir__}/lib/rails_bootstrap_form/version"

gem "rake", "~> 13.0"

gem "rspec-rails"

gem "rails", RailsBootstrapForm::REQUIRED_RAILS_VERSION

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
rails_bootstrap_form-0.5.3 Gemfile
rails_bootstrap_form-0.5.2 Gemfile
rails_bootstrap_form-0.5.1 Gemfile
rails_bootstrap_form-0.5.0 Gemfile
rails_bootstrap_form-0.4.2 Gemfile
rails_bootstrap_form-0.4.1 Gemfile
rails_bootstrap_form-0.4.0 Gemfile
rails_bootstrap_form-0.3.1 Gemfile
rails_bootstrap_form-0.3.0 Gemfile
rails_bootstrap_form-0.2.3 Gemfile
rails_bootstrap_form-0.2.2 Gemfile
rails_bootstrap_form-0.2.1 Gemfile
rails_bootstrap_form-0.2.0 Gemfile
rails_bootstrap_form-0.1.1 Gemfile
rails_bootstrap_form-0.1.0 Gemfile