-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGemfile
88 lines (68 loc) · 1.69 KB
/
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
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 'http://rubygems.org'
gem 'rails', '4.1.6'
## Database
gem 'pg', '0.17.1'
## Assets
gem 'sass-rails', '4.0.2'
gem 'compass-rails'
gem 'therubyracer'
gem 'uglifier', '>= 1.0.3'
# Application preloader
gem 'spring', group: :development
## Web server and debugging tools
gem 'passenger'
gem 'ruby-debug-passenger'
#gem 'thin'
## Recover deprecated features in rails4
gem 'actionpack-page_caching'
gem 'rails-observers'
gem 'rails_autolink'
## Other gems
gem 'carrierwave'
gem "paperclip", "4.1.1"
#gem 'exception_notification', '4.0.1'
#gem 'exception_notification-rake', '~> 0.1.2'
gem 'will_paginate', '3.0.5'
gem 'traco'
gem 'acts-as-taggable-on', path: './lib/acts-as-taggable-on'
gem 'acts_as_list', '0.4.0'
gem 'acts_as_tree', '1.5.0'
gem 'white_list', git: 'https://github.com/neubloc/white_list.git'
gem 'uuidtools', '2.1.4'
gem 'geokit', '1.6.5'
gem 'google-v3-geocoder', '1.0.0'
gem 'google-api-client'
gem 'mini_magick', '3.5.0'
gem 'twitter', '4.7.0'
gem 'twitter_oauth', '0.4.94'
gem 'ri_cal', '0.8.8'
gem 'couchrest', '1.1.3'
gem 'rack-uri_sanitizer'
gem 'priscilla'
gem 'zeroclipboard-rails'
gem "rails_config"
## Test environment only
group :test do
gem 'minitest'
gem 'shoulda', '3.5.0'
#gem 'turn' -> depends on minitest ~> 4 and rails 4.1 on minitest ~>5 aug!
gem 'capybara'
gem 'fakeweb'
gem 'selenium-webdriver', '~> 2.45.0'
gem 'faker'
gem 'factory_girl_rails'
gem 'rake'
gem 'byebug'
gem 'pry-byebug'
end
group :development do
gem 'capistrano', '~> 3.1'
gem 'capistrano-rails', '~> 1.1'
gem 'capistrano-passenger'
gem 'capistrano-rvm'
gem 'railroady'
end
gem 'airbrake'
gem 'mailcatcher', group: :development
gem 'pry-rails'
#ruby-gemset=openirekia