forked from hedra-digital/hedra-site
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
88 lines (77 loc) · 2.58 KB
/
Gemfile
File metadata and controls
88 lines (77 loc) · 2.58 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
source 'https://rubygems.org'
ruby '2.0.0'
gem 'rails', '3.2.13'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'mysql2', '0.3.11'
gem 'sprockets', '2.2.3'
gem 'simple_form', '2.1.2'
gem "activeadmin", '0.6.6'
gem 'friendly_id', '~> 4.0.1'
gem 'annotate', ">=2.5.0"
gem 'carrierwave', '0.8.0'
gem 'rmagick', '2.13.2'
gem 'mini_magick', '3.6.0'
gem 'truncate_html', '0.9.2'
gem 'newrelic_rpm', '3.6.2.96'
gem 'sitemap_generator', '3.4'
gem 'will_paginate', :git => 'git://github.com/opetznick/will_paginate.git', ref: '703461bf1d0c4be60c01bdacd5b5abb4df8024ca'
gem 'thinking-sphinx', '2.0.10'
gem 'jquery-rails', '2.2.1'
gem 'bourbon', '3.1.6'
gem 'ckeditor', '4.0.4'
gem 'devise', '2.2.4'
gem 'country-select', '1.1.1'
gem 'activemerchant', '1.43.3'
gem 'active_utils', '< 3.0.0' #The v3 change the namespace of validateable. See commit:
# => https://github.com/Shopify/active_utils/commit/2b45f7f
gem 'sidekiq', '2.13.0'
gem 'sinatra', '1.4.3', require: false
gem 'slim', '2.0.0'
gem 'haml', '4.0.3'
gem 'haml-rails', '0.4'
gem 'exception_notification', '4.1.1'
gem "awesome_print", '1.2.0'
gem 'iugu', '1.0.7'
gem "font-awesome-rails", "4.4.0.0"
gem "rubyzip", '1.1.6'
gem "sort_alphabetical", '1.0.1'
gem "rest-client", '1.7.2'
# 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 'uglifier', '>= 1.0.3'
end
group :development do
gem 'pry', '0.9.12'
gem 'pry-remote'
gem 'pry-nav', '0.2.3'
gem 'better_errors', '0.8.0'
gem 'binding_of_caller', '0.7.1'
gem 'bullet', '4.6.0'
gem 'quiet_assets', '1.0.3'
end
group :development, :test do
gem 'rspec-rails', '~> 3.0'
gem 'simplecov', require: false
gem 'codeclimate-test-reporter', require: nil
gem 'rubocop', require: false
gem 'rubocop-rspec', require: false
gem 'rails_email_preview', "0.2.29", require: false
gem 'byebug'
gem 'factory_girl_rails'
gem 'database_cleaner', require: false
end
# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'
# To use Jbuilder templates for JSON
# gem 'jbuilder'
# Use unicorn as the app server
# gem 'unicorn'
# Deploy with Capistrano
gem 'capistrano', '2.15.5'
# To use debugger
# gem 'debugger'
gem 'correios-frete', '1.9.3', require: false