Sha256: 5ddf7686fc3b10ba9ffa855cb1927918caa4e1ac04b2c4230780f0b01429a3a5
Contents?: true
Size: 1.7 KB
Versions: 3
Compression:
Stored size: 1.7 KB
Contents
if @sources.global_rubygems_source == Bundler::SourceList.new.global_rubygems_source Bundler.ui.info '[Koppie] Adding global rubygems source.' source 'https://rubygems.org' else Bundler.ui.info "[Koppie] Global rubygems source already set: #{@sources.global_rubygems_source.inspect}" end git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '2.7.7' gem 'bootsnap', '>= 1.1.0', require: false gem 'bootstrap', '~> 4.0' gem 'coffee-rails', '~> 4.2' gem 'dalli' gem 'devise', '4.8.0' gem 'devise-guests', '0.8.1' gem 'hydra-role-management' gemspec name: 'hyrax', path: ENV.fetch('HYRAX_ENGINE_PATH', '..') gem 'jbuilder', '~> 2.5' gem 'jquery-rails' gem 'pg', '~> 1.3' gem 'puma', '~> 5.5.2' gem 'rails', '~> 6.0' gem 'riiif', '~> 2.1' gem 'rsolr', '>= 1.0', '< 3' gem 'sass-rails', '~> 6.0' gem 'sidekiq', '~> 6.4' gem 'turbolinks', '~> 5' gem 'twitter-typeahead-rails', '0.11.1.pre.corejavascript' gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] gem 'uglifier', '>= 1.3.0' group :development do gem 'better_errors' # add command line in browser when errors gem 'binding_of_caller' # deeper stack trace used by better errors # Access an interactive console on exception pages or by calling 'console' anywhere in the code. gem 'web-console', '>= 3.3.0' gem 'listen', '>= 3.0.5', '< 3.2' # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' gem 'spring-watcher-listen', '~> 2.0.0' end group :development, :test do gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] gem "pry-byebug" gem "pry-doc" gem "pry-rails" gem "pry-rescue" gem 'rspec-rails' gem 'solr_wrapper', '>= 0.3' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
hyrax-4.0.0.rc3 | .koppie/Gemfile |
hyrax-4.0.0.rc2 | .koppie/Gemfile |
hyrax-4.0.0.rc1 | .koppie/Gemfile |