From 9f6f3bdc2cdc1ffab58b3887357868d93214e037 Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Tue, 14 Nov 2023 19:26:02 +1100 Subject: [PATCH] Update to hanami 2.1.0rc2 --- Gemfile | 12 ++--- Gemfile.lock | 124 ++++++++++++++++++--------------------------------- 2 files changed, 50 insertions(+), 86 deletions(-) diff --git a/Gemfile b/Gemfile index f38271e..55c8109 100644 --- a/Gemfile +++ b/Gemfile @@ -4,12 +4,12 @@ source "https://rubygems.org" ruby "3.2.2" -gem "hanami", github: "hanami/hanami", branch: "main" -gem "hanami-router", github: "hanami/router", branch: "main" -gem "hanami-controller", github: "hanami/controller", branch: "main" -gem "hanami-validations", github: "hanami/validations", branch: "main" -gem "hanami-assets", github: "hanami/assets", branch: "main" -gem "hanami-view", github: "hanami/view", branch: "main" +gem "hanami", "2.1.0rc2" +gem "hanami-router", "2.1.0rc2" +gem "hanami-controller", "2.1.0rc2" +gem "hanami-validations", "2.1.0rc2" +gem "hanami-assets", "2.1.0rc2" +gem "hanami-view", "2.1.0rc2" gem "rom-sql" gem "pg" diff --git a/Gemfile.lock b/Gemfile.lock index 3d31998..89c80e2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -22,75 +22,6 @@ GIT specs: ruby-filemagic (0.7.3) -GIT - remote: https://github.com/hanami/assets.git - revision: c099ec7ff01396c081360ddb87f8c1cdc5784b3d - branch: main - specs: - hanami-assets (2.1.0.rc2) - zeitwerk (~> 2.6) - -GIT - remote: https://github.com/hanami/controller.git - revision: 1acd5e59a4ac114cf649685bdb2fe32ed5f50dd5 - branch: main - specs: - hanami-controller (2.1.0.rc2) - dry-configurable (~> 1.0, < 2) - dry-core (~> 1.0) - hanami-utils (~> 2.1.rc) - rack (~> 2.0) - zeitwerk (~> 2.6) - -GIT - remote: https://github.com/hanami/hanami.git - revision: 57d81662f54e96cb5fcb59f5621603dec3836826 - branch: main - specs: - hanami (2.1.0.rc2) - bundler (>= 1.16, < 3) - dry-configurable (~> 1.0, < 2) - dry-core (~> 1.0, < 2) - dry-inflector (~> 1.0, < 2) - dry-logger (~> 1.0, < 2) - dry-monitor (~> 1.0, >= 1.0.1, < 2) - dry-system (~> 1.0, < 2) - hanami-cli (~> 2.1.rc) - hanami-utils (~> 2.1.rc) - zeitwerk (~> 2.6) - -GIT - remote: https://github.com/hanami/router.git - revision: 37c58e31de8ebcbb6f7ec9a0e2727ab57f3cc190 - branch: main - specs: - hanami-router (2.1.0.rc2) - mustermann (~> 3.0) - mustermann-contrib (~> 3.0) - rack (~> 2.0) - -GIT - remote: https://github.com/hanami/validations.git - revision: 81a732b4208cbe22261adf25b3558b5b56770e39 - branch: main - specs: - hanami-validations (2.1.0.rc2) - dry-validation (>= 1.10, < 2) - zeitwerk (~> 2.6.0) - -GIT - remote: https://github.com/hanami/view.git - revision: 3fe45cfedfb10883a002f14eb7f52ba60ecf3c12 - branch: main - specs: - hanami-view (2.1.0.rc2) - dry-configurable (~> 1.0) - dry-core (~> 1.0) - dry-inflector (~> 1.0, < 2) - temple (~> 0.10.0, >= 0.10.2) - tilt (~> 2.3) - zeitwerk (~> 2.6) - GIT remote: https://github.com/seuros/capistrano-puma.git revision: 2cc11846540489edda10d83e026c9bea04e6fab1 @@ -103,7 +34,7 @@ GIT GEM remote: https://rubygems.org/ specs: - activesupport (7.1.1) + activesupport (7.1.2) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) @@ -246,6 +177,19 @@ GEM guard-compat (~> 1.2) puma (>= 4.0, < 7) guess_html_encoding (0.0.11) + hanami (2.1.0.rc2) + bundler (>= 1.16, < 3) + dry-configurable (~> 1.0, < 2) + dry-core (~> 1.0, < 2) + dry-inflector (~> 1.0, < 2) + dry-logger (~> 1.0, < 2) + dry-monitor (~> 1.0, >= 1.0.1, < 2) + dry-system (~> 1.0, < 2) + hanami-cli (~> 2.1.rc) + hanami-utils (~> 2.1.rc) + zeitwerk (~> 2.6) + hanami-assets (2.1.0.rc2) + zeitwerk (~> 2.6) hanami-cli (2.1.0.rc2) bundler (~> 2.1) dry-cli (~> 1.0, < 2) @@ -253,9 +197,19 @@ GEM dry-inflector (~> 1.0, < 2) rake (~> 13.0) zeitwerk (~> 2.6) + hanami-controller (2.1.0.rc2) + dry-configurable (~> 1.0, < 2) + dry-core (~> 1.0) + hanami-utils (~> 2.1.rc) + rack (~> 2.0) + zeitwerk (~> 2.6) hanami-reloader (2.0.2) hanami-cli (~> 2.0) zeitwerk (~> 2.6) + hanami-router (2.1.0.rc2) + mustermann (~> 3.0) + mustermann-contrib (~> 3.0) + rack (~> 2.0) hanami-rspec (2.0.1) hanami-cli (~> 2.0) rake (~> 13.0) @@ -265,6 +219,16 @@ GEM concurrent-ruby (~> 1.0) dry-core (~> 1.0, < 2) dry-transformer (~> 1.0, < 2) + hanami-validations (2.1.0.rc2) + dry-validation (>= 1.10, < 2) + zeitwerk (~> 2.6.0) + hanami-view (2.1.0.rc2) + dry-configurable (~> 1.0) + dry-core (~> 1.0) + dry-inflector (~> 1.0, < 2) + temple (~> 0.10.0, >= 0.10.2) + tilt (~> 2.3) + zeitwerk (~> 2.6) hansi (0.2.1) hashie (2.1.2) http (5.1.1) @@ -303,7 +267,7 @@ GEM llhttp-ffi (0.4.0) ffi-compiler (~> 1.0) rake (~> 13.0) - lumberjack (1.2.9) + lumberjack (1.2.10) mail (2.8.1) mini_mime (>= 0.1.1) net-imap @@ -325,7 +289,7 @@ GEM mustermann (= 3.0.0) mutex_m (0.2.0) nenv (0.3.0) - net-imap (0.4.4) + net-imap (0.4.5) date net-protocol net-pop (0.1.2) @@ -460,7 +424,7 @@ GEM bigdecimal shellany (0.0.1) simple-rss (1.3.3) - slim (5.1.1) + slim (5.2.0) temple (~> 0.10.0) tilt (>= 2.1.0) sshkit (1.21.5) @@ -491,7 +455,7 @@ GEM concurrent-ruby (~> 1.0) unf (0.1.4) unf_ext - unf_ext (0.0.8.2) + unf_ext (0.0.9) unicode-display_width (2.5.0) warning (1.3.0) webmention (7.0.0) @@ -531,14 +495,14 @@ DEPENDENCIES gnuplot gpx guard-puma (~> 0.8) - hanami! - hanami-assets! - hanami-controller! + hanami (= 2.1.0rc2) + hanami-assets (= 2.1.0rc2) + hanami-controller (= 2.1.0rc2) hanami-reloader - hanami-router! + hanami-router (= 2.1.0rc2) hanami-rspec - hanami-validations! - hanami-view! + hanami-validations (= 2.1.0rc2) + hanami-view (= 2.1.0rc2) httparty image_processing (~> 1.0) jwt