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 70fe51a commit 44bd7d2Copy full SHA for 44bd7d2
gemfiles/common.gemfile
@@ -4,10 +4,6 @@ gemspec path: File.dirname(__dir__)
4
5
# To test with different Rails versions, use the files in `./gemfiles`
6
7
-group :development do
8
- gem "puma"
9
-end
10
-
11
group :test do
12
gem "capybara-screenshot-diff", require: false
13
gem "chunky_png", "~> 1.4"
@@ -21,6 +17,7 @@ group :development, :test do
21
17
gem "debug"
22
18
gem "htmlbeautifier"
23
19
gem "ostruct" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.5.0")
20
+ gem "puma"
24
gem "rubocop-performance", require: false
25
gem "rubocop-rails", require: false
26
gem "warning"
0 commit comments