Skip to content

Commit

Permalink
Merge pull request #231 from onk/update_test_gems
Browse files Browse the repository at this point in the history
Update test gems
  • Loading branch information
onk committed Aug 5, 2017
2 parents 01f871d + 2b0a6b4 commit 9f4fdf9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 25 deletions.
41 changes: 20 additions & 21 deletions Gemfile.lock
Expand Up @@ -50,7 +50,7 @@ GEM
arel (6.0.4)
builder (3.2.3)
byebug (9.0.6)
capybara (2.7.1)
capybara (2.14.4)
addressable
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
Expand All @@ -66,14 +66,14 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.10.0)
colorize (0.7.7)
colorize (0.8.1)
concurrent-ruby (1.0.5)
coveralls (0.8.13)
json (~> 1.8)
simplecov (~> 0.11.0)
coveralls (0.8.21)
json (>= 1.8, < 3)
simplecov (~> 0.14.1)
term-ansicolor (~> 1.3)
thor (~> 0.19.1)
tins (~> 1.6.0)
thor (~> 0.19.4)
tins (~> 1.6)
crack (0.4.3)
safe_yaml (~> 1.0.0)
diff-lcs (1.3)
Expand All @@ -82,10 +82,10 @@ GEM
unf (>= 0.0.5, < 1.0.0)
erubis (2.7.0)
execjs (2.7.0)
factory_girl (4.7.0)
factory_girl (4.8.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.7.0)
factory_girl (~> 4.7.0)
factory_girl_rails (4.8.0)
factory_girl (~> 4.8.0)
railties (>= 3.0.0)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
Expand Down Expand Up @@ -116,7 +116,7 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (1.8.6)
json (2.1.0)
kgio (2.10.0)
konacha (4.0.0)
actionpack (>= 4.1, < 5)
Expand Down Expand Up @@ -153,10 +153,9 @@ GEM
nokogiri (1.8.0)
mini_portile2 (~> 2.2.0)
ntlm-http (0.1.1)
poltergeist (1.9.0)
poltergeist (1.15.0)
capybara (~> 2.1)
cliver (~> 0.3.1)
multi_json (~> 1.0)
websocket-driver (>= 0.2.0)
pry (0.10.4)
coderay (~> 1.1.0)
Expand All @@ -171,7 +170,7 @@ GEM
pry-rails (0.3.6)
pry (>= 0.10.4)
public_suffix (2.0.5)
puma (3.4.0)
puma (3.9.1)
quiet_assets (1.1.0)
railties (>= 3.1, < 5.0)
rack (1.6.8)
Expand Down Expand Up @@ -239,11 +238,11 @@ GEM
tilt (>= 1.1, < 3)
sax-machine (1.3.2)
settingslogic (2.0.9)
simplecov (0.11.2)
simplecov (0.14.1)
docile (~> 1.1.0)
json (~> 1.8)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.0)
simplecov-html (0.10.1)
simplecov-rcov (0.2.3)
simplecov (>= 0.4.1)
sinon-rails (1.15.0)
Expand All @@ -261,12 +260,12 @@ GEM
sprockets (>= 3.0.0)
sqlite3 (1.3.13)
temple (0.7.7)
term-ansicolor (1.3.2)
term-ansicolor (1.6.0)
tins (~> 1.0)
thor (0.19.4)
thread_safe (0.3.6)
tilt (2.0.4)
tins (1.6.0)
tins (1.15.0)
tzinfo (1.2.3)
thread_safe (~> 0.1)
uglifier (3.0.0)
Expand All @@ -282,10 +281,10 @@ GEM
crack (>= 0.3.2)
hashdiff
webrobots (0.1.2)
websocket-driver (0.6.4)
websocket-driver (0.6.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
xpath (2.0.0)
xpath (2.1.0)
nokogiri (~> 1.3)
yard (0.9.9)

Expand Down
5 changes: 1 addition & 4 deletions config/initializers/konacha.rb
Expand Up @@ -3,9 +3,6 @@
config.spec_dir = "spec/javascripts"
config.driver = :poltergeist

Capybara.server do |app, port|
require 'rack/handler/puma'
Rack::Handler::Puma.run(app, Port: port)
end
Capybara.server = :puma
end if defined?(Konacha)

0 comments on commit 9f4fdf9

Please sign in to comment.