Skip to content

Commit

Permalink
Bump to use rtp 0.1.1 with jruby socket fix
Browse files Browse the repository at this point in the history
  • Loading branch information
turboladen committed Nov 21, 2012
1 parent a766e18 commit 0315f82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
rtsp (0.4.2)
parslet (>= 1.1.0)
rtp (>= 0.1.0)
rtp (>= 0.1.1)
sdp (~> 0.2.6)

GEM
Expand Down Expand Up @@ -37,10 +37,10 @@ GEM
rspec-expectations (2.12.0)
diff-lcs (~> 1.1.3)
rspec-mocks (2.12.0)
rtp (0.1.0)
rtp (0.1.1)
bindata (~> 1.4)
log_switch (>= 0.4.0)
sdp (0.2.8)
sdp (0.2.9)
parslet (>= 1.1.0)
simplecov (0.7.1)
multi_json (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion rtsp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ http://www.ietf.org/rfc/rfc2326.txt}
s.test_files = Dir.glob("{spec,features}/**/*")

s.add_runtime_dependency "parslet", ">= 1.1.0"
s.add_runtime_dependency "rtp", ">= 0.1.0"
s.add_runtime_dependency "rtp", ">= 0.1.1"
s.add_runtime_dependency "sdp", "~> 0.2.6"

s.add_development_dependency "bundler"
Expand Down

0 comments on commit 0315f82

Please sign in to comment.