From 086f2c5f2fab82519824a7bcf0118ca15b32062f Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Sat, 28 Jan 2023 00:07:39 +1100 Subject: [PATCH] Update Gemfile --- Gemfile | 3 +++ Gemfile.lock | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/Gemfile b/Gemfile index 6ab2177..d3ed240 100644 --- a/Gemfile +++ b/Gemfile @@ -2,6 +2,8 @@ source "https://rubygems.org" +ruby "3.2.0" + gem "hanami", "~> 2.0.0" gem "hanami-router", "~> 2.0.0" gem "hanami-controller", "~> 2.0.0" @@ -41,6 +43,7 @@ group :development do gem "guard-puma", "~> 0.8" gem "standardrb" gem "capistrano", "~> 3.17", require: false + gem "capistrano-bundler" end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 1c4bc8b..b27a97e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -23,6 +23,8 @@ GEM i18n rake (>= 10.0.0) sshkit (>= 1.9.0) + capistrano-bundler (1.6.0) + capistrano (~> 3.1) coderay (1.1.3) concurrent-ruby (1.1.10) database_cleaner-core (2.0.1) @@ -291,11 +293,13 @@ GEM PLATFORMS x86_64-darwin-20 x86_64-darwin-22 + x86_64-linux DEPENDENCIES babosa builder capistrano (~> 3.17) + capistrano-bundler database_cleaner-sequel dotenv dry-matcher @@ -322,5 +326,8 @@ DEPENDENCIES standardrb timecop +RUBY VERSION + ruby 3.2.0p0 + BUNDLED WITH 2.3.22