Skip to content

Commit

Permalink
Remove sysrandom
Browse files Browse the repository at this point in the history
This change is from: fastlane#1
  • Loading branch information
kstevens715 committed Oct 28, 2024
1 parent 2f92389 commit f5323b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions fastlane-sirp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

# See : https://bugs.ruby-lang.org/issues/9569
spec.add_runtime_dependency 'sysrandom', '~> 1.0'

spec.add_development_dependency 'bundler'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec', '~> 3.4'
Expand Down
2 changes: 1 addition & 1 deletion lib/fastlane-sirp.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'openssl'
require 'digest'
require 'sysrandom/securerandom'
require 'securerandom'
require 'fastlane-sirp/sirp'
require 'fastlane-sirp/parameters'
require 'fastlane-sirp/client'
Expand Down

0 comments on commit f5323b0

Please sign in to comment.