Skip to content

Commit

Permalink
add fork ruby-tls and libuv to gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
giallon authored and giallon committed Mar 18, 2022
1 parent 0d69d51 commit da940d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
git_source(:github) do |repo_name|
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?('/')
"https://github.com/#{repo_name}.git"
end
source "https://rubygems.org"
gemspec

gem "ruby-tls", github: 'Mapotempo/ruby-tls'
gem "libuv", github: 'Mapotempo/libuv'
gem "rubysl", :platform => :rbx

0 comments on commit da940d9

Please sign in to comment.