Skip to content

Commit

Permalink
fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
tyb-talks committed Oct 8, 2024
1 parent 9071b91 commit 595606a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions discourse_theme.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
$LOAD_PATH.unshift(lib) if $LOAD_PATH.exclude?(lib)
require "discourse_theme/version"

Gem::Specification.new do |spec|
Expand Down Expand Up @@ -36,7 +36,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "guard"
spec.add_development_dependency "guard-minitest"
spec.add_development_dependency "webmock"
spec.add_development_dependency "rubocop-discourse", "~> 3.6.0"
spec.add_development_dependency "rubocop-discourse", "~> 3.8.1"
spec.add_development_dependency "m"
spec.add_development_dependency "syntax_tree"
spec.add_development_dependency "mocha"
Expand Down

0 comments on commit 595606a

Please sign in to comment.