mirror of
https://github.com/ivuorinen/homebrew-tap.git
synced 2026-03-05 17:57:33 +00:00
chore: fixes, several improvements and refactorings (#2)
* chore: fixes * chore: rubocop fixes, linting, etc. * chore: switching to use `brew style` only * chore: use `brew style` for linting, skip example formulae in ci.yml * chore(lint): fixes, additions and tweaks
This commit is contained in:
10
Gemfile
10
Gemfile
@@ -1,13 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
source "https://rubygems.org"
|
||||
|
||||
ruby "3.4.5"
|
||||
|
||||
gem "parser", "~> 3.3"
|
||||
gem "json", "~> 2.7"
|
||||
|
||||
group :development, :test do
|
||||
gem "rubocop", "~> 1.69"
|
||||
gem "rubocop-rspec", "~> 3.6"
|
||||
gem "rubocop-performance", "~> 1.25"
|
||||
gem "rspec", "~> 3.13"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user