Sha256: 9bce6cab878903015a8b0f07783eccffcac9be203cd79acb3f39fb0fba3f3b1d

Contents?: true

Size: 451 Bytes

Versions: 3

Compression:

Stored size: 451 Bytes

Contents

source "https://rubygems.org"

gemspec

gem 'rspec-its'

# To avoid: 'Bundler could not find compatible versions for gem "sprockets":'
gem 'sass', '~> 3.2.15'
gem 'sprockets', '~> 2.11.0'

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)
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hydra-role-management-0.2.2 Gemfile
hydra-role-management-0.2.1 Gemfile
hydra-role-management-0.2.0 Gemfile