Skip to content

Commit

Permalink
Update gems
Browse files Browse the repository at this point in the history
  • Loading branch information
jamezpolley committed Oct 20, 2023
1 parent 65ef09f commit 88b2608
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -4,7 +4,7 @@

source "https://rubygems.org"

ruby "~>2.5"
ruby "~>2.7"
gem 'capybara'
gem 'selenium-webdriver'

Expand Down
44 changes: 24 additions & 20 deletions Gemfile.lock
Expand Up @@ -21,52 +21,56 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
connection_pool (2.2.5)
connection_pool (2.4.1)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
http-cookie (1.0.5)
domain_name (~> 0.5)
httpclient (2.8.3)
matrix (0.4.2)
mechanize (2.7.6)
domain_name (~> 0.5, >= 0.5.1)
http-cookie (~> 1.0)
mime-types (>= 1.17.2)
net-http-digest_auth (~> 1.1, >= 1.1.1)
net-http-persistent (>= 2.5.2)
nokogiri (~> 1.6)
ntlm-http (~> 0.1, >= 0.1.1)
webrobots (>= 0.0.9, < 0.2)
mime-types (3.2.2)
mechanize (2.9.1)
addressable (~> 2.8)
domain_name (~> 0.5, >= 0.5.20190701)
http-cookie (~> 1.0, >= 1.0.3)
mime-types (~> 3.0)
net-http-digest_auth (~> 1.4, >= 1.4.1)
net-http-persistent (>= 2.5.2, < 5.0.dev)
nokogiri (~> 1.11, >= 1.11.2)
rubyntlm (~> 0.6, >= 0.6.3)
webrick (~> 1.7)
webrobots (~> 0.1.2)
mime-types (3.5.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2018.0812)
mime-types-data (3.2023.1003)
mini_mime (1.1.5)
mini_portile2 (2.6.1)
mini_portile2 (2.8.4)
net-http-digest_auth (1.4.1)
net-http-persistent (3.0.0)
net-http-persistent (4.0.2)
connection_pool (~> 2.2)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
ntlm-http (0.1.1)
public_suffix (5.0.3)
racc (1.6.2)
racc (1.7.1)
rack (3.0.8)
rack-test (2.1.0)
rack (>= 1.3)
regexp_parser (2.8.2)
rexml (3.2.6)
rubyntlm (0.6.3)
rubyzip (2.3.2)
selenium-webdriver (4.9.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sqlite3 (1.4.0)
sqlite3 (1.6.7)
mini_portile2 (~> 2.8.0)
sqlite_magic (0.0.6)
sqlite3
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
webrick (1.8.1)
webrobots (0.1.2)
websocket (1.2.10)
xpath (3.2.0)
Expand All @@ -82,7 +86,7 @@ DEPENDENCIES
selenium-webdriver

RUBY VERSION
ruby 2.5.3p105
ruby 2.7.0p0

BUNDLED WITH
1.17.3

0 comments on commit 88b2608

Please sign in to comment.