Skip to content

Instantly share code, notes, and snippets.

@bassettsj
Created September 16, 2013 15:41
Show Gist options
  • Save bassettsj/6582366 to your computer and use it in GitHub Desktop.
Save bassettsj/6582366 to your computer and use it in GitHub Desktop.
source 'https://rubygems.org'
gem 'rails', '3.2.13'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'sqlite3'
gem 'blacklight'
gem 'hydra-head'
#gem 'sufia', :path => '../sufia'
gem 'sufia', :git => 'https://github.com/nu-lts/nu-sufia.git', :branch => 'develop'
gem 'kaminari', :git => 'https://github.com/harai/kaminari.git', :branch => 'route_prefix_prototype' # required to handle pagination properly in dashboard. See https://github.com/amatsuda/kaminari/pull/322
gem 'rubyzip', :require => 'zip/zip'
gem 'jettywrapper'
gem 'bootstrap-sass', '~> 2.3.2.1'
#gem 'font-awesome-sass-rails'
gem 'haml'
# 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'
gem 'compass-rails'
# 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 "devise"
gem "devise-guests", "~> 0.3"
group :development, :test do
gem 'guard-livereload'
gem "rspec-rails"
gem "capybara"
gem "launchy"
gem "jettywrapper"
gem "factory_girl_rails"
end
@bassettsj
Copy link
Author

[#file-my-gemfile-L16] is suspect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment