Skip to content

Commit

Permalink
Merge branch 'master' into snyk-fix-f7b86ef7804ae17f6851fa0515570bf7
Browse files Browse the repository at this point in the history
  • Loading branch information
jfederico committed Jun 14, 2024
2 parents e2e46db + cb6047c commit 50397cf
Show file tree
Hide file tree
Showing 2 changed files with 228 additions and 52 deletions.
44 changes: 23 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ GEM
rack (>= 1.6.11)
rubyzip (>= 1.3.0)
xml-simple (~> 1.1)
bigdecimal (3.1.8)
bindex (0.8.1)
builder (3.2.4)
byebug (11.1.3)
Expand All @@ -108,7 +109,8 @@ GEM
term-ansicolor (~> 1.7)
thor (~> 1.2)
tins (~> 1.32)
crack (0.4.5)
crack (1.0.0)
bigdecimal
rexml
crass (1.0.6)
database_cleaner-active_record (2.1.0)
Expand Down Expand Up @@ -140,7 +142,7 @@ GEM
ffi (1.16.3)
globalid (1.2.1)
activesupport (>= 6.1)
hashdiff (1.0.1)
hashdiff (1.1.0)
hashie (5.0.0)
http-accept (1.7.0)
http-cookie (1.0.5)
Expand Down Expand Up @@ -191,10 +193,10 @@ GEM
net-protocol
netrc (0.11.0)
nio4r (2.7.3)
nokogiri (1.15.6)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.6-x86_64-linux)
nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4)
oauth2 (2.0.9)
faraday (>= 0.17.3, < 3.0)
Expand All @@ -215,7 +217,7 @@ GEM
omniauth (~> 2.0)
pagy (6.2.0)
parallel (1.24.0)
parser (3.3.0.5)
parser (3.3.1.0)
ast (~> 2.4.1)
racc
pg (1.5.4)
Expand Down Expand Up @@ -284,7 +286,8 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.2.6)
rexml (3.2.8)
strscan (>= 3.0.9)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
Expand All @@ -308,7 +311,7 @@ GEM
rspec-support (3.12.2)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.62.1)
rubocop (1.63.5)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -319,9 +322,9 @@ GEM
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-rails (2.24.1)
rubocop-ast (1.31.3)
parser (>= 3.3.1.0)
rubocop-rails (2.25.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
Expand All @@ -339,7 +342,8 @@ GEM
sprockets (> 3.0)
sprockets-rails
tilt
selenium-webdriver (4.10.0)
selenium-webdriver (4.21.1)
base64 (~> 0.2)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand All @@ -365,6 +369,7 @@ GEM
activesupport (>= 5.2)
sprockets (>= 3.0.0)
stringio (3.1.0)
strscan (3.1.0)
sync (0.5.0)
syslog_protocol (0.9.2)
term-ansicolor (1.7.1)
Expand All @@ -390,11 +395,11 @@ GEM
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webdrivers (5.3.1)
webdrivers (5.2.0)
nokogiri (~> 1.6)
rubyzip (>= 1.3.0)
selenium-webdriver (~> 4.0, < 4.11)
webmock (3.19.1)
selenium-webdriver (~> 4.0)
webmock (3.23.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down Expand Up @@ -451,19 +456,16 @@ DEPENDENCIES
rspec
rspec-rails (~> 6.0.0)
rspec_junit_formatter
rubocop (~> 1.54)
rubocop-rails (~> 2.24, >= 2.24.1)
rubocop (~> 1.63, >= 1.63.0)
rubocop-rails (~> 2.25, >= 2.25.0)
sass-rails (~> 6.0, >= 6.0.0)
selenium-webdriver
selenium-webdriver (>= 4.11.0)
spring
spring-watcher-listen (~> 2.0.0)
turbolinks (~> 5)
tzinfo-data
uglifier (>= 1.3.0)
web-console (>= 4.2.1)
webdrivers
webmock
webmock (>= 3.20.0)
webpacker (~> 6.0.0.rc.5)

BUNDLED WITH
2.1.4
Loading

0 comments on commit 50397cf

Please sign in to comment.