Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

Commit 48a9ad2

Browse files
committed
Load gems.rb in version specific gemfiles.
1 parent b38df49 commit 48a9ad2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

gems/async-head.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
source 'https://rubygems.org'
77

88
gemspec path: "../"
9+
eval_gemfile "../gems.rb"
910

1011
gem 'async', git: "https://github.com/socketry/async"

gems/async-v1.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
source 'https://rubygems.org'
77

88
gemspec path: "../"
9+
eval_gemfile "../gems.rb"
910

1011
gem 'async', '~> 1.0'

0 commit comments

Comments
 (0)