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 e8ff67b commit 3171687Copy full SHA for 3171687
Gemfile
@@ -4,17 +4,20 @@ source 'https://rubygems.org'
4
5
gemspec
6
7
+# Dev libs
8
gem 'faker'
9
gem 'forgery'
-gem 'guard-rspec'
10
gem 'pry'
11
gem 'rake'
12
gem 'rspec'
13
-gem 'rubocop'
14
-gem 'rubocop-performance'
15
-gem 'rubocop-rake'
16
-gem 'rubocop-rspec'
17
gem 'simplecov'
18
gem 'sshkey'
19
20
gem 'base64' if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.4.0')
+
+# Dev tools / linter
+gem 'guard-rspec', require: false
+gem 'rubocop', require: false
21
+gem 'rubocop-performance', require: false
22
+gem 'rubocop-rake', require: false
23
+gem 'rubocop-rspec', require: false
0 commit comments