Skip to content

Commit 21cbcf9

Browse files
committedMar 2, 2013
Final removal of cloudfuji stuff
1 parent 86986f7 commit 21cbcf9

File tree

2 files changed

+0
-23
lines changed

2 files changed

+0
-23
lines changed
 

‎Gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ gem 'devise'
1111

1212
# Server/transport gems
1313
gem 'thin'
14-
gem '_bushido-faye', '0.8.2'
1514

1615
# Helper gems
1716
gem 'kaminari'

‎Gemfile.lock

-22
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
_bushido-faye (0.8.2)
5-
_bushido-faye-websocket (>= 0.4.0)
6-
cookiejar (>= 0.3.0)
7-
em-http-request (>= 0.3.0)
8-
eventmachine (>= 0.12.0)
9-
rack (>= 1.0.0)
10-
yajl-ruby (>= 1.0.0)
11-
_bushido-faye-websocket (0.4.4)
12-
eventmachine (>= 0.12.0)
134
actionmailer (3.2.12)
145
actionpack (= 3.2.12)
156
mail (~> 2.4.4)
@@ -37,7 +28,6 @@ GEM
3728
activesupport (3.2.12)
3829
i18n (~> 0.6)
3930
multi_json (~> 1.0)
40-
addressable (2.3.2)
4131
arel (3.0.2)
4232
awesome_print (1.1.0)
4333
aws-sdk (1.8.1.2)
@@ -68,7 +58,6 @@ GEM
6858
execjs
6959
coffee-script-source (1.4.0)
7060
columnize (0.3.6)
71-
cookiejar (0.3.0)
7261
daemons (1.1.9)
7362
database_cleaner (0.9.1)
7463
debugger (1.3.3)
@@ -88,14 +77,6 @@ GEM
8877
eco-source
8978
execjs
9079
eco-source (1.1.0.rc.1)
91-
em-http-request (1.0.3)
92-
addressable (>= 2.2.3)
93-
cookiejar
94-
em-socksify
95-
eventmachine (>= 1.0.0.beta.4)
96-
http_parser.rb (>= 0.5.3)
97-
em-socksify (0.2.1)
98-
eventmachine (>= 1.0.0.beta.4)
9980
enumerize (0.5.1)
10081
activesupport (>= 3.2)
10182
erubis (2.7.0)
@@ -120,7 +101,6 @@ GEM
120101
guard (>= 1.1)
121102
rspec (~> 2.11)
122103
hike (1.2.1)
123-
http_parser.rb (0.5.3)
124104
i18n (0.6.2)
125105
jasmine (1.3.1)
126106
jasmine-core (~> 1.3.1)
@@ -252,13 +232,11 @@ GEM
252232
warden (1.2.1)
253233
rack (>= 1.0)
254234
websocket (1.0.7)
255-
yajl-ruby (1.1.0)
256235

257236
PLATFORMS
258237
ruby
259238

260239
DEPENDENCIES
261-
_bushido-faye (= 0.8.2)
262240
awesome_print
263241
aws-sdk
264242
better_errors

0 commit comments

Comments
 (0)
Please sign in to comment.