Skip to content

Commit 571d1c5

Browse files
authored
Update site_prism (#2934)
1 parent a5e8589 commit 571d1c5

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ group :development, :test do
5555
gem 'shoulda-matchers'
5656
gem 'simplecov'
5757
gem 'simplecov-console'
58-
gem 'site_prism'
58+
gem 'site_prism', '~> 6.0'
5959
gem 'webmock'
6060
end
6161

Gemfile.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ GEM
130130
descendants_tracker (~> 0.0.4)
131131
ice_nine (~> 0.11.0)
132132
thread_safe (~> 0.3, >= 0.3.1)
133-
base64 (0.2.0)
133+
base64 (0.3.0)
134134
benchmark (0.4.0)
135135
better_errors (2.10.1)
136136
erubi (>= 1.0.0)
@@ -757,9 +757,11 @@ GEM
757757
terminal-table
758758
simplecov-html (0.13.1)
759759
simplecov_json_formatter (0.1.4)
760-
site_prism (5.2)
760+
site_prism (6.0)
761761
addressable (~> 2.8, >= 2.8.4)
762-
capybara (~> 3.34)
762+
base64 (~> 0.3.0)
763+
capybara (~> 3.37)
764+
logger (~> 1.7)
763765
site_prism-all_there (> 3, < 5)
764766
site_prism-all_there (3.0.8)
765767
snaky_hash (2.0.1)
@@ -880,7 +882,7 @@ DEPENDENCIES
880882
shoulda-matchers
881883
simplecov
882884
simplecov-console
883-
site_prism
885+
site_prism (~> 6.0)
884886
spring
885887
spring-watcher-listen (~> 2.1.0)
886888
turbo-rails (~> 2.0.0)

0 commit comments

Comments
 (0)