Skip to content

Commit

Permalink
[wip] update to dry-{core,configurable} ~1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Nov 8, 2022
1 parent 26f5c49 commit 0a52cd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ gem 'rspec', '~> 3.0'
group :test do
gem 'rom', github: 'rom-rb/rom', branch: 'main'
gem 'rom-sql', github: 'rom-rb/rom-sql', branch: 'main'
gem 'dry-transformer', github: 'dry-rb/dry-transformer', branch: 'main'
gem 'pry-byebug', '~> 3.8', platforms: :ruby
gem 'pry', '~> 0.12.0', '<= 0.13'

Expand Down
4 changes: 2 additions & 2 deletions rom-factory.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "dry-configurable", "~> 0.14"
spec.add_dependency "dry-core", "~> 0.7"
spec.add_dependency "dry-configurable", "~> 1.0"
spec.add_dependency "dry-core", "~> 1.0"
spec.add_dependency 'faker', '>= 1.7', '< 3.0'
spec.add_dependency 'rom', '~> 6.0.0.alpha1'
end

0 comments on commit 0a52cd7

Please sign in to comment.