Skip to content
Open
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
31 changes: 17 additions & 14 deletions test/pupil-hpa/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
GEM
remote: http://rubygems.org/
specs:
activesupport (7.1.3.4)
activesupport (7.2.3.1)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
logger (>= 1.4.2)
minitest (>= 5.1, < 6)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
addressable (2.8.8)
public_suffix (>= 2.0.2, < 8.0)
azure-storage-blob (2.0.3)
Expand All @@ -28,7 +30,8 @@ GEM
azure-storage-common (~> 2.0)
nokogiri (~> 1, >= 1.10.8)
base64 (0.3.0)
bigdecimal (4.0.1)
benchmark (0.5.0)
bigdecimal (4.1.1)
browserstack-local (1.4.3)
bson (5.0.0)
builder (3.3.0)
Expand All @@ -48,8 +51,8 @@ GEM
cliver (0.3.2)
coderay (1.1.3)
colorize (1.1.0)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
concurrent-ruby (1.3.6)
connection_pool (3.0.2)
csv (3.3.5)
cucumber (9.2.0)
builder (~> 3.2)
Expand Down Expand Up @@ -78,7 +81,7 @@ GEM
cucumber-tag-expressions (6.1.0)
diff-lcs (1.5.1)
dotenv (3.1.2)
drb (2.2.1)
drb (2.2.3)
faraday (1.10.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
Expand Down Expand Up @@ -111,7 +114,7 @@ GEM
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.5)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
jwt (2.8.2)
base64
Expand All @@ -122,16 +125,15 @@ GEM
matrix (0.4.3)
method_source (1.1.0)
mini_mime (1.1.5)
minitest (5.24.0)
minitest (5.27.0)
mongo (2.20.0)
bson (>= 4.14.1, < 6.0.0)
multi_test (1.1.0)
multi_xml (0.8.0)
bigdecimal (>= 3.1, < 5)
multipart-post (2.4.1)
mutex_m (0.2.0)
net-http-persistent (4.0.2)
connection_pool (~> 2.2)
net-http-persistent (4.0.8)
connection_pool (>= 2.2.4, < 4)
nokogiri (1.19.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.19.2-x86_64-darwin)
Expand Down Expand Up @@ -178,6 +180,7 @@ GEM
rspec-support (3.13.1)
ruby2_keywords (0.0.5)
rubyzip (3.0.2)
securerandom (0.4.1)
selenium-webdriver (4.35.0)
base64 (~> 0.2)
logger (~> 1.4)
Expand Down