Skip to content

Commit

Permalink
Merge pull request #66 from dafyddcrosby/main
Browse files Browse the repository at this point in the history
[rubocop] Bump to rubocop 1.3.1
  • Loading branch information
joshuamiller01 authored May 17, 2023
2 parents 76b15e1 + 4ea82da commit aca48c6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
inherit_from:
- https://raw.githubusercontent.com/facebook/chef-cookbooks/main/.rubocop_55.yml
- https://raw.githubusercontent.com/facebook/chef-cookbooks/main/.rubocop.yml

# TODO: This will require some testing before enabling
Style/GlobalStdStream:
Enabled: false
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ group :development, :test do
gem 'rspec-core', '>= 3.0.0'
gem 'rspec-expectations', '>= 3.0.0'
gem 'rspec-mocks', '>= 3.0.0'
gem 'rubocop', '= 0.55.0'
gem 'rubocop', '= 1.3.1'
gem 'simplecov'
end
1 change: 1 addition & 0 deletions grocery_delivery.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Gem::Specification.new do |s|
s.bindir = %w{bin}
s.executables = %w{grocery-delivery}

s.required_ruby_version = '>= 2.4.0'
s.add_dependency 'between_meals', '>= 0.0.11'
s.add_dependency 'mixlib-config'
end

0 comments on commit aca48c6

Please sign in to comment.