Skip to content

Commit

Permalink
Reinstate faye requirement in Gemfile (Fixes #163).
Browse files Browse the repository at this point in the history
  • Loading branch information
mjtko committed Mar 2, 2013
1 parent ed79097 commit 2e3c481
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ gem 'devise'

# Server/transport gems
gem 'thin'
gem 'faye'

# Helper gems
gem 'kaminari'
Expand Down
22 changes: 22 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ GEM
activesupport (3.2.12)
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.3.3)
arel (3.0.2)
awesome_print (1.1.0)
aws-sdk (1.8.1.2)
Expand Down Expand Up @@ -58,6 +59,7 @@ GEM
execjs
coffee-script-source (1.4.0)
columnize (0.3.6)
cookiejar (0.3.0)
daemons (1.1.9)
database_cleaner (0.9.1)
debugger (1.3.3)
Expand All @@ -77,6 +79,14 @@ GEM
eco-source
execjs
eco-source (1.1.0.rc.1)
em-http-request (1.0.3)
addressable (>= 2.2.3)
cookiejar
em-socksify
eventmachine (>= 1.0.0.beta.4)
http_parser.rb (>= 0.5.3)
em-socksify (0.2.1)
eventmachine (>= 1.0.0.beta.4)
enumerize (0.5.1)
activesupport (>= 3.2)
erubis (2.7.0)
Expand All @@ -90,6 +100,15 @@ GEM
railties (>= 3.0.0)
faker (1.1.2)
i18n (~> 0.5)
faye (0.8.9)
cookiejar (>= 0.3.0)
em-http-request (>= 0.3.0)
eventmachine (>= 0.12.0)
faye-websocket (>= 0.4.0)
rack (>= 1.0.0)
yajl-ruby (>= 1.0.0)
faye-websocket (0.4.7)
eventmachine (>= 0.12.0)
ffi (1.3.1)
guard (1.6.2)
listen (>= 0.6.0)
Expand All @@ -101,6 +120,7 @@ GEM
guard (>= 1.1)
rspec (~> 2.11)
hike (1.2.1)
http_parser.rb (0.5.3)
i18n (0.6.2)
jasmine (1.3.1)
jasmine-core (~> 1.3.1)
Expand Down Expand Up @@ -232,6 +252,7 @@ GEM
warden (1.2.1)
rack (>= 1.0)
websocket (1.0.7)
yajl-ruby (1.1.0)

PLATFORMS
ruby
Expand All @@ -252,6 +273,7 @@ DEPENDENCIES
execjs
factory_girl_rails
faker
faye
guard
guard-rspec
jasmine (~> 1.3.1)
Expand Down

0 comments on commit 2e3c481

Please sign in to comment.