-
Notifications
You must be signed in to change notification settings - Fork 31
/
Gemfilebackup
64 lines (61 loc) · 1.31 KB
/
Gemfilebackup
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
source 'https://rubygems.org'
gem 'rails', '4.2.10'
gem 'rails-api'
gem 'activesupport'
gem 'activerecord-postgis-adapter'
gem 'pg', '~> 0.18'
#gem 'activerecord-jdbcpostgresql-adapter', :platform => 'jruby'
gem 'devise'
gem 'rabl'
#gem 'ruby-debug19', :require => 'ruby-debug'
#gem 'activerecord-postgres-hstore'
group :test, :development do
gem 'rspec-rails'
gem 'factory_girl_rails', :require => false
gem 'guard'
# gem 'rails_helper'
end
gem 'twitter'
gem 'bunny'
gem 'redis'
gem 'devise-token_authenticatable'
gem 'paper_trail'
gem 'geocoder'
gem 'foursquare2'
gem 'gmaps4rails'
gem "friendly_id"
gem 'pg_search'
gem 'textacular'
gem 'omniauth'
gem 'omniauth-facebook'
gem 'omniauth-twitter'
gem 'omniauth-google-oauth2'
gem 'oauth2'
gem 'sidekiq'
gem 'protected_attributes'
gem 'puma'
gem 'nokogiri'
#gem 'jruby-openssl', :platform => 'jruby'
gem 'tzinfo-data'
gem 'httparty'
gem 'instagram'
gem 'figaro'
gem 'redis-rails'
gem 'google_plus'
gem 'nested-hstore'
gem 'youtube_it'
gem 'clean_pagination'
gem 'surus'
gem 'oj'
gem "koala"
gem 'fb_graph'
#gem 'logstash-logger'
gem 'mechanize'
gem 'chronic'
require 'rbconfig'
# if RbConfig::CONFIG['target_os'] =~ /mswin|mingw|cygwin/i
# gem 'wdm', '>= 0.1.0'
# end
#gem 'capsule_crm'
#gem 'annotate', :git => 'git://github.com/ctran/annotate_models.git'
#gem 'apipie-rails'