We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 035a83f commit 56f37c0Copy full SHA for 56f37c0
1 file changed
Gemfile
@@ -5,9 +5,6 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
5
6
ruby '3.4.5'
7
8
-# deploy
9
-gem 'kamal', '~> 2.0'
10
-
11
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
12
gem 'rails', '~> 7.2.0'
13
@@ -100,6 +97,9 @@ group :development do
100
97
gem 'rubocop'
101
98
gem 'rubocop-rails'
102
99
gem 'rubocop-rspec'
+
+ # Deploy tools (only needed for deployment operations, not runtime)
+ gem 'kamal', '~> 2.0'
103
end
104
105
group :test do
0 commit comments