Skip to content

Commit 44bd7d2

Browse files
committed
Add puma to test group
1 parent 70fe51a commit 44bd7d2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

gemfiles/common.gemfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ gemspec path: File.dirname(__dir__)
44

55
# To test with different Rails versions, use the files in `./gemfiles`
66

7-
group :development do
8-
gem "puma"
9-
end
10-
117
group :test do
128
gem "capybara-screenshot-diff", require: false
139
gem "chunky_png", "~> 1.4"
@@ -21,6 +17,7 @@ group :development, :test do
2117
gem "debug"
2218
gem "htmlbeautifier"
2319
gem "ostruct" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.5.0")
20+
gem "puma"
2421
gem "rubocop-performance", require: false
2522
gem "rubocop-rails", require: false
2623
gem "warning"

0 commit comments

Comments
 (0)