Sha256: f1a1a8241f79f6dfca39b375c2513f9e00e3d43a383e960b7ea22cc80e0c4f66
Contents?: true
Size: 645 Bytes
Versions: 2
Compression:
Stored size: 645 Bytes
Contents
source "https://rubygems.org" gem 'actionpack', github: 'rails/rails' gem 'activesupport', github: 'rails/rails' # Required git dependencies as per https://github.com/rails/rails/blob/51211a94bd7a34d80f2412a7f94fefe7366647a5/Gemfile: gem 'rack', github: 'rack/rack' gem 'sprockets', github: 'rails/sprockets' gem 'sprockets-rails', github: 'rails/sprockets-rails' gem 'sass-rails', github: 'rails/sass-rails', branch: 'master' # Need https://github.com/ai/autoprefixer-rails/pull/73 fixed to unlock gem 'autoprefixer-rails', '= 6.1.0' source 'https://rails-assets.org' do gem 'rails-assets-tether', '>= 1.1.0' end gemspec path: '../../'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bootstrap-4.0.0.alpha3 | test/gemfiles/rails_head.gemfile |
bootstrap-4.0.0.alpha2 | test/gemfiles/rails_head.gemfile |