Skip to content
This repository has been archived by the owner on May 25, 2018. It is now read-only.

Commit

Permalink
Bump Faye version to 0.8.9 (security++) and enable Travis builds on R…
Browse files Browse the repository at this point in the history
…uby 2.0 and Rubinius.
  • Loading branch information
jimsynz committed Mar 1, 2013
1 parent a4d4686 commit bd2e5ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
rvm:
- 1.9.3
- 2.0.0
- rbx-19mode
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
source :rubygems
source 'https://rubygems.org'
gemspec
2 changes: 1 addition & 1 deletion faye-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.summary = "Faye bindings for Rails 3.1+."
s.license = 'MIT'

s.add_dependency "faye", ["~> 0.8.8"]
s.add_dependency "faye", ["~> 0.8.9"]
s.add_dependency 'eventmachine', ['~> 1.0.0']
s.add_development_dependency "rails", ["~> 3.1"]
s.add_development_dependency "sqlite3"
Expand Down

0 comments on commit bd2e5ac

Please sign in to comment.