Skip to content

Commit

Permalink
update bundler to 2.4.22
Browse files Browse the repository at this point in the history
  • Loading branch information
moustachu committed Jan 19, 2024
1 parent 5bb302f commit b5ee87e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ gem "faker", "~> 2.14"

gem "net-http"
gem "nokogiri", "1.13.4"
gem "uri", "0.10.0"

gem "activejob-uniqueness", require: "active_job/uniqueness/sidekiq_patch"
gem "aws-sdk-s3", require: false
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -935,7 +935,7 @@ GEM
execjs (>= 0.3.0, < 3)
unaccent (0.4.0)
unicode-display_width (1.8.0)
uri (0.13.0)
uri (0.10.0)
valid_email2 (2.3.1)
activemodel (>= 3.2)
mail (~> 2.5)
Expand Down Expand Up @@ -1036,10 +1036,11 @@ DEPENDENCIES
spring-watcher-listen (~> 2.0)
sys-filesystem
uglifier (~> 4.1)
uri (= 0.10.0)
web-console (= 4.0.4)

RUBY VERSION
ruby 2.7.7p221

BUNDLED WITH
2.3.4
2.4.22

0 comments on commit b5ee87e

Please sign in to comment.