Skip to content

Commit 56f37c0

Browse files
committed
fix: move kamal gem to development group to prevent runtime loading
1 parent 035a83f commit 56f37c0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
55

66
ruby '3.4.5'
77

8-
# deploy
9-
gem 'kamal', '~> 2.0'
10-
118
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
129
gem 'rails', '~> 7.2.0'
1310

@@ -100,6 +97,9 @@ group :development do
10097
gem 'rubocop'
10198
gem 'rubocop-rails'
10299
gem 'rubocop-rspec'
100+
101+
# Deploy tools (only needed for deployment operations, not runtime)
102+
gem 'kamal', '~> 2.0'
103103
end
104104

105105
group :test do

0 commit comments

Comments
 (0)