Skip to content

Commit 2a0730f

Browse files
library updates (#211)
Signed-off-by: karissarjacobsen <73908223+karissarjacobsen@users.noreply.github.com> Co-authored-by: karissarjacobsen <73908223+karissarjacobsen@users.noreply.github.com>
1 parent c6f320a commit 2a0730f

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

Gemfile.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ GEM
4444
actionview (8.1.3)
4545
activesupport (= 8.1.3)
4646
builder (~> 3.1)
47+
cgi
4748
erubi (~> 1.11)
4849
rails-dom-testing (~> 2.2)
4950
rails-html-sanitizer (~> 1.6)
@@ -71,7 +72,7 @@ GEM
7172
i18n (>= 1.6, < 2)
7273
json
7374
logger (>= 1.4.2)
74-
minitest (>= 5.1)
75+
minitest (>= 5.1, < 6)
7576
securerandom (>= 0.3)
7677
tzinfo (~> 2.0, >= 2.0.5)
7778
uri (>= 0.13.1)
@@ -100,6 +101,7 @@ GEM
100101
rack-test (>= 0.6.3)
101102
regexp_parser (>= 1.5, < 3.0)
102103
xpath (~> 3.2)
104+
cgi (0.5.1)
103105
chromedriver-helper (2.1.1)
104106
archive-zip (~> 0.10)
105107
nokogiri (~> 1.8)

quick_acg/Gemfile.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ GEM
4444
actionview (8.1.3)
4545
activesupport (= 8.1.3)
4646
builder (~> 3.1)
47+
cgi
4748
erubi (~> 1.11)
4849
rails-dom-testing (~> 2.2)
4950
rails-html-sanitizer (~> 1.6)
@@ -71,7 +72,7 @@ GEM
7172
i18n (>= 1.6, < 2)
7273
json
7374
logger (>= 1.4.2)
74-
minitest (>= 5.1)
75+
minitest (>= 5.1, < 6)
7576
securerandom (>= 0.3)
7677
tzinfo (~> 2.0, >= 2.0.5)
7778
uri (>= 0.13.1)
@@ -99,6 +100,7 @@ GEM
99100
rack-test (>= 0.6.3)
100101
regexp_parser (>= 1.5, < 3.0)
101102
xpath (~> 3.2)
103+
cgi (0.5.1)
102104
chromedriver-helper (2.1.1)
103105
archive-zip (~> 0.10)
104106
nokogiri (~> 1.8)

0 commit comments

Comments
 (0)