Update Gemfile
This commit is contained in:
3
Gemfile
3
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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user