Skip to content

Commit

Permalink
Use released types/logic and move struct to test group
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Jan 29, 2019
1 parent a9858c6 commit c8b1e9f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@ source 'https://rubygems.org'

gemspec

gem 'dry-types', git: 'https://github.com/dry-rb/dry-types', branch: 'master'
gem 'dry-struct', git: 'https://github.com/dry-rb/dry-struct', branch: 'master'
gem 'dry-logic', git: 'https://github.com/dry-rb/dry-logic', branch: 'master'

group :test do
gem 'i18n', require: false
platform :mri do
gem 'simplecov', require: false
end
gem 'dry-monads', '>= 0.4.0', require: false
gem 'dry-struct', git: 'https://github.com/dry-rb/dry-struct', branch: 'master'
end

group :tools do
Expand Down

0 comments on commit c8b1e9f

Please sign in to comment.