rosa-build/Gemfile

145 lines
3.0 KiB
Ruby
Raw Normal View History

2013-03-11 10:44:52 +00:00
source 'https://rubygems.org'
2011-03-09 13:13:36 +00:00
2015-03-04 23:09:50 +00:00
gem 'rails', '4.1.9'
2011-03-09 13:13:36 +00:00
2015-02-13 00:36:18 +00:00
gem 'activeadmin', github: 'activeadmin'
2015-03-04 23:09:50 +00:00
gem 'pg'
2014-08-29 15:57:16 +01:00
gem 'schema_plus', '~> 1.5'
2014-03-04 10:47:58 +00:00
########
gem 'protected_attributes'
########
2015-03-04 23:09:50 +00:00
gem 'devise'
gem 'omniauth'
gem 'omniauth-facebook'
gem 'omniauth-google-oauth2'
gem 'omniauth-github'
# gem 'omniauth-openid', '~> 1.0.1'
2014-03-14 21:55:28 +00:00
# gem 'cancan', '1.6.10'
gem 'cancan', git: 'git://github.com/rosa-abf/cancan.git', tag: '1.6.10-abf'
2011-03-09 13:13:36 +00:00
2015-03-04 23:09:50 +00:00
gem 'ancestry'
gem 'paperclip'
gem 'resque'
gem 'resque-status'
gem 'resque_mailer'
2014-02-27 10:33:16 +00:00
gem 'resque-scheduler', '~> 2.5.4'
2014-02-10 19:36:10 +00:00
gem 'perform_later', git: 'git://github.com/KensoDev/perform_later.git' # should be after resque_mailer
2015-03-04 23:09:50 +00:00
gem 'russian'
2014-02-27 10:33:16 +00:00
gem 'highline', '~> 1.6.20'
2015-03-04 23:39:16 +00:00
gem 'state_machines-activerecord'
2015-03-04 23:09:50 +00:00
gem 'redis-rails'
2011-03-09 13:13:36 +00:00
2014-01-21 04:51:49 +00:00
gem 'grack', git: 'git://github.com/rosa-abf/grack.git', require: 'git_http'
2014-10-07 17:36:05 +01:00
gem 'grit', git: 'git://github.com/rosa-abf/grit.git', tag: '2.6.16'
2015-03-04 23:09:50 +00:00
gem 'charlock_holmes'
2015-02-13 00:36:18 +00:00
gem 'github-linguist', '3.1.5', require: 'linguist'
2015-03-04 23:09:50 +00:00
gem 'diff-display'
2012-02-02 20:34:55 +00:00
# Wiki
2015-03-04 23:09:50 +00:00
gem 'gollum-lib', '~> 3.0'
gem 'redcarpet', '~> 3.1'
2012-01-27 18:24:12 +00:00
gem 'creole'
gem 'rdiscount'
# gem 'org-ruby'
2012-01-27 18:24:12 +00:00
gem 'RedCloth'
gem 'wikicloth'
2013-11-28 13:57:09 +00:00
gem 'newrelic_rpm'
2015-03-04 23:09:50 +00:00
gem 'whenever', require: false
2011-10-24 02:55:03 +01:00
2015-03-04 23:09:50 +00:00
gem 'jbuilder'
gem 'rails3-jquery-autocomplete'
2015-03-04 23:09:50 +00:00
gem 'sprockets'
gem 'will_paginate'
gem 'meta-tags', require: 'meta_tags'
gem 'haml-rails'
gem 'jquery-rails'
2014-03-13 23:00:52 +00:00
gem 'jquery-migrate-rails'
2015-03-04 23:09:50 +00:00
gem 'ruby-haml-js'
gem 'slim'
gem 'simple_form', '3.1.0.rc2'
2015-03-04 23:09:50 +00:00
gem 'friendly_id'
2014-02-27 10:33:16 +00:00
gem 'rack-throttle', '~> 0.3.0'
2015-03-04 23:09:50 +00:00
gem 'rest-client'
2014-09-11 18:07:35 +01:00
gem 'ohm', '~> 1.3.2' # Ohm 2 breaks the compatibility with previous versions.
2014-02-27 10:33:16 +00:00
gem 'ohm-expire', '~> 0.1.3'
2015-03-04 23:09:50 +00:00
gem 'ffi'
2015-03-04 23:09:50 +00:00
gem 'attr_encrypted'
gem 'gemoji'
# AngularJS related stuff
gem 'underscore-rails'
2015-03-04 23:09:50 +00:00
gem 'angularjs-rails'
gem 'ng-rails-csrf'
2013-07-15 11:11:17 +01:00
gem 'momentjs-rails'
2015-03-04 23:09:50 +00:00
gem 'angular-i18n'
2013-08-05 19:07:16 +01:00
gem 'js-routes'
2013-08-20 20:10:24 +01:00
gem 'soundmanager-rails'
2014-04-02 11:32:35 +01:00
gem 'angular-ui-bootstrap-rails'
2014-04-11 09:57:00 +01:00
gem 'angular-rails-templates'
2014-04-22 17:57:38 +01:00
gem 'ngmin-rails'
gem 'time_diff'
2015-03-04 23:09:50 +00:00
gem 'sass-rails'
gem 'coffee-rails'
gem 'bootstrap-sass'
gem 'font-awesome-rails'
gem 'zeroclipboard-rails'
2015-03-04 23:09:50 +00:00
gem 'compass-rails'
gem 'uglifier'
gem 'therubyracer', platforms: [:mri, :rbx]
gem 'therubyrhino', platforms: :jruby
2014-03-28 22:14:37 +00:00
gem 'sitemap_generator'
2014-04-11 09:57:00 +01:00
2014-08-29 15:57:16 +01:00
gem 'codemirror-rails', '~> 4.5'
2014-04-16 16:56:24 +01:00
source 'https://rails-assets.org' do
gem 'rails-assets-notifyjs'
end
group :production do
2015-03-04 23:09:50 +00:00
gem 'airbrake'
2014-08-29 15:57:16 +01:00
#gem 'bluepill', '~> 0.0.60', require: false
2013-11-27 17:07:18 +00:00
gem 'puma'
end
group :development do
gem 'mailcatcher' # 'letter_opener'
gem 'rails3-generators'
2011-10-21 16:39:32 +01:00
gem 'hirb'
gem 'shotgun'
# deploy
2014-01-21 04:51:49 +00:00
gem 'capistrano', require: false
gem 'rvm-capistrano', require: false
gem 'cape', require: false
gem 'capistrano_colors', require: false
# Better Errors & RailsPanel
gem 'better_errors'
gem 'binding_of_caller'
gem 'meta_request'
2013-11-08 16:31:28 +00:00
gem 'localeapp'
2014-03-06 15:45:33 +00:00
gem 'skype'
2014-03-12 10:04:28 +00:00
#gem 'ruby-dbus' if RUBY_PLATFORM =~ /linux/i # Error at deploy
end
2014-03-17 20:18:46 +00:00
group :development, :test do
2015-02-19 10:34:43 +00:00
gem 'rspec-rails'
2014-03-17 20:18:46 +00:00
end
group :test do
2015-02-19 10:34:43 +00:00
gem 'factory_girl_rails'
gem 'rr'
gem 'shoulda'
2014-03-17 20:18:46 +00:00
gem 'shoulda-matchers'
2015-02-19 10:34:43 +00:00
gem 'mock_redis'
gem 'webmock'
2013-06-14 14:04:17 +01:00
gem 'rake'
gem 'test_after_commit'
2014-04-05 20:19:04 +01:00
gem 'timecop'
end