dry-container/Gemfile

15 lines
292 B
Ruby
Raw Permalink Normal View History

# frozen_string_literal: true
2020-05-30 09:09:29 +00:00
source "https://rubygems.org"
2015-06-09 22:56:49 +00:00
2020-05-30 09:09:29 +00:00
eval_gemfile "Gemfile.devtools"
2015-06-09 22:56:49 +00:00
2020-01-04 12:25:26 +00:00
gemspec
2016-04-29 01:49:05 +00:00
2022-10-31 09:21:44 +00:00
gem "dry-configurable", github: "dry-rb/dry-configurable", branch: "main"
2022-10-30 08:37:48 +00:00
gem "dry-core", github: "dry-rb/dry-core", branch: "main"
2022-07-09 08:38:55 +00:00
2015-06-09 22:56:49 +00:00
group :tools do
2020-05-30 09:09:29 +00:00
gem "pry-byebug", platform: :mri
2015-06-09 22:56:49 +00:00
end