Skip to content

Commit

Permalink
update dependencies (#160)
Browse files Browse the repository at this point in the history
* bump crystal to version 1.12.1

* remove puts line in spec file

* update shards
  • Loading branch information
kickster97 authored May 6, 2024
1 parent c468bc8 commit 67356e5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion shard.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ shards:

amqp-client:
git: https://github.com/cloudamqp/amqp-client.cr.git
version: 1.2.2
version: 1.2.3

3 changes: 1 addition & 2 deletions shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ development_dependencies:
ameba:
github: crystal-ameba/ameba

crystal: 1.9.2

crystal: 1.12.1
license: MIT
1 change: 0 additions & 1 deletion spec/amqproxy_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ describe AMQProxy::Server do
sleep 1
end
rescue ex
puts ex.message
# ex.message.should be "Error reading socket: Connection reset by peer"
wait_for_channel.send(4) # send 4
end
Expand Down

0 comments on commit 67356e5

Please sign in to comment.