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 69955e8 commit 8137a12Copy full SHA for 8137a12
Gemfile
@@ -4,17 +4,20 @@ source 'https://rubygems.org'
4
5
gemspec
6
7
+# Dev libs
8
gem 'actionpack'
9
gem 'actionview'
-gem 'guard-rspec'
10
gem 'rake'
11
gem 'rspec'
12
-gem 'rubocop'
13
-gem 'rubocop-performance'
14
-gem 'rubocop-rake'
15
-gem 'rubocop-rspec'
16
gem 'simplecov'
17
+# Dev tools / linter
+gem 'guard-rspec', require: false
+gem 'rubocop', require: false
+gem 'rubocop-performance', require: false
18
+gem 'rubocop-rake', require: false
19
+gem 'rubocop-rspec', require: false
20
+
21
# Fix:
22
# warning: ostruct was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.5.0
23
# Add ostruct to your Gemfile or gemspec.
0 commit comments