Skip to content

Commit

Permalink
specify monads
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillshevch committed Jul 17, 2019
1 parent b1082bc commit b4fc5ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PATH
remote: .
specs:
api_struct (1.0.4)
api_struct (1.0.5)
dry-configurable
dry-inflector
dry-monads
dry-monads (~> 1)
hashie
http

Expand Down
2 changes: 1 addition & 1 deletion api_struct.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'dry-monads'
spec.add_dependency 'dry-monads', '~> 1'
spec.add_dependency 'dry-configurable'
spec.add_dependency 'dry-inflector'
spec.add_dependency 'http'
Expand Down
2 changes: 1 addition & 1 deletion lib/api_struct/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ApiStruct
VERSION = '1.0.4'
VERSION = '1.0.5'
end

0 comments on commit b4fc5ca

Please sign in to comment.