Skip to content

Commit

Permalink
Install dependencies from git
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed Jan 3, 2025
1 parent aedc9b9 commit 7a7f320
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,10 @@ eval_gemfile "Gemfile.devtools"

gemspec

if ENV["DRY_CONFIGURABLE_FROM_MAIN"].eql?("true")
gem "dry-configurable", github: "dry-rb/dry-configurable", branch: "main"
end

if ENV["DRY_LOGIC_FROM_MAIN"].eql?("true")
gem "dry-logic", github: "dry-rb/dry-logic", branch: "main"
end

if ENV["DRY_TYPES_FROM_MAIN"].eql?("true")
gem "dry-types", github: "dry-rb/dry-types", branch: "main"
end
gem "dry-configurable", github: "dry-rb/dry-configurable", branch: "main"
gem "dry-logic", github: "dry-rb/dry-logic", branch: "main"
gem "dry-types", github: "dry-rb/dry-types", branch: "main"
gem "dry-core", github: "dry-rb/dry-core", branch: "main"

group :test do
gem "dry-monads"
Expand All @@ -35,6 +28,6 @@ group :benchmarks do
gem "actionpack"
gem "activemodel"
gem "benchmark-ips"
gem "hotch", platform: :mri
# gem "hotch", platform: :mri
gem "virtus"
end

0 comments on commit 7a7f320

Please sign in to comment.