Skip to content

Commit 92483cb

Browse files
committed
⬇️ standard ~> 1.37 for Ruby 2.7 support
1 parent 6a6ce52 commit 92483cb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ GEM
3939
regexp_parser (2.9.2)
4040
rexml (3.3.7)
4141
rspec-block_is_expected (1.0.6)
42-
rubocop (1.65.1)
42+
rubocop (1.64.1)
4343
json (~> 2.3)
4444
language_server-protocol (>= 3.17.0)
4545
parallel (~> 1.10)
4646
parser (>= 3.3.0.2)
4747
rainbow (>= 2.2.2, < 4.0)
48-
regexp_parser (>= 2.4, < 3.0)
48+
regexp_parser (>= 1.8, < 3.0)
4949
rexml (>= 3.2.5, < 4.0)
5050
rubocop-ast (>= 1.31.1, < 2.0)
5151
ruby-progressbar (~> 1.7)
@@ -103,10 +103,10 @@ GEM
103103
simplecov-rcov (0.3.7)
104104
simplecov (>= 0.4.1)
105105
simplecov_json_formatter (0.1.4)
106-
standard (1.40.0)
106+
standard (1.37.0)
107107
language_server-protocol (~> 3.17.0.2)
108108
lint_roller (~> 1.0)
109-
rubocop (~> 1.65.0)
109+
rubocop (~> 1.64.0)
110110
standard-custom (~> 1.0.0)
111111
standard-performance (~> 1.4)
112112
standard-custom (1.0.2)
@@ -145,7 +145,7 @@ DEPENDENCIES
145145
rubocop-minitest (~> 0.36)
146146
rubocop-packaging (~> 0.5, >= 0.5.2)
147147
ruby-openid2!
148-
standard (>= 1.35.1)
148+
standard (~> 1.37)
149149
webrick (~> 1.8)
150150
yard (~> 0.9, >= 0.9.37)
151151
yard-junk (~> 0.0, >= 0.0.10)

ruby-openid2.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Gem::Specification.new do |spec|
5757
spec.add_development_dependency("rubocop-lts", "~> 18.2", ">= 18.2.1")
5858
spec.add_development_dependency("rubocop-minitest", "~> 0.36")
5959
spec.add_development_dependency("rubocop-packaging", "~> 0.5", ">= 0.5.2")
60-
spec.add_development_dependency("standard", ">= 1.35.1")
60+
spec.add_development_dependency("standard", "~> 1.37") # v1.37 is last to support Ruby < 3
6161

6262
# Documentation
6363
spec.add_development_dependency("yard", "~> 0.9", ">= 0.9.37")

0 commit comments

Comments
 (0)