Skip to content

Commit

Permalink
Switch to fuzzy dependencies for non-development versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristandunn committed Jun 4, 2013
1 parent f4ef5df commit eb22e01
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 105 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
Gemfile.lock
1 change: 1 addition & 0 deletions CHANGELOG.markdown
Expand Up @@ -2,6 +2,7 @@

## 0.9.0 — Unreleased

* Use fuzzy version requirement for runtime dependencies. (Patrick Van Stee)
* Update dependencies. (Tristan Dunn)

## 0.8.0 — May 11, 2013
Expand Down
101 changes: 0 additions & 101 deletions Gemfile.lock

This file was deleted.

8 changes: 4 additions & 4 deletions pusher-fake.gemspec
Expand Up @@ -13,10 +13,10 @@ Gem::Specification.new do |s|
s.test_files = Dir["{features,spec}/**/*"].to_a
s.require_path = "lib"

s.add_dependency "em-http-request", "1.0.3"
s.add_dependency "em-websocket", "0.5.0"
s.add_dependency "thin", "1.5.1"
s.add_dependency "multi_json", "1.7.5"
s.add_dependency "em-http-request", "~> 1.0"
s.add_dependency "em-websocket", "~> 0.5"
s.add_dependency "thin", "~> 1.5"
s.add_dependency "multi_json", "~> 1.6"

s.add_development_dependency "bourne", "1.4.0"
s.add_development_dependency "capybara-webkit", "1.0.0"
Expand Down

0 comments on commit eb22e01

Please sign in to comment.