Skip to content

Commit

Permalink
removed uri from gemspec dependencies
Browse files Browse the repository at this point in the history
Apparently uri specifically is problematic because rubygems loads it before we get to bundler? (older version at least)

rubygems/rubygems#7386
  • Loading branch information
mackuba committed Mar 31, 2024
1 parent 0f23f30 commit 2827cc0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ PATH
json (~> 2.5)
net-http (~> 0.2)
time (~> 0.3)
uri (~> 0.13)
yaml (~> 0.1)

GEM
Expand Down
1 change: 0 additions & 1 deletion minisky.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,5 @@ Gem::Specification.new do |spec|
spec.add_dependency 'json', '~> 2.5'
spec.add_dependency 'net-http', '~> 0.2'
spec.add_dependency 'time', '~> 0.3'
spec.add_dependency 'uri', '~> 0.13'
spec.add_dependency 'yaml', '~> 0.1'
end

0 comments on commit 2827cc0

Please sign in to comment.