Skip to content

Commit 8137a12

Browse files
committed
Improve Gemfile
1 parent 69955e8 commit 8137a12

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

Gemfile

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,20 @@ source 'https://rubygems.org'
44

55
gemspec
66

7+
# Dev libs
78
gem 'actionpack'
89
gem 'actionview'
9-
gem 'guard-rspec'
1010
gem 'rake'
1111
gem 'rspec'
12-
gem 'rubocop'
13-
gem 'rubocop-performance'
14-
gem 'rubocop-rake'
15-
gem 'rubocop-rspec'
1612
gem 'simplecov'
1713

14+
# Dev tools / linter
15+
gem 'guard-rspec', require: false
16+
gem 'rubocop', require: false
17+
gem 'rubocop-performance', require: false
18+
gem 'rubocop-rake', require: false
19+
gem 'rubocop-rspec', require: false
20+
1821
# Fix:
1922
# warning: ostruct was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.5.0
2023
# Add ostruct to your Gemfile or gemspec.

0 commit comments

Comments
 (0)