Skip to content

Commit 22fbabd

Browse files
committed
don't bump rspec due to breaking changes with argument matches
1 parent cc0519f commit 22fbabd

12 files changed

+15
-15
lines changed

Gemfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -71,19 +71,19 @@ GEM
7171
rake (13.2.0)
7272
regexp_parser (2.9.0)
7373
rexml (3.2.6)
74-
rspec (3.13.0)
75-
rspec-core (~> 3.13.0)
76-
rspec-expectations (~> 3.13.0)
77-
rspec-mocks (~> 3.13.0)
78-
rspec-core (3.13.0)
79-
rspec-support (~> 3.13.0)
80-
rspec-expectations (3.13.0)
74+
rspec (3.8.0)
75+
rspec-core (~> 3.8.0)
76+
rspec-expectations (~> 3.8.0)
77+
rspec-mocks (~> 3.8.0)
78+
rspec-core (3.8.0)
79+
rspec-support (~> 3.8.0)
80+
rspec-expectations (3.8.6)
8181
diff-lcs (>= 1.2.0, < 2.0)
82-
rspec-support (~> 3.13.0)
83-
rspec-mocks (3.13.0)
82+
rspec-support (~> 3.8.0)
83+
rspec-mocks (3.8.2)
8484
diff-lcs (>= 1.2.0, < 2.0)
85-
rspec-support (~> 3.13.0)
86-
rspec-support (3.13.1)
85+
rspec-support (~> 3.8.0)
86+
rspec-support (3.8.3)
8787
rubocop (1.62.1)
8888
json (~> 2.3)
8989
language_server-protocol (>= 3.17.0)
@@ -139,8 +139,8 @@ DEPENDENCIES
139139
entitlements-app (~> 0.3)
140140
entitlements-github-plugin!
141141
rake (~> 13.2.0)
142-
rspec (~> 3.13.0)
143-
rspec-core (~> 3.13.0)
142+
rspec (= 3.8.0)
143+
rspec-core (= 3.8.0)
144144
rubocop (= 1.62.1)
145145
rubocop-github (= 0.20.0)
146146
rubocop-performance (= 1.21.0)

entitlements-github-plugin.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Gem::Specification.new do |s|
2121

2222
s.add_development_dependency "entitlements-app", "~> 0.3"
2323
s.add_development_dependency "rake", "~> 13.2.0"
24-
s.add_development_dependency "rspec", "~> 3.13.0"
25-
s.add_development_dependency "rspec-core", "~> 3.13.0"
24+
s.add_development_dependency "rspec", "= 3.8.0"
25+
s.add_development_dependency "rspec-core", "= 3.8.0"
2626
s.add_development_dependency "rubocop", "= 1.62.1"
2727
s.add_development_dependency "rubocop-github", "= 0.20.0"
2828
s.add_development_dependency "rubocop-performance", "= 1.21.0"

vendor/cache/rspec-3.13.0.gem

-10.5 KB
Binary file not shown.

vendor/cache/rspec-3.8.0.gem

10.5 KB
Binary file not shown.

vendor/cache/rspec-core-3.13.0.gem

-164 KB
Binary file not shown.

vendor/cache/rspec-core-3.8.0.gem

156 KB
Binary file not shown.
-86 KB
Binary file not shown.
80.5 KB
Binary file not shown.
-80 KB
Binary file not shown.

vendor/cache/rspec-mocks-3.8.2.gem

76.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)