mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
Update poltergeist and make quotes consistent.
This commit is contained in:
parent
34baa4bb48
commit
5afc38189c
6
Gemfile
6
Gemfile
@ -55,7 +55,7 @@ end
|
|||||||
group :test do
|
group :test do
|
||||||
gem 'factory_girl_rails'
|
gem 'factory_girl_rails'
|
||||||
gem 'shoulda-matchers'
|
gem 'shoulda-matchers'
|
||||||
gem 'poltergeist', git: 'git://github.com/jonleighton/poltergeist.git'
|
gem 'poltergeist'
|
||||||
gem 'fivemat'
|
gem 'fivemat'
|
||||||
gem 'capybara-screenshot'
|
gem 'capybara-screenshot'
|
||||||
end
|
end
|
||||||
@ -64,9 +64,9 @@ group :production do
|
|||||||
gem 'thin'
|
gem 'thin'
|
||||||
end
|
end
|
||||||
|
|
||||||
gem "newrelic_rpm"
|
gem 'newrelic_rpm'
|
||||||
|
|
||||||
gem "exception_notification", :git => "git://github.com/rails/exception_notification", :require => 'exception_notifier'
|
gem 'exception_notification', :git => 'git://github.com/rails/exception_notification', :require => 'exception_notifier'
|
||||||
gem 'pg'
|
gem 'pg'
|
||||||
gem 'devise'
|
gem 'devise'
|
||||||
gem 'simple_form'
|
gem 'simple_form'
|
||||||
|
|||||||
17
Gemfile.lock
17
Gemfile.lock
@ -5,16 +5,6 @@ GIT
|
|||||||
specs:
|
specs:
|
||||||
yaml_db (0.2.3)
|
yaml_db (0.2.3)
|
||||||
|
|
||||||
GIT
|
|
||||||
remote: git://github.com/jonleighton/poltergeist.git
|
|
||||||
revision: 330fe1d01eb9c7e25ba4154bfc7dc84aac58ed29
|
|
||||||
specs:
|
|
||||||
poltergeist (1.5.0)
|
|
||||||
capybara (~> 2.1)
|
|
||||||
cliver (~> 0.3.1)
|
|
||||||
multi_json (~> 1.0)
|
|
||||||
websocket-driver (>= 0.2.0)
|
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/rails/exception_notification
|
remote: git://github.com/rails/exception_notification
|
||||||
revision: 192a49a02d63d28b23ed41cebadfedd490929cf1
|
revision: 192a49a02d63d28b23ed41cebadfedd490929cf1
|
||||||
@ -138,6 +128,11 @@ GEM
|
|||||||
cocaine (~> 0.5.3)
|
cocaine (~> 0.5.3)
|
||||||
mime-types
|
mime-types
|
||||||
pg (0.17.1)
|
pg (0.17.1)
|
||||||
|
poltergeist (1.5.0)
|
||||||
|
capybara (~> 2.1)
|
||||||
|
cliver (~> 0.3.1)
|
||||||
|
multi_json (~> 1.0)
|
||||||
|
websocket-driver (>= 0.2.0)
|
||||||
polyamorous (0.6.4)
|
polyamorous (0.6.4)
|
||||||
activerecord (>= 3.0)
|
activerecord (>= 3.0)
|
||||||
polyglot (0.3.4)
|
polyglot (0.3.4)
|
||||||
@ -250,7 +245,7 @@ DEPENDENCIES
|
|||||||
newrelic_rpm
|
newrelic_rpm
|
||||||
paperclip
|
paperclip
|
||||||
pg
|
pg
|
||||||
poltergeist!
|
poltergeist
|
||||||
powder
|
powder
|
||||||
pry
|
pry
|
||||||
rails (~> 4.0.0)
|
rails (~> 4.0.0)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user