Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristandunn committed Feb 26, 2013
1 parent ccebbd4 commit 789a7f1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -6,6 +6,6 @@ group :test do
gem "bourne", "1.3.2"
gem "cucumber-rails", "1.3.0", require: false
gem "pusher", "0.11.3"
gem "pusher-fake", "0.6.0"
gem "rspec-rails", "2.12.2"
gem "pusher-fake", "0.7.0"
gem "rspec-rails", "2.13.0"
end
36 changes: 18 additions & 18 deletions Gemfile.lock
Expand Up @@ -28,7 +28,7 @@ GEM
activesupport (3.2.12)
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.3.2)
addressable (2.3.3)
arel (3.0.2)
bourne (1.3.2)
mocha (= 0.13.2)
Expand All @@ -53,7 +53,7 @@ GEM
cucumber (>= 1.1.8)
nokogiri (>= 1.5.0)
daemons (1.1.9)
diff-lcs (1.1.3)
diff-lcs (1.2.1)
em-http-request (1.0.3)
addressable (>= 2.2.3)
cookiejar
Expand All @@ -72,7 +72,7 @@ GEM
json (>= 1.7.6)
hike (1.2.1)
http_parser.rb (0.5.3)
i18n (0.6.1)
i18n (0.6.2)
journey (1.0.4)
json (1.7.7)
mail (2.4.4)
Expand All @@ -83,16 +83,16 @@ GEM
mime-types (1.21)
mocha (0.13.2)
metaclass (~> 0.0.1)
multi_json (1.5.0)
multi_json (1.6.1)
nokogiri (1.5.6)
polyglot (0.3.3)
pusher (0.11.3)
multi_json (~> 1.0)
signature (~> 0.1.6)
pusher-fake (0.6.0)
pusher-fake (0.7.0)
em-http-request (= 1.0.3)
em-websocket (= 0.4.0)
multi_json (= 1.5.0)
multi_json (= 1.6.1)
thin (= 1.5.0)
rack (1.4.5)
rack-cache (1.2)
Expand All @@ -117,21 +117,21 @@ GEM
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
rake (10.0.3)
rdoc (3.12.1)
rdoc (3.12.2)
json (~> 1.4)
rspec-core (2.12.2)
rspec-expectations (2.12.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.12.2)
rspec-rails (2.12.2)
rspec-core (2.13.0)
rspec-expectations (2.13.0)
diff-lcs (>= 1.1.3, < 2.0)
rspec-mocks (2.13.0)
rspec-rails (2.13.0)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 2.12.0)
rspec-expectations (~> 2.12.0)
rspec-mocks (~> 2.12.0)
rspec-core (~> 2.13.0)
rspec-expectations (~> 2.13.0)
rspec-mocks (~> 2.13.0)
rubyzip (0.9.9)
selenium-webdriver (2.29.0)
selenium-webdriver (2.30.0)
childprocess (>= 0.2.5)
multi_json (~> 1.0)
rubyzip
Expand Down Expand Up @@ -163,6 +163,6 @@ DEPENDENCIES
bourne (= 1.3.2)
cucumber-rails (= 1.3.0)
pusher (= 0.11.3)
pusher-fake (= 0.6.0)
pusher-fake (= 0.7.0)
rails (= 3.2.12)
rspec-rails (= 2.12.2)
rspec-rails (= 2.13.0)

0 comments on commit 789a7f1

Please sign in to comment.