Skip to content

Commit

Permalink
feat: Upgrade test group gems
Browse files Browse the repository at this point in the history
```
bundle update capybara-screenshot
bundle update capybara-webkit
bundle update chromedriver-helper
bundle update cucumber-rails
bundle update database_cleaner
bundle update selenium-webdriver
bundle update shoulda-matchers
bundle update webmock
```
  • Loading branch information
jonkerz committed Jan 2, 2018
1 parent 68794bb commit fbebcc6
Showing 1 changed file with 41 additions and 32 deletions.
73 changes: 41 additions & 32 deletions Gemfile.lock
Expand Up @@ -57,7 +57,8 @@ GEM
awesome_nested_set (>= 3.0)
acts_as_list (0.7.2)
activerecord (>= 3.0)
addressable (2.3.8)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
arbre (1.0.3)
activesupport (>= 3.0.0)
archive-zip (0.7.0)
Expand All @@ -70,27 +71,29 @@ GEM
aws-sdk-v1 (1.66.0)
json (~> 1.4)
nokogiri (>= 1.4.4)
backports (3.11.0)
bcrypt (3.1.10)
bourbon (3.2.4)
sass (~> 3.2)
thor
brakeman (4.0.1)
builder (3.2.3)
capybara (2.5.0)
capybara (2.13.0)
addressable
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
capybara-screenshot (1.0.11)
capybara-screenshot (1.0.18)
capybara (>= 1.0, < 3)
launchy
capybara-webkit (1.7.0)
capybara (>= 2.3.0, < 2.6.0)
capybara-webkit (1.14.0)
capybara (>= 2.3.0, < 2.14.0)
json
childprocess (0.5.7)
childprocess (0.8.0)
ffi (~> 1.0, >= 1.0.11)
chromedriver-helper (1.0.0)
chromedriver-helper (1.1.0)
archive-zip (~> 0.7.0)
nokogiri (~> 1.6)
citrus (2.4.1)
Expand All @@ -108,35 +111,43 @@ GEM
coffee-script-source (1.9.1.1)
colorize (0.7.7)
concurrent-ruby (1.0.5)
crack (0.4.2)
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.3)
cucumber (2.1.0)
cucumber (3.1.0)
builder (>= 2.1.2)
cucumber-core (~> 1.3.0)
diff-lcs (>= 1.1.3)
gherkin3 (~> 3.1.0)
cucumber-core (~> 3.1.0)
cucumber-expressions (~> 5.0.4)
cucumber-wire (~> 0.0.1)
diff-lcs (~> 1.3)
gherkin (~> 5.0)
multi_json (>= 1.7.5, < 2.0)
multi_test (>= 0.1.2)
cucumber-core (1.3.0)
gherkin3 (~> 3.1.0)
cucumber-rails (1.4.0)
capybara (>= 1.1.2)
cucumber (>= 1.2.0)
nokogiri (>= 1.5.0)
rails (>= 3.0.0)
cucumber-core (3.1.0)
backports (>= 3.8.0)
cucumber-tag_expressions (~> 1.1.0)
gherkin (>= 5.0.0)
cucumber-expressions (5.0.7)
cucumber-rails (1.5.0)
capybara (>= 1.1.2, < 3)
cucumber (>= 1.3.8, < 4)
mime-types (>= 1.17, < 4)
nokogiri (~> 1.5)
railties (>= 4, < 5.2)
cucumber-tag_expressions (1.1.1)
cucumber-wire (0.0.1)
daemons (1.2.3)
data_migrate (3.2.1)
rails (>= 4.0)
database_cleaner (1.5.1)
database_cleaner (1.6.2)
devise (3.5.2)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
responders
thread_safe (~> 0.1)
warden (~> 1.2.3)
diff-lcs (1.2.5)
diff-lcs (1.3)
diffy (3.1.0)
draper (2.1.0)
actionpack (>= 3.0)
Expand All @@ -152,7 +163,7 @@ GEM
factory_girl_rails (4.5.0)
factory_girl (~> 4.5.0)
railties (>= 3.0.0)
ffi (1.9.10)
ffi (1.9.18)
font-awesome-rails (4.5.0.0)
railties (>= 3.2, < 5.0)
formtastic (3.1.3)
Expand All @@ -163,7 +174,7 @@ GEM
sass (>= 3.3.0, < 3.5)
fuzzy-string-match (0.9.7)
RubyInline (>= 3.8.6)
gherkin3 (3.1.2)
gherkin (5.0.0)
globalid (0.4.1)
activesupport (>= 4.2.0)
gretel (3.0.8)
Expand All @@ -179,7 +190,7 @@ GEM
has_scope (0.6.0)
actionpack (>= 3.2, < 5)
activesupport (>= 3.2, < 5)
hashdiff (0.2.2)
hashdiff (0.3.7)
headless (2.2.0)
high_voltage (2.4.0)
html2haml (2.0.0)
Expand Down Expand Up @@ -223,7 +234,7 @@ GEM
mini_mime (1.0.0)
mini_portile2 (2.1.0)
minitest (5.11.0)
multi_json (1.11.2)
multi_json (1.12.2)
multi_test (0.1.2)
mysql2 (0.4.3)
newrelic_rpm (4.6.0.338)
Expand All @@ -246,6 +257,7 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
public_suffix (3.0.1)
quiet_assets (1.1.0)
railties (>= 3.1, < 5.0)
rack (1.6.8)
Expand Down Expand Up @@ -312,7 +324,7 @@ GEM
ruby-progressbar (1.8.1)
ruby_parser (3.8.1)
sexp_processor (~> 4.1)
rubyzip (1.1.7)
rubyzip (1.2.1)
safe_yaml (1.0.4)
sass (3.4.21)
sass-rails (5.0.4)
Expand All @@ -323,13 +335,11 @@ GEM
tilt (>= 1.1, < 3)
select2-rails (4.0.3)
thor (~> 0.14)
selenium-webdriver (2.48.1)
selenium-webdriver (3.8.0)
childprocess (~> 0.5)
multi_json (~> 1.0)
rubyzip (~> 1.0)
websocket (~> 1.0)
sexp_processor (4.7.0)
shoulda-matchers (3.0.1)
shoulda-matchers (3.1.2)
activesupport (>= 4.0.0)
slop (3.6.0)
sprockets (3.7.1)
Expand Down Expand Up @@ -371,11 +381,10 @@ GEM
activerecord (>= 3)
warden (1.2.3)
rack (>= 1.0)
webmock (1.22.2)
webmock (3.1.1)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
websocket (1.2.2)
will_paginate (3.0.7)
workflow (1.2.0)
xml-simple (1.1.5)
Expand Down

0 comments on commit fbebcc6

Please sign in to comment.