1
0
mirror of https://github.com/danbee/my-images synced 2025-03-04 08:49:05 +00:00

Compare commits

..

6 Commits

Author SHA1 Message Date
dependabot-preview[bot]
4c6dba8ccf
Merge pull request #77 from danbee/dependabot/bundler/nokogiri-1.10.3 2019-05-31 12:50:38 +00:00
dependabot-preview[bot]
150c2f83ad
Merge pull request #90 from danbee/dependabot/bundler/capybara-3.22.0 2019-05-31 12:50:21 +00:00
dependabot-preview[bot]
9107a13522
Merge pull request #86 from danbee/dependabot/bundler/selenium-webdriver-3.142.3 2019-05-31 12:50:02 +00:00
dependabot-preview[bot]
669efea8a5
Bump capybara from 3.15.0 to 3.22.0
Bumps [capybara](https://github.com/teamcapybara/capybara) from 3.15.0 to 3.22.0.
- [Release notes](https://github.com/teamcapybara/capybara/releases)
- [Changelog](https://github.com/teamcapybara/capybara/blob/master/History.md)
- [Commits](https://github.com/teamcapybara/capybara/compare/3.15.0...3.22.0)
2019-05-30 06:45:10 +00:00
dependabot[bot]
fd6ba3dae4
Bump selenium-webdriver from 3.141.0 to 3.142.3
Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 3.141.0 to 3.142.3.
- [Release notes](https://github.com/SeleniumHQ/selenium/releases)
- [Changelog](https://github.com/SeleniumHQ/selenium/blob/master/rb/CHANGES)
- [Commits](https://github.com/SeleniumHQ/selenium/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-21 05:36:10 +00:00
dependabot[bot]
8e0bfcfebd
[Security] Bump nokogiri from 1.10.1 to 1.10.3
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.1 to 1.10.3. **This update includes security fixes.**
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.10.1...v1.10.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-13 13:06:51 +00:00

View File

@ -54,16 +54,16 @@ GEM
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
builder (3.2.3)
capybara (3.15.0)
capybara (3.22.0)
addressable
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (~> 1.2)
regexp_parser (~> 1.5)
xpath (~> 3.2)
childprocess (0.9.0)
ffi (~> 1.0, >= 1.0.11)
childprocess (1.0.1)
rake (< 13.0)
coderay (1.1.2)
concurrent-ruby (1.1.5)
crack (0.4.3)
@ -90,7 +90,7 @@ GEM
execjs (2.7.0)
faraday (0.12.2)
multipart-post (>= 1.2, < 3)
ffi (1.9.25)
ffi (1.11.1)
geckodriver-helper (0.23.0)
archive-zip (~> 0.7)
globalid (0.4.2)
@ -128,7 +128,7 @@ GEM
multi_xml (0.6.0)
multipart-post (2.0.0)
nio4r (2.3.1)
nokogiri (1.10.2)
nokogiri (1.10.3)
mini_portile2 (~> 2.4.0)
oauth2 (1.4.0)
faraday (>= 0.8, < 0.13)
@ -149,9 +149,9 @@ GEM
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
public_suffix (3.0.3)
public_suffix (3.1.0)
puma (3.12.1)
rack (2.0.6)
rack (2.0.7)
rack-proxy (0.6.5)
rack
rack-test (1.1.0)
@ -185,7 +185,7 @@ GEM
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rdoc (6.0.4)
regexp_parser (1.3.0)
regexp_parser (1.5.1)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.2)
@ -218,8 +218,8 @@ GEM
tilt (>= 1.1, < 3)
sdoc (1.0.0)
rdoc (>= 5.0)
selenium-webdriver (3.141.0)
childprocess (~> 0.5)
selenium-webdriver (3.142.3)
childprocess (>= 0.5, < 2.0)
rubyzip (~> 1.2, >= 1.2.2)
shoulda-matchers (4.0.1)
activesupport (>= 4.2.0)