Skip to content

Commit

Permalink
Merge pull request #658 from mjankowski/sync-versions
Browse files Browse the repository at this point in the history
Version and style sync across `standard-` repos/gems
  • Loading branch information
searls authored Nov 8, 2024
2 parents ce82d32 + 89d326a commit e05a802
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ GEM
method_source (>= 0.6.7)
rake (>= 0.9.2.2)
method_source (1.0.0)
minitest (5.20.0)
minitest (5.25.1)
mutex_m (0.2.0)
parallel (1.23.0)
parser (3.3.5.0)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
prism (0.30.0)
Expand Down Expand Up @@ -59,7 +59,7 @@ GEM
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
sorbet-runtime (0.5.11481)
standard-custom (1.0.2)
Expand All @@ -85,4 +85,4 @@ DEPENDENCIES
standard!

BUNDLED WITH
2.4.12
2.5.23
4 changes: 1 addition & 3 deletions standard.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "standard/version"
require_relative "lib/standard/version"

Gem::Specification.new do |spec|
spec.name = "standard"
Expand Down
4 changes: 2 additions & 2 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
$LOAD_PATH.unshift File.expand_path("../lib", __dir__)
begin
require "simplecov"
SimpleCov.start do
add_filter "vendor"
load_profile "test_frameworks"
end
rescue LoadError
end
Expand Down

0 comments on commit e05a802

Please sign in to comment.