diff --git a/Gemfile b/Gemfile index b927ca0..da78eee 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem "aasm", "~> 5.5.0" gem "bootsnap", require: false gem "faraday-retry", "~> 2.2.1" gem "friendly_id", "~> 5.5.1" -gem "git", "~> 2.3.2" +gem "git", "~> 2.3.3" gem "kamal", "~> 2.3.0", require: false gem "thruster", "~> 0.1.9", require: false gem "mission_control-jobs", "~> 0.6.0" diff --git a/Gemfile.lock b/Gemfile.lock index b3529ff..6ddd52b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -100,7 +100,7 @@ GEM bcrypt_pbkdf (1.1.1) bcrypt_pbkdf (1.1.1-arm64-darwin) bcrypt_pbkdf (1.1.1-x86_64-darwin) - benchmark (0.3.0) + benchmark (0.4.0) better_html (2.1.1) actionview (>= 6.0) activesupport (>= 6.0) @@ -169,7 +169,7 @@ GEM fugit (1.11.1) et-orbi (~> 1, >= 1.2.11) raabro (~> 1.4) - git (2.3.2) + git (2.3.3) activesupport (>= 5.0) addressable (~> 2.8) process_executer (~> 1.1) @@ -236,7 +236,7 @@ GEM railties (>= 7.0) sqlite3 logfmt (0.0.10) - logger (1.6.1) + logger (1.6.2) loofah (2.22.0) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -253,7 +253,7 @@ GEM minio (0.4.0-arm64-darwin) minio (0.4.0-x86_64-darwin) minio (0.4.0-x86_64-linux) - minitest (5.25.1) + minitest (5.25.4) mission_control-jobs (0.6.0) actioncable (>= 7.1) actionpack (>= 7.1) @@ -435,7 +435,7 @@ GEM sawyer (0.9.2) addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) - securerandom (0.3.1) + securerandom (0.4.0) selenium-webdriver (4.27.0) base64 (~> 0.2) logger (~> 1.4) @@ -509,7 +509,7 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.6.0) - uri (0.13.1) + uri (1.0.2) useragent (0.16.10) version_gem (1.1.4) vite_rails (3.0.19) @@ -562,7 +562,7 @@ DEPENDENCIES faker faraday-retry (~> 2.2.1) friendly_id (~> 5.5.1) - git (~> 2.3.2) + git (~> 2.3.3) kamal (~> 2.3.0) litestream (~> 0.12.0) minio (~> 0.4.0)