Skip to content

Commit

Permalink
try to fix net-pop
Browse files Browse the repository at this point in the history
  • Loading branch information
tycooon committed Jul 2, 2024
1 parent 5dde921 commit 41d3849
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 23 deletions.
43 changes: 21 additions & 22 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,24 @@ source "https://rubygems.org"
# Specify your gem's dependencies in umbrellio_utils.gemspec
gemspec

group :development, :test do
gem "activesupport"
gem "bundler"
gem "ci-helper"
gem "http"
gem "nokogiri"
gem "nori"
gem "pg"
gem "pry"
gem "rake"
gem "rspec"
gem "rspec-json_matcher"
gem "rubocop-config-umbrellio"
gem "semantic_logger"
gem "sequel"
gem "sequel-batches"
gem "simplecov"
gem "simplecov-lcov"
gem "table_sync"
gem "timecop"
gem "yard"
end
gem "activesupport"
gem "bundler"
gem "ci-helper"
gem "http"
gem "net-pop", github: "ruby/net-pop"
gem "nokogiri"
gem "nori"
gem "pg"
gem "pry"
gem "rake"
gem "rspec"
gem "rspec-json_matcher"
gem "rubocop-config-umbrellio"
gem "semantic_logger"
gem "sequel"
gem "sequel-batches"
gem "simplecov"
gem "simplecov-lcov"
gem "table_sync"
gem "timecop"
gem "yard"
8 changes: 7 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
GIT
remote: https://github.com/ruby/net-pop.git
revision: e8d0afe2773b9eb6a23c39e9e437f6fc0fc7c733
specs:
net-pop (0.1.2)

PATH
remote: .
specs:
Expand Down Expand Up @@ -158,7 +164,6 @@ GEM
net-imap (0.4.14)
date
net-protocol
net-pop (0.1.2)
net-protocol (0.2.2)
timeout
net-smtp (0.5.0)
Expand Down Expand Up @@ -367,6 +372,7 @@ DEPENDENCIES
bundler
ci-helper
http
net-pop!
nokogiri
nori
pg
Expand Down

0 comments on commit 41d3849

Please sign in to comment.