Sha256: a76d4b5beaf929a9fdc579fe1ace995c2790cce86b348f160a3bc6036e06fd8b
Contents?: true
Size: 594 Bytes
Versions: 3
Compression:
Stored size: 594 Bytes
Contents
source 'https://rubygems.org' gem 'rails' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' gem 'sqlite3' gem 'blacklight' gem 'hydra-head' # Gems used only for assets and not required # in production environments by default. group :assets do gem 'sass-rails', '~> 3.2.3' gem 'coffee-rails', '~> 3.2.1' # See https://github.com/sstephenson/execjs#readme for more supported runtimes #gem 'therubyracer', :platforms => :ruby gem 'uglifier', '>= 1.0.3' end gem 'jquery-rails' gem 'hydra-role-management', :path=>'../../' gem 'rspec-rails'
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
bpl-institution-management-0.0.2 | spec/support/Gemfile |
hydra-role-management-0.0.2 | spec/support/Gemfile |
hydra-role-management-0.0.1 | spec/support/Gemfile |