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 45e3856 commit d904d06Copy full SHA for d904d06
Gemfile
@@ -2,15 +2,9 @@ source "http://rubygems.org"
2
3
gemspec path: __dir__
4
5
-# Uncomment and change rails version for testing purposes
6
-# gem "rails", "~> 5.2.0"
7
-# gem "rails", "~> 6.0.0"
8
-# gem "rails", "~> 6.1.0"
9
-# gem "rails", "~> 7.0.1"
10
-# gem "rails", git: "https://github.com/rails/rails.git", branch: "main"
+# To test with different Rails versions, use the files in `./gemfiles`
11
12
group :development do
13
- gem "chandler", ">= 0.7.0"
14
gem "htmlbeautifier"
15
gem "rubocop-performance", require: false
16
gem "rubocop-rails", require: false
0 commit comments