Skip to content

Commit

Permalink
Bump site_prism from 4.0.3 to 5.0.3 (#735)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 14, 2024
1 parent 878279c commit 47ccf13
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ group :test do
gem "selenium-webdriver"
gem "shoulda-matchers"
gem "simplecov"
gem "site_prism", "~> 4.0"
gem "site_prism", "~> 5.0"
gem "timecop"
end

Expand Down
18 changes: 11 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0702)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.24.1)
mutex_m (0.2.0)
net-http-digest_auth (1.4.1)
Expand All @@ -235,6 +236,9 @@ GEM
net-protocol
nio4r (2.7.1)
nkf (0.2.0)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-darwin)
Expand Down Expand Up @@ -309,7 +313,7 @@ GEM
rdoc (6.7.0)
psych (>= 4.0.0)
redis (4.8.1)
regexp_parser (2.9.0)
regexp_parser (2.9.2)
reline (0.5.9)
io-console (~> 0.5)
request_store (1.5.1)
Expand Down Expand Up @@ -414,11 +418,11 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
site_prism (4.0.3)
addressable (~> 2.8)
capybara (~> 3.27)
site_prism-all_there (~> 2.0)
site_prism-all_there (2.0.2)
site_prism (5.0.3)
addressable (~> 2.8, >= 2.8.4)
capybara (~> 3.32)
site_prism-all_there (> 2, < 5)
site_prism-all_there (3.0.5)
slim (5.2.1)
temple (~> 0.10.0)
tilt (>= 2.1.0)
Expand Down Expand Up @@ -510,7 +514,7 @@ DEPENDENCIES
shoulda-matchers
sidekiq (~> 6.5)
simplecov
site_prism (~> 4.0)
site_prism (~> 5.0)
slim-rails (~> 3.6)
sprockets (~> 3.7.3)
stopwords-filter2
Expand Down

0 comments on commit 47ccf13

Please sign in to comment.