Sha256: 53f6d93c0de125df6fc159b00be5d8d06c3eaca312ee2e69ad19bf2e3400789f
Contents?: true
Size: 778 Bytes
Versions: 6
Compression:
Stored size: 778 Bytes
Contents
source 'https://rubygems.org' # Please see sufia.gemspec for dependency information. gemspec # Required for doing pagination inside an engine. See https://github.com/amatsuda/kaminari/pull/322 gem 'kaminari', github: 'harai/kaminari', branch: 'route_prefix_prototype' gem 'sufia-models', path: './sufia-models' gem 'sass-rails', '~> 4.0.3' group :development, :test do gem "simplecov", require: false gem "byebug", require: false end # (leave this comment here to catch a stray line inserted by blacklight!) 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
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
sufia-4.3.1 | Gemfile |
sufia-4.2.0 | Gemfile |
sufia-4.1.0 | Gemfile |
sufia-4.0.1 | Gemfile |
sufia-4.0.0 | Gemfile |
sufia-4.0.0.rc2 | Gemfile |