Skip to content

Commit

Permalink
Fix core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardopacheco committed Apr 30, 2024
1 parent 36b250e commit caf7830
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 27 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ gem "rack-cors", "2.0.2"
gem "dotenv-rails", "3.1.0", require: "dotenv/load", groups: %i[development test]

# AuctionFunCore
# gem "auction_fun_core", "0.8.10"
gem "auction_fun_core", path: "../auction_fun_core", require: "auction_fun_core"
gem "auction_fun_core", "0.8.10"
# gem "auction_fun_core", path: "../auction_fun_core", require: "auction_fun_core"

# API documentation
gem "rswag-api", "2.13.0"
Expand Down
46 changes: 21 additions & 25 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,27 +1,3 @@
PATH
remote: ../auction_fun_core
specs:
auction_fun_core (0.8.10)
activesupport (= 7.1.3.2)
bcrypt (= 3.1.20)
dotenv (= 3.1.0)
dry-events (= 1.0.1)
dry-matcher (= 1.0.0)
dry-monads (= 1.6.0)
dry-system (= 1.0.1)
dry-validation (= 1.10.0)
idlemailer (= 2.2.0)
money (= 6.19.0)
pg (= 1.5.6)
phonelib (= 0.8.8)
rake (= 13.2.0)
rom (= 5.3.0)
rom-sql (= 3.6.2)
sidekiq (= 7.2.2)
sidekiq-unique-jobs (= 8.0.10)
yard (= 0.9.36)
zeitwerk (= 2.6.13)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -102,6 +78,26 @@ GEM
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
auction_fun_core (0.8.10)
activesupport (= 7.1.3.2)
bcrypt (= 3.1.20)
dotenv (= 3.1.0)
dry-events (= 1.0.1)
dry-matcher (= 1.0.0)
dry-monads (= 1.6.0)
dry-system (= 1.0.1)
dry-validation (= 1.10.0)
idlemailer (= 2.2.0)
money (= 6.19.0)
pg (= 1.5.6)
phonelib (= 0.8.8)
rake (= 13.2.0)
rom (= 5.3.0)
rom-sql (= 3.6.2)
sidekiq (= 7.2.2)
sidekiq-unique-jobs (= 8.0.10)
yard (= 0.9.36)
zeitwerk (= 2.6.13)
base64 (0.2.0)
bcrypt (3.1.20)
bigdecimal (3.1.7)
Expand Down Expand Up @@ -437,7 +433,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
auction_fun_core!
auction_fun_core (= 0.8.10)
bootsnap (= 1.18.3)
database_cleaner-sequel (= 2.0.2)
dotenv-rails (= 3.1.0)
Expand Down

0 comments on commit caf7830

Please sign in to comment.