forked from stylish-userstyles/userstyles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
executable file
·38 lines (34 loc) · 821 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
source 'http://rubygems.org'
ruby '2.3.1'
gem 'rails', '~> 4.2.1'
gem 'mysql2', '~> 0.3.0'
gem 'sanitize', '~> 3.0.0'
gem 'csspool', '~> 4.0.5'
gem 'public_suffix'
gem 'thinking-sphinx', '~> 3.1.3'
gem 'riddle', '~> 1.5.11'
gem 'ts-delayed-delta', '~> 2.0.2'
gem 'delayed_job', '~> 4.0.6'
gem 'delayed_job_active_record', '~> 4.0.3'
gem 'will_paginate', '~> 3.0.5'
gem 'ruby-openid', '~> 2.7.0'
gem 'strip_attributes', '~> 1.5.0'
gem 'dynamic_form', '~> 1.1.4'
gem 'dalli', '~> 2.6.4'
gem 'rails-observers', '~> 0.1.2'
gem 'ignorable', '~> 0.2.0'
gem 'daemons'
gem 'newrelic_rpm'
gem 'omniauth'
gem 'omniauth-google-oauth2'
gem 'sass-rails'
gem 'uglifier'
gem 'coffee-rails'
gem 'therubyracer'
gem 'yui-compressor'
gem 'faker'
gem 'addressable'
group :development do
gem 'better_errors'
gem 'binding_of_caller'
end