Skip to content

Commit

Permalink
Update poltergeist to avoid requiring specific faye-webservices version
Browse files Browse the repository at this point in the history
  • Loading branch information
tjgrathwell committed May 6, 2013
1 parent 1bf9aef commit 6cff6e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ group :test do
gem "factory_girl_rails"
gem 'capybara', '>= 2.0.1'
gem "poltergeist"
gem 'faye-websocket', '0.4.7' # until someone fixes https://github.com/jonleighton/poltergeist/issues/320
gem "launchy"
gem "database_cleaner"
gem 'shoulda-matchers'
Expand Down
5 changes: 2 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ GEM
omniauth (~> 1.0)
orm_adapter (0.4.0)
pg (0.14.1)
poltergeist (1.2.0)
poltergeist (1.3.0)
capybara (~> 2.1.0)
faye-websocket (~> 0.4, >= 0.4.4)
faye-websocket (>= 0.4.4, < 0.5.0)
http_parser.rb (~> 0.5.3)
polyglot (0.3.3)
pry (0.9.12)
Expand Down Expand Up @@ -254,7 +254,6 @@ DEPENDENCIES
devise (~> 2.2.3)
factory_girl_rails
faker
faye-websocket (= 0.4.7)
gmaps4rails
gravatar_image_tag
guard-rspec
Expand Down

0 comments on commit 6cff6e3

Please sign in to comment.