mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
50 lines
1 KiB
Ruby
50 lines
1 KiB
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'rails', '3.2.11'
|
|
|
|
# Bundle edge Rails instead:
|
|
# gem 'rails', :git => 'git://github.com/rails/rails.git'
|
|
|
|
gem 'sqlite3'
|
|
gem 'mysql2'
|
|
|
|
# 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 'will_paginate'
|
|
gem 'paperclip', '~> 3.0'
|
|
gem 'jquery-rails'
|
|
gem 'jquery-fileupload-rails'
|
|
gem 'devise'
|
|
gem 'cancan'
|
|
gem "haml"
|
|
gem 'bcrypt-ruby', '~> 3.0.0'
|
|
#gem 'node'
|
|
gem 'paper_trail'
|
|
gem 'formtastic-bootstrap'
|
|
gem 'cocoon'
|
|
gem 'transitions', :require => ["transitions", "active_record/transitions"]
|
|
gem 'acts_as_commentable_with_threading'
|
|
gem 'prawn'
|
|
gem 'prawn_rails'
|
|
|
|
# To use Jbuilder templates for JSON
|
|
# gem 'jbuilder'
|
|
|
|
# Use unicorn as the app server
|
|
# gem 'unicorn'
|
|
|
|
# Deploy with Capistrano
|
|
# gem 'capistrano'
|
|
|
|
# To use debugger
|
|
# gem 'debugger'
|