Sha256: ddc9ce6e96f61cbec32fd8f0d6229b68ec64f293009be155961635e6bf72303f

Contents?: true

Size: 579 Bytes

Versions: 8

Compression:

Stored size: 579 Bytes

Contents

source 'https://rubygems.org'

gemspec

group :development, :test do
  gem 'actionpack'
  gem 'byebug', platform: [:ruby], require: false
  gem 'rubocop', require: false
  gem 'rspec-rails', '~> 3.8'
  gem 'capybara', '~> 3.14'
  gem 'pry-rails'
end

# HACK: npm install on bundle
unless $npm_commands_hook_installed # rubocop:disable Style/GlobalVars
  Gem.pre_install do |installer|
    next true unless installer.spec.name == 'critical-path-css-rails'
    require_relative './ext/npm/install'
  end
  $npm_commands_hook_installed = true # rubocop:disable Style/GlobalVars
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
critical-path-css-rails-4.1.1 Gemfile
critical-path-css-rails-4.1.0 Gemfile
critical-path-css-rails-4.0.1 Gemfile
critical-path-css-rails-4.0.0 Gemfile
critical-path-css-rails-3.1.0 Gemfile
critical-path-css-rails-3.0.3 Gemfile
critical-path-css-rails-3.0.2 Gemfile
critical-path-css-rails-3.0.1 Gemfile