Sha256: 948c5b14a1383b50d132cac6b6c91083f6545264a7063d9176ad7d7e38087854

Contents?: true

Size: 597 Bytes

Versions: 8

Compression:

Stored size: 597 Bytes

Contents

source 'https://rubygems.org'

# Specify your gem's dependencies in browse_everything.gemspec
gemspec

file = File.expand_path("Gemfile", ENV['ENGINE_CART_DESTINATION'] || ENV['RAILS_ROOT'] || File.expand_path("../spec/internal", __FILE__))
if File.exists?(file)
  puts "Loading #{file} ..." if $DEBUG # `ruby -d` or `bundle -v`
  instance_eval File.read(file)
else
  gem 'rails', ENV['RAILS_VERSION'] if ENV['RAILS_VERSION']

  if ENV['RAILS_VERSION'] and ENV['RAILS_VERSION'] !~ /^4.2/
    gem 'sass-rails', "< 5.0"
  else
    gem 'responders', "~> 2.0"
    gem 'sass-rails', ">= 5.0"
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
browse-everything-0.9.1 Gemfile
browse-everything-0.9.0 Gemfile
browse-everything-0.8.4 Gemfile
browse-everything-0.8.3 Gemfile
browse-everything-0.8.2 Gemfile
browse-everything-0.8.1 Gemfile
browse-everything-0.8.0 Gemfile
browse-everything-0.7.1 Gemfile