Skip to content

Commit

Permalink
Update development dependencies, Ruby 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Jul 18, 2024
1 parent c5bcbfb commit f01aeee
Show file tree
Hide file tree
Showing 21 changed files with 265 additions and 231 deletions.
4 changes: 4 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ require:
- rubocop-performance
- rubocop-rails
- rubocop-rspec
- rubocop-rspec_rails

inherit_mode:
merge:
Expand All @@ -29,6 +30,9 @@ AllCops:
- lib/good_job/sd_notify.rb
NewCops: enable

Capybara/ClickLinkOrButtonStyle:
Enabled: false

Gemspec/DevelopmentDependencies:
Enabled: false

Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.3
3.3.4
2 changes: 1 addition & 1 deletion .yard_support.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class KramdownGfmDocument < Kramdown::Document
def initialize(source, options = {})
options[:input] = 'GFM' unless options.key?(:input)
super(source, options)
super
end
end

Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ platforms :ruby do
gem "i18n-tasks"
gem "mdl"
gem "rubocop"
gem "rubocop-capybara"
gem "rubocop-performance"
gem "rubocop-rails"
gem "rubocop-rspec"
gem "rubocop-rspec_rails"
gem "sorbet"
gem "sorbet-runtime"
gem "spoom", require: false
Expand Down
Loading

0 comments on commit f01aeee

Please sign in to comment.