Skip to content

Commit

Permalink
Use released dry-rb deps
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Nov 4, 2022
1 parent 1027959 commit a89749b
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,9 @@ gemspec
# Remove verson constraint once latter versions release their -java packages
gem "bootsnap", "= 1.4.9"
gem "dotenv"
gem "dry-auto_inject", github: "dry-rb/dry-auto_inject", branch: "main"
gem "dry-configurable", github: "dry-rb/dry-configurable", branch: "main"
gem "dry-core", github: "dry-rb/dry-core", branch: "main"
gem "dry-events", github: "dry-rb/dry-events", branch: "main"
gem "dry-inflector", github: "dry-rb/dry-inflector", branch: "main"
gem "dry-logic", github: "dry-rb/dry-logic", branch: "main"
gem "dry-monitor", github: "dry-rb/dry-monitor", branch: "main"
gem "dry-types", github: "dry-rb/dry-types", branch: "main"
gem "dry-types"
gem "dry-events"
gem "dry-monitor"
gem "zeitwerk"

group :tools do
Expand Down

0 comments on commit a89749b

Please sign in to comment.