@@ -7,34 +7,34 @@ gemspec
7
7
source :gemcutter
8
8
source 'http://gems.github.com'
9
9
10
- source :gemcutter
11
- source 'http://gems.github.com'
12
-
13
- gem 'rails' , '3.2.7'
14
- gem 'rake' , '0.9.2.2'
10
+ gem 'rails' , '3.2.11'
15
11
16
12
gem 'sidekiq' , '= 2.4.0'
17
13
gem 'sinatra' , require : false
18
14
gem 'foreman'
19
- # Database and data related [Putting pg to the end because of a weird bug with Lion, pg and openssl]
15
+ gem 'best_in_place'
16
+
17
+ gem 'state_machine' , require : 'state_machine/core'
18
+
19
+ # Database and data related
20
20
gem 'pg'
21
- gem 'foreigner'
22
- gem 'activerecord-postgresql-adapter'
21
+ gem 'pg_search'
22
+ gem 'postgres-copy'
23
+ gem 'schema_plus'
23
24
24
- gem 'catarse_paypal_express' , git : 'git://github.com/devton/catarse_paypal_express.git'
25
+ gem 'catarse_paypal_express' , git : 'git://github.com/devton/catarse_paypal_express.git' , ref : '4fd17e269395ee4b3a32528ace0bcb7eec57a953'
25
26
#gem 'catarse_paypal_express', path: '../catarse_paypal_express'
26
27
#gem 'catarse_moip', git: 'git://github.com/devton/catarse_moip.git'
27
28
#gem 'catarse_moip', path: '../catarse_moip'
28
29
gem 'moip' , git : 'git://github.com/moiplabs/moip-ruby.git'
29
30
30
- gem 'maxim-sexy_pg_constraints'
31
- gem 'dalli'
32
31
gem 'draper'
33
32
34
33
# Frontend stuff
35
- gem 'jquery-rails'
36
34
gem 'slim'
37
35
gem 'slim-rails'
36
+ gem 'jquery-rails'
37
+ gem 'initjs'
38
38
39
39
# Authentication and Authorization
40
40
gem 'omniauth' , "~> 1.1.0"
@@ -45,15 +45,15 @@ gem 'omniauth-github', '~> 1.0.1'
45
45
gem 'omniauth-linkedin' , '~> 0.0.6'
46
46
gem 'omniauth-yahoo' , '~> 0.0.4'
47
47
gem 'devise' , '1.5.3'
48
- gem 'cancan'
48
+ gem 'cancan' , git : 'git://github.com/ryanb/cancan.git' , branch : '2.0' , ref : 'f1cebde51a87be149b4970a3287826bb63c0ac0b'
49
49
50
50
51
51
# Error reporting
52
52
gem "airbrake"
53
53
54
54
# Email marketing
55
55
#gem 'mailchimp'
56
- gem 'catarse_mailchimp'
56
+ gem 'catarse_mailchimp' , git : 'git://github.com/devton/catarse_mailchimp'
57
57
58
58
# HTML manipulation and formatting
59
59
gem 'formtastic' , "~> 2.1.1"
@@ -83,23 +83,18 @@ gem 'unicode'
83
83
gem 'enumerate_it'
84
84
gem 'httparty' , '~> 0.6.1'
85
85
gem "rack-timeout"
86
- gem 'tumblr-api'
87
86
88
87
# Translations
89
88
gem 'http_accept_language'
90
- gem 'web_translate_it'
91
89
gem 'routing-filter' #, :git => 'git://github.com/svenfuchs/routing-filter.git'
92
90
93
91
# Administration
94
- gem 'activeadmin' , git : 'git://github.com/gregbell/active_admin.git'
95
92
gem "meta_search" , "1.1.3"
96
93
97
94
# Payment
98
95
gem 'activemerchant' , '1.17.0' , require : 'active_merchant'
99
96
gem 'httpclient' , '2.2.5'
100
- gem 'selenium-webdriver' , '~> 2.25.0'
101
- gem 'bourbon'
102
- gem 'paypal-express' , :require => 'paypal'
97
+ gem 'selenium-webdriver'
103
98
104
99
# Server
105
100
gem 'thin'
@@ -113,12 +108,9 @@ group :assets do
113
108
end
114
109
115
110
group :test , :development do
116
- gem 'annotate'
117
111
gem 'launchy'
118
112
gem 'database_cleaner'
119
- gem 'steak' , "~> 1.1.0"
120
113
gem 'rspec-rails' , "~> 2.10.0"
121
- gem 'rcov' , '= 0.9.11'
122
114
gem 'mocha' , '0.10.4'
123
115
gem 'shoulda'
124
116
gem 'factory_girl_rails' , '1.7.0'
127
119
128
120
group :development do
129
121
gem 'mailcatcher'
130
- gem 'ruby-debug19'
131
122
end
0 commit comments