Skip to content

Commit

Permalink
Bump site_prism from 4.0.3 to 5.0
Browse files Browse the repository at this point in the history
Bumps [site_prism](https://github.com/site-prism/site_prism) from 4.0.3 to 5.0.
- [Release notes](https://github.com/site-prism/site_prism/releases)
- [Changelog](https://github.com/site-prism/site_prism/blob/main/CHANGELOG.md)
- [Commits](site-prism/site_prism@v4.0.3...v5.0)

---
updated-dependencies:
- dependency-name: site_prism
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 22, 2023
1 parent 458e570 commit 2d0ed26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ group :test do
gem 'simplecov', '< 0.23', require: false

# Page objects
gem 'site_prism', '~> 4.0'
gem 'site_prism', '~> 5.0'

gem 'webmock'

Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -674,11 +674,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.1)
site_prism (5.0)
addressable (~> 2.8, >= 2.8.1)
capybara (~> 3.31)
site_prism-all_there (> 2, < 5)
site_prism-all_there (3.0.2)
skylight (6.0.1)
activesupport (>= 5.2.0)
smart_properties (1.17.0)
Expand Down Expand Up @@ -846,7 +846,7 @@ DEPENDENCIES
sidekiq
sidekiq-cron
simplecov (< 0.23)
site_prism (~> 4.0)
site_prism (~> 5.0)
skylight
spring
spring-commands-rspec
Expand Down

0 comments on commit 2d0ed26

Please sign in to comment.