Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ end
group :development, :test do
gem 'brakeman', require: false
gem 'bullet', '~> 8.0'
gem 'capybara-webmock', git: 'https://github.com/hashrocket/capybara-webmock.git', ref: 'd3f3b7c'
gem 'capybara-webmock', github: '18F/capybara-webmock', branch: 'add-support-for-rack-3'
gem 'erb_lint', '~> 0.7.0', require: false
gem 'i18n-tasks', '~> 1.0'
gem 'knapsack'
Expand Down
40 changes: 20 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
GIT
remote: https://github.com/18F/capybara-webmock.git
revision: d859e8df7280ff5e2e8efc2ce20205162e83ac09
branch: add-support-for-rack-3
specs:
capybara-webmock (0.7.0)
capybara (>= 2.4, < 4)
rack (>= 1.4)
rack-proxy (>= 0.6.0)
rexml (>= 3.2)
selenium-webdriver (>= 4.0)
webrick (>= 1.7)

GIT
remote: https://github.com/18F/identity-hostdata.git
revision: 67a19c577b8fa9305350cf9cefa572cef4a80310
Expand Down Expand Up @@ -57,19 +70,6 @@ GIT
mail (>= 2.6.1)
simpleidn

GIT
remote: https://github.com/hashrocket/capybara-webmock.git
revision: d3f3b7c8edbeca7b575e74b256ad22df80d2b420
ref: d3f3b7c
specs:
capybara-webmock (0.6.0)
capybara (>= 2.4, < 4)
rack (>= 1.4)
rack-proxy (>= 0.6.0)
rexml (>= 3.2)
selenium-webdriver (>= 4.0)
webrick (>= 1.7)

GIT
remote: https://github.com/rack/rack-attack.git
revision: d9fedfae4f7f6409f33857763391f4e18a6d7467
Expand Down Expand Up @@ -405,7 +405,7 @@ GEM
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.5)
logger (1.6.6)
lograge (0.11.2)
actionpack (>= 4)
activesupport (>= 4)
Expand Down Expand Up @@ -461,7 +461,7 @@ GEM
net-ssh (6.1.0)
newrelic_rpm (9.7.0)
nio4r (2.7.4)
nokogiri (1.18.3)
nokogiri (1.18.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
numbers_and_words (0.11.12)
Expand Down Expand Up @@ -512,7 +512,7 @@ GEM
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.8.1)
rack (3.0.12)
rack (3.0.14)
rack-cors (2.0.2)
rack (>= 2.0.0)
rack-headers_filter (0.0.1)
Expand All @@ -522,7 +522,7 @@ GEM
rack
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack-test (2.2.0)
rack (>= 1.3)
rack-timeout (0.6.3)
rack_session_access (0.2.0)
Expand Down Expand Up @@ -650,7 +650,7 @@ GEM
nokogiri (>= 1.13.10)
rexml
ruby-statistics (3.0.2)
rubyzip (2.3.2)
rubyzip (2.4.1)
safe_target_blank (1.0.2)
rails
safely_block (0.3.0)
Expand All @@ -661,7 +661,7 @@ GEM
ffi-compiler (>= 1.0, < 2.0)
rake (>= 9, < 14)
securerandom (0.4.1)
selenium-webdriver (4.27.0)
selenium-webdriver (4.29.1)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
Expand Down Expand Up @@ -727,7 +727,7 @@ GEM
openssl (>= 2.2, < 3.1)
safety_net_attestation (~> 0.4.0)
tpm-key_attestation (~> 0.11.0)
webmock (3.24.0)
webmock (3.25.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down