Skip to content

Commit 86d2a29

Browse files
committed
Pin to 3.13
1 parent ecbbde7 commit 86d2a29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile-rspec-dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ branch = File.read(File.expand_path("../maintenance-branch", __FILE__)).chomp
44
if File.exist?(library_path) && !ENV['USE_GIT_REPOS']
55
gem lib, path: library_path, require: false
66
else
7-
gem lib, git: "https://github.com/rspec/rspec", glob: "#{lib}/#{lib}.gemspec"
7+
gem lib, git: "https://github.com/rspec/rspec", glob: "#{lib}/#{lib}.gemspec", branch: branch
88
end
99
end

maintenance-branch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
main
1+
3-13-maintenance

0 commit comments

Comments
 (0)